input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"state_name": {"type": "array", "items": {"type": "string"}}, "bad_neighbor_count": {"type": "array", "items": {"type": "integer"}}, "nn_abundance": {"type": "array", "items": {"type": "integer"}}, "state_nn_species...
{"state_name" : ["Florida"], "bad_neighbor_count" : [2], "nn_abundance" : [3], "state_nn_species_count" : [1], "species_list" : [{"name" : "Ampelopsis brevipedunculata", "cnt" : 1, "tsn" : 28632}, {"name" : "Cayratia japonica", "cnt" : 2, "tsn" : 501339}]}
json_instruct
{"type": "object", "properties": {"state_name": {"type": "array", "items": {"type": "string"}}, "bad_neighbor_count": {"type": "array", "items": {"type": "integer"}}, "nn_abundance": {"type": "array", "items": {"type": "integer"}}, "state_nn_species_count": {"type": "array", "items": {"type": "integer"}}, "species_list...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"...
[{"label" : "Person", "normalizedVertices" : [{"x" : 0.49198458, "y" : 0.45488235}, {"x" : 0.6048081, "y" : 0.45488235}, {"x" : 0.6048081, "y" : 0.5752353}, {"x" : 0.49198458, "y" : 0.5752353}], "score" : 0.7513141}, {"label" : "Person", "normalizedVertices" : [{"x" : 0.7488742, "y" : 0.5177854}, {"x" : 0.859646, "y" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/salvage/salvagetier5.item": {"type": "array", "items": {"type": "string"}}}, "required":...
[{"DeniedAlternatives" : [], "Files" : {"items/generic/salvage/salvagetier5.item" : ["/shortdescription"]}, "Texts" : {"Eng" : "Salvaged Proton Limiter", "Rus" : "\u041f\u0440\u043e\u0442\u043e\u043d\u043d\u044b\u0439 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u0435\u043b\u044c"}}, {"DeniedAlternatives" : [...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/salvage/salvagetier5.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/salvage/salvagetier5.item"]}, "Texts": {"t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"900079346": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079347": {"type": "object", "properties": {"nama": {"t...
{"900079346" : {"nama" : "TPS 01", "dapil" : [1401, 11403, 2140604]}, "900079347" : {"nama" : "TPS 02", "dapil" : [1401, 11403, 2140604]}, "900079348" : {"nama" : "TPS 03", "dapil" : [1401, 11403, 2140604]}, "900079349" : {"nama" : "TPS 04", "dapil" : [1401, 11403, 2140604]}, "900079350" : {"nama" : "TPS 05", "dapil" :...
json_instruct
{"type": "object", "properties": {"900079346": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079347": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "a...
{"rustc" : 5807094999684781751, "features" : "[\"default\", \"std\"]", "target" : 10088282520713642473, "profile" : 2574335274271406459, "path" : 10671659733239056535, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release/.fingerprint/libc-b3887c285d06edd9/dep-build-script-build_script_build-b3887c285d06edd9...
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "preferGlobal": {"ty...
{"name" : "mixers", "version" : "0.1.2", "description" : "A set of simple re-usable SASS mixins and functions for any project.", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "preferGlobal" : true, "bin" : {"Mixers" : "index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/n...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "preferGlobal": {"type": "boolean"}, "bin": {"type": "object", "properties": {"Mixers": {"type"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pluginName": {"type": "string"}, "description": {"type": "string"}, "updateURL": {"type": "string"}, "mainScript": {"type": "string"}}, "required": ["pluginName", "description", "updateURL", "mainScript"], "$...
{"pluginName" : "Add Round Rect Border", "description" : "This is a example plug-in which adds a border to an image, with rounded corners.", "updateURL" : "http://flyingmeat.com/sample/foo.rss", "mainScript" : "MainScript.js"}
json_instruct
{"type": "object", "properties": {"pluginName": {"type": "string"}, "description": {"type": "string"}, "updateURL": {"type": "string"}, "mainScript": {"type": "string"}}, "required": ["pluginName", "description", "updateURL", "mainScript"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {...
{"\u5de5\u5ee0\u540d\u7a31" : "\u540c\u6631\u80fd\u6e90\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8\u89c0\u97f3\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "03002295", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u89c0\u97f3\u5340\u8349\u6f2f\u91cc\u...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "gunpowder:block/niter_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": {"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" : "\u062f\u0648\u0634 \u0622\u0645\u062f \u0648 \u062f\u0627\u062f\u0650 \u062f\u0644\u0650 \u0633\u0631\u0645\u0633\u062a\u0645 \u062f\u0627\u062f", "m2" : "\u06cc\u06a9 \u0639\u0634\u0648\u0647 \u0646\u062f\u0627\u062f \u0648 \u0628\u0648\u0633\u0647 \u067e\u06cc\u0648\u0633\u062a\u0645 \u062f\...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "auth...
{"name" : "geoportalsearch", "version" : "0.0.1", "description" : "This package is for the geoportal search widget", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"calcite-react" : "^0.60.0", "react-multiselect-checkboxes" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", ...
{"id" : "2008", "provinceId" : "17", "regencyId" : "03", "districtId" : "21", "name" : "Kali"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"interval": {"type": "string"}, "watcher": {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}}, "required": ["key", "type"]}, "connectionManagers": {"type": "array", "items": {"type": "object"...
{"interval" : "100", "watcher" : {"key" : "", "type" : "hexKey"}, "connectionManagers" : [{"address" : "0x0000000000000000000000000000000000000000", "domain" : "60", "name" : "ethereum", "rpcStyle" : "ethereum", "config" : {"connection" : {"type" : "ws", "url" : "ws://localhost:8545"}}}, {"address" : "0x000000000000000...
json_instruct
{"type": "object", "properties": {"interval": {"type": "string"}, "watcher": {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}}, "required": ["key", "type"]}, "connectionManagers": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "domain":...
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" : "heifer", "definition" : "A young cow."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "stri...
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "7316082001", "id_kecamatan" : "731608", "name" : "Sangiepongan"}, {"id" : "7316082002", "id_kecamatan" : "731608", "name" : "Buntu Barana"}, {"id" : "7316082003", "id_kecamatan" : "731608", "name" : "Buntu Pema"}, {"id" : "7316082004", "id_...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "strin...
{"id" : 9241, "source" : "benson", "verse_id" : 18158, "verse_count" : 1, "reference" : "27:6", "title" : "", "html" : " <p> <a class=\"isa\" verses=\"WzE4MTU4XQ==\">Isaiah 27:6</a>. <i>He shall cause them of Jacob to take root </i>\u2014To be firmly settled in their possessions. The words may be rendered, <i>In times ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "...
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#"}
[["341302108200", "\u6c38\u5b89\u6751\u59d4\u4f1a", "121", "0"], ["341302108201", "\u80a1\u6cb3\u65b0\u6751\u6751\u59d4\u4f1a", "220", "0"], ["341302108202", "\u53cc\u946b\u6751\u59d4\u4f1a", "220", "0"], ["341302108203", "\u53cc\u5174\u6751\u59d4\u4f1a", "220", "0"], ["341302108204", "\u5b59\u5b89\u6751\u59d4\u4f1a", ...
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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"...
{"name" : "grapekh-temperature-panel", "version" : "1.0.0", "description" : "Grafana Analog Thermometer Panel", "repository" : {"type" : "git", "url" : "git+https://github.com/grapekh/grafana-temperature-panel.git"}, "author" : "", "license" : "ISC", "devDependencies" : {"babel" : "~6.5.1"}, "dependencies" : {"babel-pl...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "i...
{"appid" : 330000, "name" : "Kingdoms CCG", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490979556}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"contact:email": {"type": "string"}, "contact:fax": {"type": "string"}, "contact:phone": {"type": "string"}, "cont...
{"type" : "Feature", "id" : "node/7721413544", "properties" : {"contact:email" : "info@bauernmarkt-lindchen.de", "contact:fax" : "+49 2825 5352690", "contact:phone" : "+49 2825 535260", "contact:website" : "http://www.bauernmarkt-lindchen.de/", "name" : "Bauernmarkt Lindchen", "opening_hours" : "Mo-Fr 08:00-18:30; Sa 0...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"contact:email": {"type": "string"}, "contact:fax": {"type": "string"}, "contact:phone": {"type": "string"}, "contact:website": {"type": "string"}, "name": {"type": "string"}, "opening...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}, "afte...
{"uuid" : "bb81c068-3893-496d-90ff-944246e74ba1", "name" : "io.arkitekt.testsMainSite.TestBaseMainSite.restartTest", "description" : "", "start" : 1550415866179, "stop" : 1550415866185, "children" : ["0639a7d5-1bd9-4613-bd81-80edbad0bfc5"], "afters" : [{"name" : "restartTest", "status" : "passed", "stage" : "finished",...
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}, "afters": {"type": "array", "items": {"type": "object", "properties": {"name...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"parent": {"type": "string"}, "stub": {"type": "string"}, "type": {"type": "string"}}, "required": ["parent", "stub", "type"]}, "info": {"type": "object", "properties": {"name...
{"meta" : {"parent" : "mt_gretna", "stub" : "parking_lot_boulders", "type" : "region"}, "info" : {"name" : "Parking Lot Boulders"}}
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"parent": {"type": "string"}, "stub": {"type": "string"}, "type": {"type": "string"}}, "required": ["parent", "stub", "type"]}, "info": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["meta", ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"]...
{"Time" : "2021-02-03T20:00:00Z", "Temp" : 12.8, "RelHum" : 48, "WindSpeed" : 8.4, "WindDir" : 62}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"1.0": {"type": "integer"}, "0....
{"hour positive count" : 14, "hour neutral count" : 1, "hour negative count" : 5, "hour distri" : {"1.0" : 11, "0.97" : 1, "0.01" : 4, "0.0" : 1, "0.96" : 2, "0.64" : 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": {"1.0": {"type": "integer"}, "0.97": {"type": "integer"}, "0.01": {"type": "integer"}, "0.0": {"type": "int...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "str...
{"id" : 44882, "name" : "\u9c9c\u679c Compact", "description" : "Just hide the header of Xianguo Reader for netbook using.", "user" : {"id" : 92110, "name" : "shinemoon", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2011-03-05T19:53:01.000Z", "weekly_in...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "diversitytickets": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, ...
{"accessibility" : "", "cfp_end" : "2016-04-17", "code_of_conduct" : "https://www.meetup.com/MauritiusSoftwareCraftsmanshipCommunity/pages/19092247/Code_of_Conduct/", "diversitytickets" : "", "event_end" : "2016-05-22", "event_start" : "2016-05-20", "facebook" : "https://www.facebook.com/MauritiusSoftwareCraftsmanshipC...
json_instruct
{"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "diversitytickets": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type": "array", "items":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "prompt": {"type": "string"}, "nickname": {"type": "string"}, "connectToChat": {"type": "string"}, "getStarted": {"type": "string"}, "askGameInstall": {"type": "object", "properties": {"title": {"ty...
{"title" : "Benvenuto in ValjangEngine!", "prompt" : "ValjangEngine ti permette di collaborare con altre persone in giro per il mondo.", "nickname" : "Nickname", "connectToChat" : "Collegati alla chat della community", "getStarted" : "Iniziamo!", "askGameInstall" : {"title" : "Per iniziare", "prompt" : "ValjangEngine u...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "prompt": {"type": "string"}, "nickname": {"type": "string"}, "connectToChat": {"type": "string"}, "getStarted": {"type": "string"}, "askGameInstall": {"type": "object", "properties": {"title": {"type": "string"}, "prompt": {"type": "string"}, "waiting": {"...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "HEEMIN", "frequency" : 1, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "requ...
{"name" : "pixalate-prebid-blocking", "version" : "0.1.0", "summary" : "Block high IVT in your mobile apps by utilizing Pixalate's Pre-Bid Blocking API.", "homepage" : "https://github.com/pixalate-inc/ios-prebid-blocking", "license" : {"type" : "LGPL", "file" : "LICENSE"}, "authors" : {"Pixalate" : "support@pixalate.co...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss": {...
{"name" : "fixture-post-css", "version" : "1.0.0", "main" : "src/index.js", "license" : "MIT", "dependencies" : {"autoprefixer" : "^10.3.7", "postcss" : "^8.3.11", "postcss-preset-env" : "^6.7.0", "precss" : "^4.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss": {"type": "string"}, "postcss-preset-env": {"type": "string"}, "precss":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}...
{"type" : "FeatureCollection", "title" : "Sanctuary of Athena Itonia", "id" : "540677", "bbox" : [22.050757, 39.261841, 22.058297, 39.276634], "description" : "A pan-thessaliote sanctuary, located at modern Philia Karditsis in Greece.", "names" : ["Itonion"], "features" : [{"type" : "Feature", "geometry" : {"type" : "P...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"col": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "extraClass": {"type": "string"}, "headerClass": {"type": "string"}, "illustration": {"type": "object", "properties": {"img-alt"...
{"col" : " col-lg-4", "title" : "Digital Dialog", "url" : "link.sider-altinnett-forside", "extraClass" : "a-bgGreyLighter", "headerClass" : "an-presentationBlock-largeHeader an-presentationBlock-twoLineHeader", "illustration" : {"img-alt" : "En man som sitter foran PC og drikker kaffe. Tegning.", "img-src" : "../../ima...
json_instruct
{"type": "object", "properties": {"col": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "extraClass": {"type": "string"}, "headerClass": {"type": "string"}, "illustration": {"type": "object", "properties": {"img-alt": {"type": "string"}, "img-src": {"type": "string"}}, "required": ["img-alt...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"JavaScript": {"type": "integer"}, "C": {"type": "integer"}, "C++": {"type": "integer"}, "Objective-C": {"type": "integer"}}, "required": ["JavaScript", "C", "C++", "Objective-C"], "$schema": "http://json-schema.org...
{"JavaScript" : 253792, "C" : 188001, "C++" : 114568, "Objective-C" : 30429}
json_instruct
{"type": "object", "properties": {"JavaScript": {"type": "integer"}, "C": {"type": "integer"}, "C++": {"type": "integer"}, "Objective-C": {"type": "integer"}}, "required": ["JavaScript", "C", "C++", "Objective-C"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"address": {"type": "string"}, "trackStartDate": {"type": "string"}, "trackStartUnixTimestamp": {"type": "integer"}, "pingStats": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "integer"}}, "required...
{"address" : "ban_3eaw769yuuwtoszsqcwtre4fxmgiqyt1sbjnizwecax9m78qq4k3fzrkobzt", "trackStartDate" : "5/8/2022 2:52:27 PM", "trackStartUnixTimestamp" : 1652035947682, "pingStats" : [{"0" : 53133}]}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "trackStartDate": {"type": "string"}, "trackStartUnixTimestamp": {"type": "integer"}, "pingStats": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "integer"}}, "required": ["0"]}}}, "required": ["address", "trackStartDate", "tra...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "auto": {"type": "boolean"}, "contexts": {"type": "array", "items": {}}, "responses": {"type": "array", "items": {"type": "object", "properties": {"resetContexts": {"type": ...
{"id" : "0b2f05a0-efb9-4d95-85af-2df2f285b656", "name" : "cc.power-of-you.acceptance", "auto" : true, "contexts" : [], "responses" : [{"resetContexts" : false, "affectedContexts" : [], "parameters" : [], "messages" : [{"type" : 0, "lang" : "en", "speech" : "Students accepted into the Power of YOU program will be notifi...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "auto": {"type": "boolean"}, "contexts": {"type": "array", "items": {}}, "responses": {"type": "array", "items": {"type": "object", "properties": {"resetContexts": {"type": "boolean"}, "affectedContexts": {"type": "array", "items": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "n...
{"ref" : {"min" : 5.691304068022873e-07, "max" : 2.5339503288269043, "mean" : 0.18508642503378941}, "ref_regrid" : {"min" : 5.691304068022873e-07, "max" : 2.5339503288269043, "mean" : 0.18508642503378941, "std" : 0.2007222700722504}, "test" : {"min" : 4.862287710238888e-07, "max" : 2.8142290115356445, "mean" : 0.185508...
json_instruct
{"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "numbe...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "project_id", "storage...
{"project_info" : {"project_number" : "747327821001", "project_id" : "action-stamp", "storage_bucket" : "action-stamp.appspot.com"}, "client" : [{"client_info" : {"mobilesdk_app_id" : "1:747327821001:android:b26e0d4a72616ae4952918", "android_client_info" : {"package_name" : "soup.stamp"}}, "oauth_client" : [{"client_id...
json_instruct
{"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "pro...
Construct a JSON document that adheres to this schema specification: {"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"}, "ti...
{"body" : "", "user" : "figroc", "url" : "https://api.github.com/repos/spack/spack/issues/24694", "updated_at" : "2021-07-06 06:41:17", "created_at" : "2021-07-04 06:30:10", "closed_at" : "2021-07-06 06:41:17", "state" : "closed", "title" : "tensorflow-serving-client: add new version 2.3.0", "number" : 24694, "mileston...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}, "typescript.format.enable": {"type": "boolean"}, "[javascript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFo...
{"editor.defaultFormatter" : "dbaeumer.vscode-eslint", "typescript.format.enable" : false, "[javascript]" : {"editor.defaultFormatter" : "dbaeumer.vscode-eslint"}}
json_instruct
{"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}, "typescript.format.enable": {"type": "boolean"}, "[javascript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}}, "required": ["editor.defaultFormatter", "typescri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "...
{"name" : "simple-tree", "version" : "2.0.3", "description" : "a simple tree widget based on Simple Module", "main" : "lib/tree.js", "repository" : {"type" : "git", "url" : "git@github.com:mycolorway/simple-tree.git"}, "author" : "kshift", "license" : "MIT", "bugs" : {"url" : "https://github.com/mycolorway/simple-tree/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"files.eol": {"type": "string"}, "terminal.integrated.env.windows": {"type": "object", "properties": {"PATH": {"type": "string"}}, "required": ["PATH"]}, "python.defaultInterpreterPath": {"type": "string"}}, "required": ["files...
{"files.eol" : "\n", "terminal.integrated.env.windows" : {"PATH" : "${workspaceRoot}/.venv/Scripts;${env:PATH}"}, "python.defaultInterpreterPath" : "${workspaceRoot}/.venv/Scripts/python.exe"}
json_instruct
{"type": "object", "properties": {"files.eol": {"type": "string"}, "terminal.integrated.env.windows": {"type": "object", "properties": {"PATH": {"type": "string"}}, "required": ["PATH"]}, "python.defaultInterpreterPath": {"type": "string"}}, "required": ["files.eol", "terminal.integrated.env.windows", "python.defaultIn...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "GAUTIER", "frequency" : 1109, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Modules": {"type": "array", "items": {"type": "object", "properties": {"Source": {"type": "string"}, "Key": {"type": "string"}, "Version": {"type": "string"}, "Dir": {"type": "string"}, "Root": {"type": "string"}}, "required":...
{"Modules" : [{"Source" : "../modules/app", "Key" : "1.app;../modules/app", "Version" : "", "Dir" : ".terraform/modules/3a5c67bb61ce8ccea23ef8b1acbe495e", "Root" : ""}, {"Source" : "../modules/db", "Key" : "1.db;../modules/db", "Version" : "", "Dir" : ".terraform/modules/b57ea9a3e7d3e1495fed6414a9e95a81", "Root" : ""},...
json_instruct
{"type": "object", "properties": {"Modules": {"type": "array", "items": {"type": "object", "properties": {"Source": {"type": "string"}, "Key": {"type": "string"}, "Version": {"type": "string"}, "Dir": {"type": "string"}, "Root": {"type": "string"}}, "required": ["Source", "Key", "Version", "Dir", "Root"]}}}, "required"...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["vz.test", "vz.walk", "vz.yarr", "vz.yieldify", "yhr"]
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": {"email": {"type": "string"}, "password": {"type": "string"}, "password_plural": {"type": "string"}, "confirm_password": {"type": "string"}, "sign_in": {"type": "string"}, "logging_in": {"type": "string"}, "forgot_pas...
{"email" : "Email", "password" : "Has\u0142o", "password_plural" : "Has\u0142a", "confirm_password" : "Potwierd\u017a has\u0142o", "sign_in" : "Zaloguj si\u0119", "logging_in" : "Logowanie", "forgot_password" : "Nie pami\u0119tam has\u0142a", "no_account" : "Nie masz jeszcze konta? Kliknij <2>tutaj</2> by je utworzy\u0...
json_instruct
{"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}, "password_plural": {"type": "string"}, "confirm_password": {"type": "string"}, "sign_in": {"type": "string"}, "logging_in": {"type": "string"}, "forgot_password": {"type": "string"}, "no_account": {"type": "string"}}, "requir...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "str...
{"t" : "'angangeten", "h" : [{"d" : [{"f" : "\u628a\u2026\u5377\u6bdb\u3001\u6372\u9aee\u3001\u71d9\u9aee\u3002", "e" : ["\ufff9`'Anganget~`e~`n~ `ko~ `f~u`k~`e~`s~ `iso~!\ufffa\ufffb\u628a\u4f60\u7684\u982d\u9aee\u6372\u4e00\u4e0b\uff01"]}]}, {"d" : [{"f" : "\u628a\u2026\u5377\u6bdb\u3001\u6372\u9aee\u3002", "e" : ["\...
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-0...
{"id" : "http://data.doremus.org/performance/be67c7f3-15b1-3c24-a4a6-0756cf54af51", "expression" : [{"id" : "http://data.doremus.org/expression/3e412808-1342-3f54-9136-ac38c5abd8c3"}, {"id" : "http://data.doremus.org/expression/017b4d6e-bcc3-3fd1-a7fb-da16d60828b3"}, {"id" : "http://data.doremus.org/expression/bee319e6...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {...
{"nom" : "Giriviller", "circ" : "4\u00e8me circonscription", "dpt" : "Meurthe-et-Moselle", "inscrits" : 48, "abs" : 20, "votants" : 28, "blancs" : 2, "nuls" : 0, "exp" : 26, "res" : [{"nuance" : "LR", "nom" : "M. Thibault BAZIN", "voix" : 15}, {"nuance" : "REM", "nom" : "M. Philippe BUZZI", "voix" : 11}]}
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"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"mentions": {"type": "integer"}, "coref": {"type": "integer"}}, "required": ["mentions", "coref"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mentions" : 11, "coref" : 12}
json_instruct
{"type": "object", "properties": {"mentions": {"type": "integer"}, "coref": {"type": "integer"}}, "required": ["mentions", "coref"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "requ...
{"h" : [{"d" : [{"e" : ["\ufff9`sapikeco'aw~ `ako~ `to~ `katayalan~ `ira~.\ufffa\ufffb\u6211\u60f3\u64e0\u6389\u5979\u7684\u5de5\u4f5c\u5d17\u4f4d\u3002"], "f" : "\u60f3\u64e0\u4f54\u4ed6\u4eba\u7684\u6771\u897f\u3002"}]}], "stem" : "keco'", "t" : "sapikeco'aw"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "string"}, "code": {"type": "string"}}, "required": ["number", "title", "...
{"number" : "710", "title" : "Random Pick with Blacklist", "url" : "https://leetcode.com/problems/random-pick-with-blacklist", "difficulty" : "Hard", "question" : "Given a blacklist&#xA0;B containing unique integers&#xA0;from [0, N), write a function to return a uniform random integer from [0, N) which is NOT&#xA0;in B...
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "string"}, "code": {"type": "string"}}, "required": ["number", "title", "url", "difficulty", "question", "code"], "$schema": "http://json-schema....
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "deployer_path": {"type": "string"}, "external_address": {"type": "string"}}, "required": ["username", "password", "deployer_path", "external_address"], "$schema": "...
{"username" : "a-username-is-required", "password" : "a-password-is-required", "deployer_path" : "/path/to/pusher.js/is/required", "external_address" : "127.0.0.1"}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "deployer_path": {"type": "string"}, "external_address": {"type": "string"}}, "required": ["username", "password", "deployer_path", "external_address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"tests": {"type": "array", "items": {}}, "title": {"type": "string"}}, "required": ["tests", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tests" : [], "title" : "Fundo de Investimento"}
json_instruct
{"type": "object", "properties": {"tests": {"type": "array", "items": {}}, "title": {"type": "string"}}, "required": ["tests", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "b...
{"n_dim" : 55, "n_trials" : 550, "objective" : "markowitz_realized_on_cube", "white" : "platypus_ibea", "black" : "bobyqa_default", "traceback" : ["passing", "Black took 139 function evals when instructed to use 600"], "best_val" : [10.894355469994547, -0.09007594679408501], "best_x" : [[0.00910088172248169, 0.57354229...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"Rank": {"type": "integer"}, "Time Spent (seconds)": {"type": "integer"}, "Number of People": {"type": "integer"}, "Category": {"type": "string"}}, "required": ["Rank", "Time Spent (se...
[{"Rank" : 1, "Time Spent (seconds)" : 2918, "Number of People" : 1, "Category" : "Audio Editing"}, {"Rank" : 2, "Time Spent (seconds)" : 241, "Number of People" : 1, "Category" : "General Entertainment"}, {"Rank" : 3, "Time Spent (seconds)" : 214, "Number of People" : 1, "Category" : "Sales"}, {"Rank" : 4, "Time Spent...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Rank": {"type": "integer"}, "Time Spent (seconds)": {"type": "integer"}, "Number of People": {"type": "integer"}, "Category": {"type": "string"}}, "required": ["Rank", "Time Spent (seconds)", "Number of People", "Category"]}, "$schema": "http://json-schema.o...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": ...
{"user" : "item4", "repos" : 1, "login" : "item4", "id" : 559952, "avatar_url" : "https://avatars0.githubusercontent.com/u/559952?v=3", "url" : "https://api.github.com/users/item4", "html_url" : "https://github.com/item4", "followers_url" : "https://api.github.com/users/item4/followers", "following_url" : "https://api....
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires"...
{"generated_at" : "2017-01-27T09:37:33.001906", "required_by" : ["Mtrax"], "requires" : [], "package" : "motmot.imops"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"data": {"type": "object", "properties": {"articles": {"type": "array", "items": {}}}, "required": ["articles"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"articles" : []}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"articles": {"type": "array", "items": {}}}, "required": ["articles"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "socle", "definition" : "(a) A plain block or plinth forming a low pedestal; any base; especially, the base of a statue, column, or the like. See Plinth. (b) A plain face or plinth at the lower part of a wall. Oxf. Gloss."}
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": {"pkg_name": {"type": "string"}, "theme": {"type": "string"}, "url": {"type": "string"}, "tag": {"type": "array", "items": {"type": "string"}}, "created": {"type": "string"}, "updated": {"type": "string"}}, "required": ["pkg_nam...
{"pkg_name" : "sphinx-ioam-theme", "theme" : "sphinx_ioam_theme", "url" : "https://pypi.python.org/pypi/sphinx-ioam-theme", "tag" : ["sphinx-ioam-theme"], "created" : "2018-01-31T11:44:49Z", "updated" : "2018-01-31T11:44:49Z"}
json_instruct
{"type": "object", "properties": {"pkg_name": {"type": "string"}, "theme": {"type": "string"}, "url": {"type": "string"}, "tag": {"type": "array", "items": {"type": "string"}}, "created": {"type": "string"}, "updated": {"type": "string"}}, "required": ["pkg_name", "theme", "url", "tag", "created", "updated"], "$schema"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" : 1, "MEDIAN_VAL...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"exact_path_dx": {"type": "array", "items": {"type": "string"}}, "gliomatosis_path_free_text_exact": {"type": "array", "items": {"type": "string"}}}, "required": ["exact_path_dx", "gliomatosis_path_free_text_exact"], "$schema":...
{"exact_path_dx" : ["High-grade glioma/astrocytoma (WHO grade III/IV)", "Brainstem glioma- Diffuse intrinsic pontine glioma"], "gliomatosis_path_free_text_exact" : ["anaplastic gliomatosis cerebri (who grade 4)"]}
json_instruct
{"type": "object", "properties": {"exact_path_dx": {"type": "array", "items": {"type": "string"}}, "gliomatosis_path_free_text_exact": {"type": "array", "items": {"type": "string"}}}, "required": ["exact_path_dx", "gliomatosis_path_free_text_exact"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": "integ...
{"nom" : "Landange", "dpt" : "Moselle", "inscrits" : 200, "abs" : 52, "votants" : 148, "blancs" : 5, "nuls" : 6, "exp" : 137, "res" : [{"panneau" : "2", "voix" : 72}, {"panneau" : "1", "voix" : 65}]}
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": {"name": {"type": "string"}, "loggedin": {"type": "boolean"}, "orders": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "img": {"type": "string"}, "imgalt": {"type": "string"}, "desc": ...
{"name" : "Mina", "loggedin" : true, "orders" : [{"id" : 1, "img" : "img/img-small/strings.png", "imgalt" : "string", "desc" : "A very authentic and beautiful instrument!!", "price" : 100.0, "productname" : "Strings", "days" : 32}, {"id" : 2, "img" : "img/img-small/redguitar.jpeg", "imgalt" : "redg", "desc" : "A really...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "loggedin": {"type": "boolean"}, "orders": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "img": {"type": "string"}, "imgalt": {"type": "string"}, "desc": {"type": "string"}, "price": {"type": "number"}, "productname"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "436010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"...
{"372012" : {"count" : 2}, "count" : 50, "436010" : {"count" : 1}, "119051" : {"count" : 1}, "999920" : {"count" : 1}, "319092" : {"count" : 1}, "311010" : {"count" : 1}, "519111" : {"count" : 1}, "37201X" : {"count" : 2}, "373010" : {"count" : 1}, "N.A.//" : {"count" : 32}, "352010" : {"count" : 3}, "411011" : {"count...
json_instruct
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "436010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119051": {"type": "object", "properties": {"count": {"typ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[55, 61], [36, 72], [52, 87], [27, 70], [18, 85], [50, 64], [59, 54], [37, 53], [45, 74], [47, 55], [39, 66], [25, 56], [83, 55], [52, 43], [66, 65], [55, 63], [66, 47], [47, 56], [43, 40], [68, 64], [50, 39], [55, 61], [56, 57], [48, 42], [54, 54], [32, 45], [67, 63], [60, 64], [57, 57], [32, 52], [66, ...
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"data": {"type": "object", "properties": {"Cloudy Sky": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Dawn": {"type": "object", "properties": {"path": {"type": "string"}}...
{"data" : {"Cloudy Sky" : {"path" : "/static/skybox/2.CloudySky/"}, "Dawn" : {"path" : "/static/skybox/3.Dawn/"}, "Sky & Lake" : {"path" : "/static/skybox/4.SkyLake/"}, "Glorious Pink" : {"path" : "/static/skybox/5.GloriousPink/"}, "Moon Light" : {"path" : "/static/skybox/6.Moonlight/"}, "Earth in Cosmos" : {"path" : "...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"Cloudy Sky": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Dawn": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Sky & Lake": {"type": "object", "properties": {"p...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"ty...
[{"c_ref" : "Fairfield", "totals" : {"Cases" : 57467, "Deaths" : 1740}, "daily" : {"Cases" : 1179, "Deaths" : 20}}, {"c_ref" : "Hartford", "totals" : {"Cases" : 47726, "Deaths" : 1878}, "daily" : {"Cases" : 1046, "Deaths" : 26}}, {"c_ref" : "Litchfield", "totals" : {"Cases" : 7645, "Deaths" : 229}, "daily" : {"Cases" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"},...
{"votes" : {"diff" : 45238, "dem" : 102935, "tot" : 171249, "gop" : 57697}, "for" : "ME/Cumberland County/23005", "pct" : {"dem" : 60.11, "per_point_diff" : 26.42, "gop" : 33.69}}
json_instruct
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Author": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Creation-Date": {"type": "string"}, "Edit-Time": {"type": "string"}, "Last-Modified": {"type": "string"}, "Last-...
{"Author" : ".", "Content-Length" : "344064", "Content-Type" : "application/msword", "Creation-Date" : "2019-01-25T11:56:00Z", "Edit-Time" : "483950000000", "Last-Modified" : "2020-11-16T19:59:27Z", "Last-Printed" : "2020-11-16T19:49:21Z", "Last-Save-Date" : "2020-11-16T19:59:27Z", "Revision-Number" : "68", "X-Parsed-B...
json_instruct
{"type": "object", "properties": {"Author": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Creation-Date": {"type": "string"}, "Edit-Time": {"type": "string"}, "Last-Modified": {"type": "string"}, "Last-Printed": {"type": "string"}, "Last-Save-Date": {"type": "string"}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "requi...
{"version" : "1.6.0.6", "description" : "OnlyM. Simple Media Player for use in meetings.", "homepage" : "https://github.com/AntonyCorbett/OnlyM", "license" : {"identifier" : "MIT", "url" : "https://github.com/AntonyCorbett/OnlyM/blob/master/LICENSE"}, "url" : "https://github.com/AntonyCorbett/OnlyM/releases/download/1....
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "url": {"type": "string"}, "hash": {"type": "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surah...
{"id" : 971, "surahNumber" : "007", "ayatNumber" : "017", "arabic" : "\u062b\u064f\u0645\u0651\u064e \u0644\u064e\u0622\u062a\u0650\u064a\u064e\u0646\u0651\u064e\u0647\u064f\u0645\u0652 \u0645\u0650\u0646\u0652 \u0628\u064e\u064a\u0652\u0646\u0650 \u0623\u064e\u064a\u0652\u062f\u0650\u064a\u0647\u0650\u0645\u0652 \u064...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["id", "labels", "...
{"id" : "sparkling-red-gem", "labels" : ["Material"], "data" : {"name" : "Sparkling Red Gem"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["id", "labels", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "fullName": {"type": "string"}, "duration": {"type": "number"}, "testStackTrace": {"type": "string"}, "testMessage": {"type": "string"}, "result": {"type": "string"}, "output": {"type": "...
{"name" : "TestMethodInconclusive", "fullName" : "Ghpr.NUnitExamples.Cat2.TestClass06.TestMethodInconclusive", "duration" : 0.304278, "testStackTrace" : "", "testMessage" : "Inconc. test :)", "result" : "Inconclusive", "output" : "", "testInfo" : {"guid" : "054e7485-5e41-2b7d-1598-ae1d19c6dab4", "start" : "2016-07-04T1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "fullName": {"type": "string"}, "duration": {"type": "number"}, "testStackTrace": {"type": "string"}, "testMessage": {"type": "string"}, "result": {"type": "string"}, "output": {"type": "string"}, "testInfo": {"type": "object", "properties": {"guid": {"type"...
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"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "...
{"name" : "horseRacing", "version" : "1.0.0", "description" : "Deploy Horse Racing Smart Contract", "main" : "deploy.js", "author" : "Michael CHEN", "license" : "MIT", "dependencies" : {"fs" : "0.0.1-security", "solc" : "0.5.7", "web3" : "1.0.0-beta.52"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fs": {"type": "string"}, "solc": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}...
{"name" : "Bujintei Tsukuyomi", "number" : "73289035", "is_illegal" : false, "text" : "2 Level 4 LIGHT monsters\nOnce per turn: You can detach 1 material from this card; send your entire hand to the GY (min. 1), and if you do, draw 2 cards. When this card you controlled while face-up leaves the field because of an oppo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attac...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": ...
{"name" : "nodejs-graphql-subscriptions-boilerplate", "version" : "1.0.0", "description" : "", "main" : "src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Karthik V", "license" : "ISC", "dependencies" : {"apollo-link" : "^1.2.2", "apollo-link-ws" : "^1.0.8", "graphql" : "^...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "format": {"type": "string"}}, "required": ["url", "width", "height", "format"]}, "$schema": "http:/...
[{"url" : "ipfs://QmRC7AVpJcAngshv1w83kU968ce2HZzPxUzWU7oD8WbFXm", "width" : 1024, "height" : 1024, "format" : "png"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "format": {"type": "string"}}, "required": ["url", "width", "height", "format"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "content_security_policy": {"type": "string"}, "browser_action": {"type": "object",...
{"background" : {"scripts" : ["sites.js", "bpc_count_daily_users.js", "background.js"]}, "content_security_policy" : "script-src 'self'; object-src 'self'", "browser_action" : {"default_popup" : "options/popup.html"}, "description" : "Bypass Paywalls of news sites", "homepage_url" : "https://gitlab.com/magnolia1234/byp...
json_instruct
{"type": "object", "properties": {"background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "content_security_policy": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["d...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"service_id": {"type": "string"}, "name": {"type": "string"}, "properties": {"type": "object", "properties": {"sut_version": {"type": "string"}, "email_recipients": {"type": "string"}, "sut_environments": {"type": ...
{"service_id" : "single_module_test_cycle", "name" : "redisearch automation-testing", "properties" : {"sut_version" : "{{RS_VERSION}}", "email_recipients" : "s5i1u4h5a8c8w2d7@redislabs.slack.com", "sut_environments" : [], "tools_environment" : {}, "modules_version" : "{{MODULE_VERSION}}", "test_names_modules" : ["{{RS_...
json_instruct
{"type": "object", "properties": {"service_id": {"type": "string"}, "name": {"type": "string"}, "properties": {"type": "object", "properties": {"sut_version": {"type": "string"}, "email_recipients": {"type": "string"}, "sut_environments": {"type": "array", "items": {}}, "tools_environment": {"type": "object", "properti...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["obsidian-markdown-formatting-assistant-plugin", "obsidian-find-and-replace-in-selection", "obsidian-gallery", "oz-clear-unused-images", "longform", "note-refactor-obsidian", "obsidian-admonition", "obsidian-emoji-toolbar", "text-snippets-obsidian", "file-tree-alternative", "zoottelkeeper-obsidian-plugin", "obsidian-s...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"info": {"type": "object", "properties": {"_postman_id": {"type": "string"}, "name": {"type": "string"}, "schema": {"type": "string"}}, "required": ["_postman_id", "name", "schema"]}, "item": {"type": "array", "items": {"type":...
{"info" : {"_postman_id" : "a2f5a3fa-3657-4e2e-b2aa-a6a7badac22b", "name" : "POKEAPI-WRAPPER-PYTHON-API", "schema" : "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"}, "item" : [{"name" : "WRAPPER POKEAPI - SPRITES", "request" : {"method" : "GET", "header" : [], "url" : {"raw" : "{{BASE_PATH_POKEA...
json_instruct
{"type": "object", "properties": {"info": {"type": "object", "properties": {"_postman_id": {"type": "string"}, "name": {"type": "string"}, "schema": {"type": "string"}}, "required": ["_postman_id", "name", "schema"]}, "item": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "requ...
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"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies"...
{"name" : "base32-encoding", "version" : "1.0.0", "description" : "Encode / decode base32. Supports Buffers, strings, custom alphabets, abstract-encoding compliant", "main" : "index.js", "dependencies" : {}, "devDependencies" : {}, "scripts" : {"test" : "node test.js"}, "repository" : {"type" : "git", "url" : "git+http...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"1": {"type": "object", "properties": {"rollover": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "inBetween": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}...
{"1" : {"rollover" : [[170, 189]], "inBetween" : [[131, 132], [140, 147], [168, 169], [190, 192]]}, "2" : {"rollover" : [[145, 149]], "inBetween" : [[138, 138], [143, 144], [150, 150], [505, 505], [510, 511], [514, 515], [517, 517], [520, 520], [527, 528], [532, 534], [539, 539], [541, 546]]}, "3" : {"rollover" : [[142...
json_instruct
{"type": "object", "properties": {"1": {"type": "object", "properties": {"rollover": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "inBetween": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["rollover", "inBetween"]}, "2": {"type": "object", "pr...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"stat.flyOneCm": {"type": "integer"}, "stat.walkOneCm": {"type": "integer"}, "stat.drop": {"type": "integer"}, "stat.playOneMinute": {"type": "integer"}, "achievement.openInventory": {"type": "integer"}, "stat.fallOneCm": {"typ...
{"stat.flyOneCm" : 4928, "stat.walkOneCm" : 380, "stat.drop" : 2, "stat.playOneMinute" : 998, "achievement.openInventory" : 2, "stat.fallOneCm" : 1159, "stat.leaveGame" : 1, "stat.damageTaken" : 120, "achievement.exploreAllBiomes" : {"value" : 0, "progress" : ["Forest"]}, "stat.diveOneCm" : 463}
json_instruct
{"type": "object", "properties": {"stat.flyOneCm": {"type": "integer"}, "stat.walkOneCm": {"type": "integer"}, "stat.drop": {"type": "integer"}, "stat.playOneMinute": {"type": "integer"}, "achievement.openInventory": {"type": "integer"}, "stat.fallOneCm": {"type": "integer"}, "stat.leaveGame": {"type": "integer"}, "sta...
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": {"type": "array", "items...
{"contract" : "0x5e6ffe7b174a50c81ff3f3c54c04fd3c11e20830", "tool" : "manticore", "start" : 1563961126.8391962, "end" : 1563962928.8990653, "duration" : 1802.0598690509796, "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": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "num...
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.25961557, "width" : 0.11586025, "ymin" : 0.761152, "height" : 0.20597383}, "relativeKeypoints" : [{"y" : 0.9092933, "x" : 0.32499462}, {"y" : 0.8571895, "x" : 0.3087701}, {"y" : 0.85262275, "x" : 0.2894337}, {"y" : 0.84027606, "x" : 0.28161156}, {"y" : 0.8242167, "...
json_instruct
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"python.linting.pylintEnabled": {"type": "boolean"}, "python.formatting.provider": {"type": "string"}, "python.pythonPath": {"type": "string"}}, "required": ["python.linting.pylintEnabled", "python.formatting.provider", "python.p...
{"python.linting.pylintEnabled" : false, "python.formatting.provider" : "yapf", "python.pythonPath" : "/Users/haneullee/.local/share/virtualenvs/gramgram-IrTzYQVm/bin/python"}
json_instruct
{"type": "object", "properties": {"python.linting.pylintEnabled": {"type": "boolean"}, "python.formatting.provider": {"type": "string"}, "python.pythonPath": {"type": "string"}}, "required": ["python.linting.pylintEnabled", "python.formatting.provider", "python.pythonPath"], "$schema": "http://json-schema.org/draft-07/...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "pr...
{"name" : "hapi-soup", "version" : "0.1.0", "description" : "My favorite starting point for a new Hapi server", "main" : "lib/server.js", "keywords" : ["hapi", "server", "http", "soup", "start", "scaffold"], "scripts" : {"start" : "node lib/server.js", "test" : "nyc -r html -r text --check-coverage --lines 100 --functi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "m...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type"...
{"type" : "FeatureCollection", "title" : "Hysiai", "id" : "570306", "bbox" : [22.5862423, 37.5200016, 22.5862423, 37.5200016], "description" : "Hysiai was a frontier citadel of Argos located to the south of the modern village of Achladokampos. The Lacedaemonians destroyed the site in 417 B.C. Pausanias visited the ruin...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"em": {"type": "array", "items": {}}, "bites": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "nu...
{"em" : [], "bites" : [{"location" : {"latitude" : 52.8, "longitude" : 6.25}}, {"location" : {"latitude" : 52.15, "longitude" : 5.3}}, {"location" : {"latitude" : 52.2, "longitude" : 5.27}}, {"location" : {"latitude" : 53.19, "longitude" : 6.56}}, {"location" : {"latitude" : 51.39, "longitude" : 5.46}}, {"location" : {...
json_instruct
{"type": "object", "properties": {"em": {"type": "array", "items": {}}, "bites": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"jquery.timepicker.css": {"type": "string"}, "jquery.timepicker.js": {"type": "string"}, "jquery.timepicker.min.css": {"type": "string"}, "jquery.timepicker.min.js": {"type": "string"}}, "required": ["jquery.timepicker.css", "jqu...
{"jquery.timepicker.css" : "sha256-RO2NqYkcLUo6zB3MvY8GajOgtZsMQYrOaTFjcg/zWO0=", "jquery.timepicker.js" : "sha256-FbhibsJS44gO5XmksE493/ZCNhWUvRjI8CFEONlU/Jw=", "jquery.timepicker.min.css" : "sha256-FuUW6FMAV8YbSSt3whVxdmoAxanssbTiyd88miusCgc=", "jquery.timepicker.min.js" : "sha256-N9mgJ71gplj7wwWzZ0kxc2ENEyvqcuwbkPuE...
json_instruct
{"type": "object", "properties": {"jquery.timepicker.css": {"type": "string"}, "jquery.timepicker.js": {"type": "string"}, "jquery.timepicker.min.css": {"type": "string"}, "jquery.timepicker.min.js": {"type": "string"}}, "required": ["jquery.timepicker.css", "jquery.timepicker.js", "jquery.timepicker.min.css", "jquery....
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"ApplicationInsights": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required"...
{"Logging" : {"ApplicationInsights" : {"LogLevel" : {"Default" : "Information"}}, "LogLevel" : {"Default" : "Information"}}, "AllowedHosts" : "*", "ProxyUrl" : "https://galaxysweeper.com", "ApplicationInsights" : {"InstrumentationKey" : "putinstrumentationkeyhere"}}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"ApplicationInsights": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "LogLevel": {"type": "object", "properties": {"Defau...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"raven.js": {"type": "string"}, "raven.min.js": {"type": "string"}}, "required": ["raven.js", "raven.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"raven.js" : "sha256-HkrxbaUfmdLPgm8t4n0JfhqZBasEFP02t5iP8k4PGWM=", "raven.min.js" : "sha256-Q2l+WTdVyJS17nn82rmJQCE5+MKLn94aco74tNZoi5M="}
json_instruct
{"type": "object", "properties": {"raven.js": {"type": "string"}, "raven.min.js": {"type": "string"}}, "required": ["raven.js", "raven.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit...
{"derivation" : "prolonged from H268 (\u05d0\u05b8\u05d7\u05d5\u05b9\u05e8);", "pron" : "akh-o-ran-neeth'", "outline" : "<ol><li> backwards, back part, the rear</li></ol>", "kjv_def" : "back (-ward, again).", "lemma" : "\u05d0\u05b2\u05d7\u05b9\u05e8\u05b7\u05e0\u05bc\u05b4\u05d9\u05ea", "frequency" : 7, "strongs_def" ...
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null...
{"number" : "3.400", "title" : "Scope of subpart.", "children" : [{"text" : "This subpart prescribes policies and procedures that restrict contingent fee arrangements for soliciting or obtaining Government contracts to those permitted by 10 U.S.C. 2306(b) and 41 U.S.C. 3901.", "type" : "paragraph", "level" : null}]}
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "titl...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"process_id": {"type": "integer"}, "version": {"type": "string"}, "app_path": {"type": "string"}, "app_contents_path": {"type": "string"}}, "required": ["process_id", "version", "app_path", "app_contents_path"], "$...
{"process_id" : 3036, "version" : "2020.3.23f1", "app_path" : "C:/Program Files/Unity/Hub/Editor/2020.3.23f1/Editor/Unity.exe", "app_contents_path" : "C:/Program Files/Unity/Hub/Editor/2020.3.23f1/Editor/Data"}
json_instruct
{"type": "object", "properties": {"process_id": {"type": "integer"}, "version": {"type": "string"}, "app_path": {"type": "string"}, "app_contents_path": {"type": "string"}}, "required": ["process_id", "version", "app_path", "app_contents_path"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"status": {"type": "integer"}, "packageStatus": {"type": "integer"}, "filename": {"type": "string"}, "lastFetchedAt": {"type": "string"}}, "required": ["status", "packageStatus", "filename", "lastFetchedAt"], "$...
{"status" : 404, "packageStatus" : 404, "filename" : "zjzhome___electron-yixin.json", "lastFetchedAt" : "2017-05-04T15:24:45.963Z"}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "packageStatus": {"type": "integer"}, "filename": {"type": "string"}, "lastFetchedAt": {"type": "string"}}, "required": ["status", "packageStatus", "filename", "lastFetchedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obje...
{"hash" : "0x614bd550e1cfde5bb5307420711914bf290e47bf88893b8c4e2f976fcd30751b", "parentHash" : "0xfe13bbc2d38be0b3026a37ee180235f37ae13c0370632374f345c0a46617a22d", "number" : 115167, "timestamp" : 1440052697, "nonce" : "0x4e93553a057a43a0", "difficulty" : 4534024245392, "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"]...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"list": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "categoryId": {"type": "integer"}, "name": {"ty...
{"status" : 0, "data" : {"list" : [{"id" : 1, "categoryId" : 3, "name" : "RedMi", "subtitle" : "\u53cc\u5341\u4e00\u4fc3\u9500", "mainImage" : "/imgs/header-redmi.jpg", "status" : 1, "price" : 7199.22}, {"id" : 1, "categoryId" : 3, "name" : "RedMi", "subtitle" : "\u53cc\u5341\u4e00\u4fc3\u9500", "mainImage" : "/imgs/he...
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"list": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "categoryId": {"type": "integer"}, "name": {"type": "string"}, "subtitle": {"type": "string"}, "mainImage": {"type": ...