input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"css/nes.css": {"type": "string"}, "css/nes.min.css": {"type": "string"}}, "required": ["css/nes.css", "css/nes.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css/nes.css" : "sha512-irhMoVllooVmNW5fTcyFzOHakfN5Wj6s0mFAcztcLQ5sWL7sHHle1/fS09ck5ocbFbqkje6ju2gympR6sdtzVg==", "css/nes.min.css" : "sha512-paecvvORnY9iC0TAdFtAlqLXrDhefpmQAAGvtypJ8oRvkWNaGmzVNKXjc1lww27NSVNsDLcS3NPbzNY3vaTRvQ=="}
json_instruct
{"type": "object", "properties": {"css/nes.css": {"type": "string"}, "css/nes.min.css": {"type": "string"}}, "required": ["css/nes.css", "css/nes.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "311010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"...
{"372012" : {"count" : 1}, "count" : 3, "311010" : {"count" : 2}}
json_instruct
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "311010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["372012", "count", "311010"], "$schema": "ht...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "stri...
{"URL" : "https://www.wired.com/1999/03/well-armed-against-cancer", "heading" : "well-armed against cancer", "subheading" : "a texas research team is the first to use a robotic arm to help guide the surgical treatment of malignant tumors. by kristen philipkoski.", "author" : "kristen philipkoski", "category" : "science...
json_instruct
{"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "pulls": {"type": "array", "items": {"type": "object", "properties": {"weight": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"count": {"type"...
{"name" : "genesis_impact", "pulls" : [{"weight" : 63, "entries" : [{"count" : 6, "rarities" : ["Rare"]}, {"count" : 1, "rarities" : ["Super Rare"]}]}, {"weight" : 8, "entries" : [{"count" : 6, "rarities" : ["Rare"]}, {"count" : 1, "rarities" : ["Ultra Rare"]}]}, {"weight" : 1, "entries" : [{"count" : 6, "rarities" : [...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pulls": {"type": "array", "items": {"type": "object", "properties": {"weight": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "rarities": {"type": "array", "items": {"type": "string...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["mapshader"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"githubId": {"type": "string"}, "displayName": {"type": "string"}, "authorNames": {"type": "array", "items": {"type": "string"}}}, "requi...
{"authors" : [{"githubId" : "GaryGohYP", "displayName" : "GARY ...IPENG", "authorNames" : ["GaryGohYP", "DESKTOP-1NRGIML\\user"]}, {"githubId" : "guestuser0123", "displayName" : "KENNE... TECK", "authorNames" : ["guestuser0123", "DESKTOP-DAUN7QD", "DESKTOP-DAUN7QD\\Kenneth"]}, {"githubId" : "ngkangtze", "displayName" :...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"githubId": {"type": "string"}, "displayName": {"type": "string"}, "authorNames": {"type": "array", "items": {"type": "string"}}}, "required": ["githubId", "displayName", "authorNames"]}}}, "required": ["authors"],...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "pro...
{"name" : "lml", "version" : "0.8.1", "description" : "Light Meta Language. A simple-yet-powerful HTML syntax alternative", "keywords" : ["lml", "html", "alternative", "ast", "compiler", "translate", "simple", "hierarchy", "dom", "xml", "parser"], "main" : "lib/index.js", "scripts" : {"clean" : "rm -rf lib/", "build" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "build": {"type": "string"}, "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"bookName": {"type": "string"}, "baseDir": {"type": "string"}, "histPointer": {"type": "string"}, "indexedBookmarkNames": {"type": "boolean"}}, "required": ["bookName", "baseDir", "histPointer", "indexedBookmarkNames"], "$schem...
{"bookName" : "mister istio", "baseDir" : "docs/istio/", "histPointer" : "i", "indexedBookmarkNames" : true}
json_instruct
{"type": "object", "properties": {"bookName": {"type": "string"}, "baseDir": {"type": "string"}, "histPointer": {"type": "string"}, "indexedBookmarkNames": {"type": "boolean"}}, "required": ["bookName", "baseDir", "histPointer", "indexedBookmarkNames"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"covid_icu_today": {"type": "number"}, "covid_icu_yesterday": {"type": "number"}, "cumm_deaths_today": {"type": "number"}, "info_date": {"type": "string"}}, "required": ["covid_icu_today", "covid_icu_yesterday", "cumm_deaths_toda...
{"covid_icu_today" : 11.0, "covid_icu_yesterday" : 9.0, "cumm_deaths_today" : 536.0, "info_date" : "2021-12-30T00:00:00"}
json_instruct
{"type": "object", "properties": {"covid_icu_today": {"type": "number"}, "covid_icu_yesterday": {"type": "number"}, "cumm_deaths_today": {"type": "number"}, "info_date": {"type": "string"}}, "required": ["covid_icu_today", "covid_icu_yesterday", "cumm_deaths_today", "info_date"], "$schema": "http://json-schema.org/draf...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"t...
{"name" : "coffee-debug", "version" : "0.0.3", "description" : "Simple cli script to debug coffee script on nodejs using node-inspector", "author" : "Andy Damevin <ia3andy@gmail.com>", "homepage" : "https://github.com/ia3andy/coffee-debug", "repository" : {"type" : "git", "url" : "git://github.com/ia3andy/coffee-debug....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"...
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": {"start": {"type": "string"}}, "required": ["start"]}, "reposit...
{"name" : "nodejs-init-chat-number-whatsapp", "version" : "1.0.0", "description" : "Inicializador de conversas pelo whatsapp, selecionando o navegador.", "main" : "main.js", "scripts" : {"start" : "electron ."}, "repository" : {"type" : "git", "url" : "git+https://github.com/pedromesmer/nodejs-init-chat-number-whatsapp...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": ...
{"name" : "repat/date-constants", "description" : "A series of constants designed to make it easier to express dates in PHP applications", "type" : "library", "license" : "MIT", "version" : "2.0.1", "authors" : [{"name" : "Repat", "email" : "repat@repat.de", "homepage" : "https://repat.de"}, {"name" : "Steve Grunwell",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "hom...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type":...
{"\u5de5\u5ee0\u540d\u7a31" : "\u6cf0\u7814\u7cbe\u5bc6\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99717918", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u516b\u5fb7\u5340\u5927\u5b89\u91cc\u548c\u5e73\u8def52...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id_3139": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_3139"], "$schema": "http://json-schema.org/draft-07/schema#"} ...
{"id_3139" : {"publicdate" : "2009-06-18 01:56:48", "title" : "Four Girls at Chautauqua"}}
json_instruct
{"type": "object", "properties": {"id_3139": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_3139"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07...
[{"name" : "GAETEN", "frequency" : 3, "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"...
{"name" : "gametargetingSystemHitInfo", "flags" : 66, "props" : [{"type" : "Uint64", "name" : "queryMask", "flags" : 6627016707}, {"type" : "entEntityID", "name" : "entityId", "flags" : 6627016707}, {"type" : "whandle:entEntity", "name" : "entity", "flags" : 6627016707}, {"type" : "whandle:entIComponent", "name" : "com...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}, "funcs": {"type": "array", "it...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "background": {"type": "string"}, "icon": {"type": "string"}, "icon-size": {"type": "integer"}, "format": {"type": "string"}, "contents": {"type": "array", "items": {"type": "object", "properties": ...
{"title" : "ZX Pokemaster", "background" : "assets/bg01.png", "icon" : "assets/pokemaster.icns", "icon-size" : 80, "format" : "ULFO", "contents" : [{"x" : 130, "y" : 130, "type" : "file", "path" : "/tmp/dist-darwin/Bundle/ZX Pokemaster.app"}, {"x" : 370, "y" : 130, "type" : "link", "path" : "/Applications"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "background": {"type": "string"}, "icon": {"type": "string"}, "icon-size": {"type": "integer"}, "format": {"type": "string"}, "contents": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "type"...
Based on the schema below, produce a valid JSON object: {"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": "...
{"Time" : "2021-01-17T18:00:00Z", "Temp" : 13.2, "RelHum" : 49, "WindSpeed" : 4.9, "WindDir" : 269}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "...
{"contract" : "0xd35e56c84c567f997e5133436469c78373a3b25b", "tool" : "solhint", "start" : 1563526460.4553957, "end" : 1563526464.365157, "duration" : 3.9097611904144287, "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://...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"...
{"userId" : 79621, "cartId" : "9655b95d-1ccc-42d0-9c85-379f0644df0a", "preferredProducts" : [565, 1177, 798, 4401, 2586, 2224], "productReviews" : [{"productId" : 3268, "reviewText" : "one of my hobbies is guitar. and when i'm playing guitar this works great.", "reviewDate" : "2016-12-24T02:40:19.3601518+02:00"}, {"pro...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"context": {"type": "object", "properties": {"date": {"type": "string"}, "num_cpus": {"type": "integer"}, "mhz_per_cpu": {"type": "integer"}, "cpu_scaling_enabled": {"type": "boolean"}, "library_build_type": {...
{"context" : {"date" : "2016-08-02 17:44:46", "num_cpus" : 4, "mhz_per_cpu" : 4228, "cpu_scaling_enabled" : false, "library_build_type" : "release"}, "benchmarks" : [{"name" : "BM_One", "iterations" : 1000, "real_time" : 9, "cpu_time" : 110, "time_unit" : "ns"}, {"name" : "BM_Two", "iterations" : 1000, "real_time" : 10...
json_instruct
{"type": "object", "properties": {"context": {"type": "object", "properties": {"date": {"type": "string"}, "num_cpus": {"type": "integer"}, "mhz_per_cpu": {"type": "integer"}, "cpu_scaling_enabled": {"type": "boolean"}, "library_build_type": {"type": "string"}}, "required": ["date", "num_cpus", "mhz_per_cpu", "cpu_scal...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Name": {"type": "string"}, "Objects": {"type": "array", "items": {"type": "object", "properties": {"Height": {"type": "integer"}, "Length": {"type": "integer"}, "Stock": {"type": "null"}, "Cost": {"type": "integer"}}, "requ...
{"Name" : "W", "Objects" : [{"Height" : 40, "Length" : 70, "Stock" : null, "Cost" : 2800}], "Items" : [{"Length" : 17, "Height" : 9, "Demand" : 1, "DemandMax" : null, "Value" : 153}, {"Length" : 24, "Height" : 15, "Demand" : 1, "DemandMax" : null, "Value" : 360}, {"Length" : 24, "Height" : 15, "Demand" : 2, "DemandMax"...
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Objects": {"type": "array", "items": {"type": "object", "properties": {"Height": {"type": "integer"}, "Length": {"type": "integer"}, "Stock": {"type": "null"}, "Cost": {"type": "integer"}}, "required": ["Height", "Length", "Stock", "Cost"]}}, "Items": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"path": {"type": "string"}, "ownerModId": {"type": "string"}, "zenCodeName": {"type": "string"}, "searchTerms": {"type": "array", "items": {"type": "string"}}}, "required": ["path", "ownerModId", "zenCodeName", ...
{"path" : "vanilla/api/world/MCWorld.md", "ownerModId" : "crafttweaker", "zenCodeName" : "crafttweaker.api.world.MCWorld", "searchTerms" : ["isBlockPowered", "raining", "remote", "isLoaded", "asBlockDisplayReader", "dayTime", "asServerWorld", "random", "getRedstonePower", "gameTime", "seaLevel", "getTileEntity", "dimen...
json_instruct
{"type": "object", "properties": {"path": {"type": "string"}, "ownerModId": {"type": "string"}, "zenCodeName": {"type": "string"}, "searchTerms": {"type": "array", "items": {"type": "string"}}}, "required": ["path", "ownerModId", "zenCodeName", "searchTerms"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"...
{"latest_version" : ["0.1a1"], "meta" : {"description" : "Async FDFS Client for tornado", "homepage" : "http://git.elenet.me/opdev/eoc-api.git"}, "versions" : {"0.1a1" : {"sha256" : "f09ac84f5914198cb1757eccafbd262887b0f66aa1123ed8539665abc056ddb6", "url" : "https://files.pythonhosted.org/packages/04/97/147621385aa2850...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.1a1": {"type": "obj...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"npm": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}}, "required": ["npm", "author", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"npm" : "eleventy-plugin-cloudinary", "author" : "juanfernandes", "description" : "adds a universal shortcode allowing you to add images from your cloudinary account."}
json_instruct
{"type": "object", "properties": {"npm": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}}, "required": ["npm", "author", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "o...
{"versionEnd" : {"versionNum" : 1288, "commit" : "027cef844bcece5f8e1de16424ef8d178aba5c70", "date" : "2021-05-13T06:08:43.926Z"}, "versionStart" : {"versionNum" : 1287, "commit" : "3deab503c887076db6c92b1553f47045a6059339", "date" : "2021-05-13T06:06:24.861Z"}, "changes" : ["blockchains/smartchain/assets/0x694Dc0619e7...
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"...
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"}, "bin": {"type": "object", "properties": {"dolphin": {"type": "string"}}, "required": ["...
{"name" : "dolphin", "version" : "0.0.1", "description" : "Docker pull via Bittorrent, comes with a custom registry", "main" : "achab.js", "bin" : {"dolphin" : "dolphin.js"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/mcollina/achab....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"dolphin": {"type": "string"}}, "required": ["dolphin"]}, "scripts": {"type": "object", "properties": {"test": {"type": "st...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "docs": {"type": "string"}, "type": {"type": "string"}, "executable": {"type": "string"}, "install": {"type": "string"}, "description": {"type": "string"}, "notice": {"type": "string"}, "shortPoll": ...
{"name" : "Hubitat", "docs" : "https://github.com/Einstein42/udi-poly-template-python", "type" : "python3", "executable" : "hubitat-poly.py", "install" : "install.sh", "description" : "Hubitat Elevation integration", "notice" : "You've been warned", "shortPoll" : "120", "longPoll" : "240", "credits" : [{"title" : "Hubi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "docs": {"type": "string"}, "type": {"type": "string"}, "executable": {"type": "string"}, "install": {"type": "string"}, "description": {"type": "string"}, "notice": {"type": "string"}, "shortPoll": {"type": "string"}, "longPoll": {"type": "string"}, "credit...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "ghebre", "definition" : "A worshiper of fire; a Zoroastrian; a Parsee."}
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": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "nu...
{"id" : "18369139", "tms:id" : "72100", "accession_number" : "1939-85-63-c", "title" : "Drawing, \"Cattle, a Cow Walking and a Cow Crouching\", 1875\u201380", "url" : "http://collection.cooperhewitt.org/objects/18369139/", "department_id" : "35347493", "period_id" : null, "media_id" : "35426785", "type_id" : "35237093"...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "da...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"consensus": {"type": "object", "properties": {"n": {"type": "integer"}, "f": {"type": "integer"}, "batch_size_bytes": {"type": "integer"}, "batch_duration_nsec": {"type": "integer"}, "request_timeout_nsec": {"type...
{"consensus" : {"n" : 1, "f" : 0, "batch_size_bytes" : 1000, "batch_duration_nsec" : 1000000000, "request_timeout_nsec" : 1000000000}, "peers" : [{"id" : 0, "address" : ":6101", "cert" : "testdata/cert1.pem"}]}
json_instruct
{"type": "object", "properties": {"consensus": {"type": "object", "properties": {"n": {"type": "integer"}, "f": {"type": "integer"}, "batch_size_bytes": {"type": "integer"}, "batch_duration_nsec": {"type": "integer"}, "request_timeout_nsec": {"type": "integer"}}, "required": ["n", "f", "batch_size_bytes", "batch_durati...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"object": {"type": "string"}, "document": {"type": "object", "properties": {"object": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}, "nodes": {"type": "array", "items": {"type": "object", "...
{"object" : "value", "document" : {"object" : "document", "data" : {}, "nodes" : [{"object" : "block", "type" : "paragraph", "data" : {}, "nodes" : [{"object" : "text", "text" : "You can use Button component as a target for user actions, for example in ", "marks" : []}, {"object" : "text", "text" : "Dropdown", "marks" ...
json_instruct
{"type": "object", "properties": {"object": {"type": "string"}, "document": {"type": "object", "properties": {"object": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"object": {"type": "string"}, "type": {"type": "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "...
{"name" : "gh-msa", "version" : "1.0.0", "author" : "CreatiCoding", "description" : "MSA for github pages", "license" : "MIT", "main" : "index.js", "keywords" : ["MSA", "Github Page"], "bugs" : {"url" : "https://github.com/creco-org/gh-msa/issues"}, "homepage" : "https://github.com/creco-org/gh-msa#readme", "scripts" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "allantoidal", "definition" : "Of or pertaining to the allantois."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"kind": {"type": "string"}, "columnHeaders": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "columnType": {"type": "string"}, "dataType": {"type": "string"}}, "required": ["name", "column...
{"kind" : "youtubeAnalytics#resultTable", "columnHeaders" : [{"name" : "averageViewPercentage", "columnType" : "METRIC", "dataType" : "FLOAT"}, {"name" : "subscribersGained", "columnType" : "METRIC", "dataType" : "INTEGER"}, {"name" : "subscribersLost", "columnType" : "METRIC", "dataType" : "INTEGER"}, {"name" : "subsc...
json_instruct
{"type": "object", "properties": {"kind": {"type": "string"}, "columnHeaders": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "columnType": {"type": "string"}, "dataType": {"type": "string"}}, "required": ["name", "columnType", "dataType"]}}, "channels": {"type": "object", "pro...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"de": {"type": "object", "properties": {"title": {"type": "string"}, "variants": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "variants"]}, "id": {"type": "string"}}, "required": ["de", "id"...
{"de" : {"title" : "weg sein", "variants" : ["weg sein"]}, "id" : "weg_sein"}
json_instruct
{"type": "object", "properties": {"de": {"type": "object", "properties": {"title": {"type": "string"}, "variants": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "variants"]}, "id": {"type": "string"}}, "required": ["de", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"},...
{"title" : "Doc Elliot", "genre" : "Medical drama", "creators" : [], "cast" : [], "country_of_origin" : "United States", "seasons" : 1, "episodes" : 14, "start_date" : "", "end_date" : ""}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"nodeName": {"type": "string"}, "algorithmName": {"type": "string"}, "input": {"type": "array", "items": {"type": "string"}}}, "required": ["nod...
{"nodes" : [{"nodeName" : "A-green", "algorithmName" : "green-alg", "input" : ["@flowInput.files.link"]}, {"nodeName" : "A-yellow", "algorithmName" : "yellow-alg", "input" : ["@A-green"]}, {"nodeName" : "A-black", "algorithmName" : "black-alg", "input" : ["@A-yellow"]}, {"nodeName" : "B-green", "algorithmName" : "green...
json_instruct
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"nodeName": {"type": "string"}, "algorithmName": {"type": "string"}, "input": {"type": "array", "items": {"type": "string"}}}, "required": ["nodeName", "algorithmName", "input"]}}}, "required": ["nodes"], "$schema": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies"...
{"name" : "mbed-js", "description" : "A boilerplate for JavaScript on mbed", "version" : "0.1.0", "author" : "Piroro-hs", "dependencies" : {}, "devDependencies" : {"adm-zip" : "^0.4.7", "chokidar" : "^1.6.1", "download-git-repo" : "^0.2.1", "es6-promisify" : "^5.0.0", "fs-extra" : "^1.0.0", "ftp-get" : "^0.3.1", "hasbi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"adm-zip": {"type": "string"}, "chokida...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"allRelevantUpdates": {"type": "string"}, "defaultAction": {"type": "string"}, "proceedWithForcedPush"...
{"class" : {}, "instance" : {"allRelevantUpdates" : "jr 5/16/2017 14:22", "defaultAction" : "jr 5/16/2017 14:21", "proceedWithForcedPush" : "jr 5/16/2017 14:33", "repository:" : "jr 5/16/2017 14:13", "updates:" : "jr 5/16/2017 14:15", "updatesWithUnfetchedRemoteCommits" : "jr 5/16/2017 14:23"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"allRelevantUpdates": {"type": "string"}, "defaultAction": {"type": "string"}, "proceedWithForcedPush": {"type": "string"}, "repository:": {"type": "string"}, "updates:": {"type...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_p...
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "G3+Ora2BEzL5xTeFX8LvB194Jgy+EmjCnckiJEaN86MmqnKxt1D3Ahj6l9P/9aUD0Nu2bARXIKkFD9OjcdkQH1s=", "cert_user_id" : "majestic@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/1pxo5AKTZoxWBdvAZsC2dR7MFHe5bFXcr/content.json", "modifi...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "module": {"type": "string"}, "types": {"type": "string"}, "sideEffects": {"type": "boolean"}}, "requ...
{"name" : "nom-reprap-response-wasm", "version" : "0.1.0", "files" : ["web_bg.wasm", "web.js", "web.d.ts"], "module" : "web.js", "types" : "web.d.ts", "sideEffects" : false}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "module": {"type": "string"}, "types": {"type": "string"}, "sideEffects": {"type": "boolean"}}, "required": ["name", "version", "files", "module", "types", "sideEffects"]...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "Rahab", "long" : "Rahab, a Canaanitess, who rescued the Hebrew spies at Jericho."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email_address": {"type": "string"}, "dfe_uuid": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {...
{"id" : "ab10d00a-bb99-455c-af78-27436623f1c2", "first_name" : "Montana", "last_name" : "Poindexter", "email_address" : "montana.poindexter@bathspa.ac.uk", "dfe_uuid" : "e059ff67-265d-4f8a-948d-64588e390fae", "created_at" : "2020-09-24 15:24:08 +0100", "updated_at" : "2020-09-24 15:40:35 +0100", "last_signed_in_at" : "...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email_address": {"type": "string"}, "dfe_uuid": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "last_signed_in_at": {"type": "string"}, "send_notificat...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter",...
{"width" : 0.28184274, "rotation" : -0.9539672, "xCenter" : 0.67436874, "yCenter" : 0.3581202, "height" : 0.50105375}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "seve...
{"schema_version" : "1.2.0", "id" : "GHSA-p7jc-rm5x-7fgw", "modified" : "2022-05-02T03:52:15Z", "published" : "2022-05-02T03:52:15Z", "aliases" : ["CVE-2009-4149"], "details" : "Cross-site scripting (XSS) vulnerability in the web interface in CA Service Desk 12.1 allows remote attackers to inject arbitrary web script o...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "s...
{"name" : "wxchat", "version" : "1.0.0", "description" : "wxDevelop", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node --harmony app.js"}, "author" : "qiu", "license" : "ISC", "dependencies" : {"art-template" : "^3.1.3", "bcrypt-node" : "^0.1.0", "bcrypt-nodejs" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"},...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "conten...
[{"e_id" : "3918", "title" : "\u6797\u5f6a\u6307\u4f7f\u6797\u7acb\u679c\u7b49\u5236\u5b9a\u201c571\u5de5\u7a0b\u7eaa\u8981\u201d", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u572850\u5e74\u524d\u7684\u4eca\u5929\uff0c1971\u5e743\u670822\u65e5(\u519c\u53861971\u5e742\u670826\u65e5)\uff0c\u6797\u5f6a\u6307\u4f7f\u6797\u7ac...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/dr...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descript...
{"latest_version" : ["0.2.0"], "meta" : {"description" : "Procfile runner", "homepage" : "https://github.com/smartmob-project/strawboss", "license" : "MIT"}, "versions" : {"0.1.0" : {"sha256" : "7a1bd3b7b8973f600efbdf9bd86da63f014e33b9a24ced0a0df7a48bbaa55407", "url" : "https://files.pythonhosted.org/packages/31/ff/28a...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"riot+compiler.js": {"type": "string"}, "riot+compiler.min.js": {"type": "string"}, "riot.js": {"type": "string"}, "riot.min.js": {"type": "string"}}, "required": ["riot+compiler.js", "riot+compiler.min.js", "ri...
{"riot+compiler.js" : "sha512-8++GC8ghN0HafG1eaccmutb1jRfQtirO2WjcYFCzImzGIJeOccQQfIkPbNE/XOOBpeQ1+ApxBo3LOS2kg0q02Q==", "riot+compiler.min.js" : "sha512-CyKfB8n/lmbyw7CsAidlnzbATsqpRSMYN1t86A0/tAfX/S9vM0mb46w+PAIbCTZHoaBbBUMm6snEXGuTDCDPrA==", "riot.js" : "sha512-HkpU5qruj87zO0SVhUhstFwR1f1+wlOtes/sBkOdyDrheCGZig6Jg31...
json_instruct
{"type": "object", "properties": {"riot+compiler.js": {"type": "string"}, "riot+compiler.min.js": {"type": "string"}, "riot.js": {"type": "string"}, "riot.min.js": {"type": "string"}}, "required": ["riot+compiler.js", "riot+compiler.min.js", "riot.js", "riot.min.js"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "docs:dev": {"type": "string"}, "docs:build": {"type": "string"...
{"name" : "kurimudb-repos", "version" : "0.0.0", "private" : true, "scripts" : {"test" : "jest --no-cache && jest", "docs:dev" : "vitepress dev docs", "docs:build" : "vitepress build docs", "build" : "tsc -b", "build:watch" : "tsc -b -w", "publish" : "node publish.js"}, "workspaces" : ["packages\\kurimudb", "packages\\...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "docs:dev": {"type": "string"}, "docs:build": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type": "st...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"debug": {"type": "boolean"}, "server_infos": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "integer"}, "method": {"type": "string"}, "key": {"type": "string"}, "next_node_infos": {"type": "array...
{"debug" : true, "server_infos" : [{"port" : 20802, "method" : "aes-128-cfb", "key" : "fasda213$%", "next_node_infos" : [{"addr" : "127.0.0.1:20805", "method" : "aes-128-cfb", "key" : "kainhuck"}]}, {"port" : 20803, "method" : "aes-128-cfb", "key" : "fasads$%", "next_node_infos" : [{"addr" : "127.0.0.1:20806", "method"...
json_instruct
{"type": "object", "properties": {"debug": {"type": "boolean"}, "server_infos": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "integer"}, "method": {"type": "string"}, "key": {"type": "string"}, "next_node_infos": {"type": "array", "items": {"type": "object", "properties": {"addr": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"osuUsername": {"type": "null"}, "osuIRCPassword": {"type": "null"}, "twitch_bot_username": {"type": "null"}, "twitch_bot_token": {"type": "null"}, "twitch_channel_name": {"type": "null"}, "osuApiKey": {"type": "null"}, "interfac...
{"osuUsername" : null, "osuIRCPassword" : null, "twitch_bot_username" : null, "twitch_bot_token" : null, "twitch_channel_name" : null, "osuApiKey" : null, "interface_language" : null}
json_instruct
{"type": "object", "properties": {"osuUsername": {"type": "null"}, "osuIRCPassword": {"type": "null"}, "twitch_bot_username": {"type": "null"}, "twitch_bot_token": {"type": "null"}, "twitch_channel_name": {"type": "null"}, "osuApiKey": {"type": "null"}, "interface_language": {"type": "null"}}, "required": ["osuUsername...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "target": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type"...
{"include" : ["./consumption/static/_src/ts/**/*"], "compilerOptions" : {"outDir" : "./consumption/static/.tmp/", "target" : "es6", "module" : "commonjs", "moduleResolution" : "node", "allowJs" : true, "checkJs" : true, "removeComments" : true, "strict" : true, "alwaysStrict" : true, "allowUnreachableCode" : false, "no...
json_instruct
{"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "target": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "allowJs": {"type": "boolean"}, "checkJs": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"__comment": {"type": "string"}, "fhirServer": {"type": "object", "properties": {"resources": {"type": "object", "properties": {"Basic": {"type": "object", "properties": {"searchParameters": {"type": "object", "properties": {"c...
{"__comment" : "FHIR Server configuration extension for the number test tenant", "fhirServer" : {"resources" : {"Basic" : {"searchParameters" : {"code" : "http://ibm.com/fhir/SearchParameter/Basic-code", "*" : "*"}}}}}
json_instruct
{"type": "object", "properties": {"__comment": {"type": "string"}, "fhirServer": {"type": "object", "properties": {"resources": {"type": "object", "properties": {"Basic": {"type": "object", "properties": {"searchParameters": {"type": "object", "properties": {"code": {"type": "string"}, "*": {"type": "string"}}, "requir...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "i...
{"name" : "chatbot-coroutine", "description" : "Model chatbots as conversations.", "version" : "1.0.0", "main" : "index.js", "files" : ["index.js", "in-mem-storage.js", "leveldb-storage.js"], "keywords" : ["chatbot", "chat", "messenger", "bot", "conversations"], "author" : "Jannis R <mail@jannisr.de>", "homepage" : "ht...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}...
{"contract" : "0xc2494604e9dcefa2a70dcebf81e6d7be064a334e", "tool" : "manticore", "start" : 1564113905.580294, "end" : 1564113915.7943757, "duration" : 10.214081764221191, "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": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code...
{"type" : "Feature", "properties" : {"name" : "Coffey County", "name_long" : "Coffey County, KS", "fips" : "20031", "state_code_int" : 20, "state_code_postal" : "KS", "state_code_iso" : "US-KS", "county_code" : 31, "population" : 8179, "countrylevel_id" : "fips:20031", "census_data" : {"COUNTYNS" : "00484985", "AFFGEOI...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "format-check": {"type": "string...
{"name" : "gist-blog", "version" : "1.0.0", "description" : "Turn your GitHub Gists into a blog", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "format-check" : "prettier --check \"{,!(node_modules)/**/}*.{js,html}\"", "format" : "prettier --write \"{,!(node_modules)/**/}*.{j...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "format-check": {"type": "string"}, "format": {"type": "string"}}, "required": ["test", "fo...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "atlas": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset...
{"__type__" : "cc.SpriteFrame", "content" : {"name" : "img_jigejinbi", "texture" : "46c6977f-fcee-46dd-8b84-d2dcb2dfb22d", "atlas" : "", "rect" : [1, 0, 105, 90], "offset" : [0, 0], "originalSize" : [107, 90], "capInsets" : [0, 0, 0, 0]}}
json_instruct
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "atlas": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "orig...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"95093\"": {"type": "string"}, "\"95048\"": {"type": "string"}}, "required": ["\"95093\"", "\"...
{"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"95093\"" : "Jegunovce", "\"95048\"" : "Nerashte"}, "hits" : "3702"}
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"95093\"": {"type": "string"}, "\"95048\"": {"type": "string"}}, "required": ["\"95093\"", "\"95048\""]}, "hits": {"type": "string"}}, "required": ["status"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_occupancy" : [1.4074153308908093, 1.3712197942604258, 1.3855372922180953, 1.4063391523975997, 1.4014315821852596, 1.437985582315757, 1.4363880443588264, 1.3882421536961609, 1.3821700685097271, 1.3387589698646252, 1.3898086021049179, 1.4786553724785314, 1.4519908181517978, 1.4548816662677952, 1.4019599626003, ...
json_instruct
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslin...
{"name" : "nekoindex", "private" : true, "workspaces" : ["packages/*"], "devDependencies" : {"eslint" : "^7.21.0", "eslint-config-standard" : "latest", "eslint-plugin-import" : "^2.22.1", "eslint-plugin-node" : "^11.1.0", "eslint-plugin-promise" : "^4.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array...
{"ast" : null, "code" : "export const fetchComments = parkId => {\n return dispatch => {\n dispatch({\n type: \"LOADING_COMMENTS\"\n });\n return fetch(`http://localhost:3000/parks/${parkId}/comments`).then(response => response.json()).then(comments => dispatch(setComments(comments)));\n };\n};\n\nconst...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"typ...
{"name" : "mychat", "version" : "0.1.0", "description" : "A chat application with Socket.io and Express", "main" : "server.js", "scripts" : {"start" : "node server.js", "test" : "mocha server/**/*.test.js", "dev" : "nodemon --exec \"npm test\"", "devServer" : "nodemon server.js"}, "repository" : {"type" : "git", "url" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "dev": {"type": "string"}, "devServer": {"type": "string"}}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "git": {"type": "string"}, "packages": {"type": "object", "propertie...
{"name" : "google-api", "description" : "A wrapper around Google's APIs that understands accounts-google", "homepage" : "", "author" : "", "version" : "0.1.0", "git" : "", "packages" : {"q" : {}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "git": {"type": "string"}, "packages": {"type": "object", "properties": {"q": {"type": "object", "properties": {}, "required": []}...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "jineric:block/polished_siltstone_stairs"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["350603103001", "\u65b0\u8857\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["350603103003", "\u94c1\u8def\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["350603103201", "\u90ed\u5751\u6751\u59d4\u4f1a", "112", "0"], ["350603103202", "\u9662\u540e\u6751\u59d4\u4f1a", "112", "0"], ["350603103203", "\u7bc1\u537f\u6751\u5...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJeni...
[{"namaKab" : "SLEMAN", "originalFilename" : "pasfoto.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 69716, "noUrut" : 1, "nama" : "DARA AYU SUHARTO, SH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "SLEMAN", "originalFilename" : "billyardo.ft.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "i...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Using the following JSON schema, generate a compatible JSON instance: {"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...
{"id" : "http://data.doremus.org/performance/bcf3dd92-7a7d-34cb-ac9e-f7929ce544b8", "expression" : [{"id" : "http://data.doremus.org/expression/09d060f7-ad89-39cf-8571-cd73f4cdeddf"}, {"id" : "http://data.doremus.org/expression/1110ea4b-6c34-3840-af47-c61b7fc3f533"}, {"id" : "http://data.doremus.org/expression/462160af...
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["tr-websocket"]
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": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d1007-54", "text" : "-10-\nThe Grant-in-Aid Committee, in allocating funds from the ETRC in such\na way as to result in maximum benefit to the development of production\ntechniques and local talent as well as benefit to the NAEB Radio Network\nand to the nation as a \"third program\" service.\nThe Engineering ...
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": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 6968, "cartId" : "799cbed5-ef50-460b-ab5c-6f22a2ff31f3", "preferredProducts" : [4314, 3978, 4162, 4927], "productReviews" : [{"productId" : 2096, "reviewText" : "My neighbor Julisa has one of these. She works as a bartender and she says it looks crooked.", "reviewDate" : "2019-10-17T04:53:54.6747816+03:00"}...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type":...
{"\u5de5\u5ee0\u540d\u7a31" : "\u5f70\u88d5\u570b\u969b\u6709\u9650\u516c\u53f8\u6c50\u6b62\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "65004728", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u6c50\u6b62\u5340\u74b0\u6cb3\u885788\u5df73\u5f0415\u865f1\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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"typ...
{"name" : "tests-current", "version" : "1.0.0", "keywords" : ["rarible", "common", "action", "protocol", "e2e", "test"], "private" : true, "scripts" : {"test" : "jest --maxWorkers=1", "verify" : "tsc --noEmit"}, "license" : "Apache-2.0", "repository" : {"type" : "git", "url" : "https://github.com/rariblecom/ts-common.g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "verify": {"type": "string"}}, "required": ["test", "verify"]}...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"row1": {"type": "array", "items": {"type": "number"}}, "row2": {"type": "array", "items": {"type": "number"}}, "row3": {"type": "array", "items": {"type": "number"}}, "row4": {"type": "array", "items": {"type": "number"}}, "ro...
{"row1" : [9451.0, 8948.5, 7305.0, 6999.0, 6164.0, 6057.0], "row2" : [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity], "row3" : [8628.5, 8067.0, 6879.0, 6544.0, 5889.5, 5722.0], "row4" : [7745.5, 7852.5, 6149.0, 6391.0, 5341.5, 5599.0], "row5" : [Infinity, Infinity, Infinity, Infinity, Infinity, Infinity]}
json_instruct
{"type": "object", "properties": {"row1": {"type": "array", "items": {"type": "number"}}, "row2": {"type": "array", "items": {"type": "number"}}, "row3": {"type": "array", "items": {"type": "number"}}, "row4": {"type": "array", "items": {"type": "number"}}, "row5": {"type": "array", "items": {"type": "number"}}}, "requ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "unity": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repos...
{"name" : "io.armet.unity.buildexporter", "displayName" : "BuildExporter", "version" : "1.3.1", "unity" : "2020.3", "description" : "Provides an execute method that handles versioning dependent on passed commandline arguments. These are custom commandline arguments that are parsed by this package in addition to all oth...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "unity": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"url": {"type": "str...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"WeaponWieldsYou": {"type": "array", "items": {"type": "string"}}}, "required": ["WeaponWieldsYou"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"WeaponWieldsYou" : ["EmpathicWeapon", "PeoplePuppets", "InstantExpert", "SituationalSword", "WouldntHitAGirl", "EvilWeapon", "MarionetteMotion", "TalkingWeapon", "SoulJar", "SealedBadassInACan", "SealedGoodInACan", "SealedEvilInACan", "SealedBadassInACan", "LoyalPhlebotinum", "ClingyMacGuffin", "CoolSword", "FlyingWe...
json_instruct
{"type": "object", "properties": {"WeaponWieldsYou": {"type": "array", "items": {"type": "string"}}}, "required": ["WeaponWieldsYou"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties"...
{"name" : "@hidev/js-map-tiler", "version" : "1.0.0", "description" : "Module generating tiles from an image that can be used in tiled web maps", "main" : "src/index.js", "keywords" : ["tile", "tiled web map", "tile image", "mapping"], "scripts" : {}, "directories" : {"lib" : "src"}, "author" : "Baptiste Miquel", "lice...
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": {}, "required": []}, "directories": {"type": "object", "prop...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["bookshelf-jsonapi"]
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": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, ...
{"frame_id" : 2194, "walking" : "0", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"artwork_id" : "san_giorgio_donatello", "right" : 0.560404, "bottom" : 0.523319, "top" : 0.131364, "confidence" : 120, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.307506}, {"artwork_id" : "attis_d...
json_instruct
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "c...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"subjects": {"type": "object", "properties": {"group": {"type": "object", "properties": {"default": {"type": "array", "items": {"type": "object", "properties": {"permissions": {"type": "object", "properties": ...
{"subjects" : {"group" : {"default" : [{"permissions" : {"some.perm" : 1}}], "resident" : [{}], "elder" : [{}], "mayor" : [{}], "mod" : [{}], "head-mod" : [{}], "admin" : [{}], "owner" : [{"permissions-default" : 1}]}}, "rank-ladders" : {"default" : ["group:default", "group:resident", "group:elder", "group:mayor"], "mo...
json_instruct
{"type": "object", "properties": {"subjects": {"type": "object", "properties": {"group": {"type": "object", "properties": {"default": {"type": "array", "items": {"type": "object", "properties": {"permissions": {"type": "object", "properties": {"some.perm": {"type": "integer"}}, "required": ["some.perm"]}}, "required": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "ignore": {"type": "boolean"}, "images": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "redirect_f...
{"category" : "Analysis", "description" : "Perform a line of sight analysis between two points in real time.", "ignore" : false, "images" : ["screenshot.png"], "keywords" : ["3D", "line of sight", "visibility", "visibility analysis", "AnalysisOverlay", "LocationLineOfSight", "SceneView"], "redirect_from" : ["/qt/latest...
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "ignore": {"type": "boolean"}, "images": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "redirect_from": {"type": "array", "items": {"type": "string"}}, "rele...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"patthana16.11:0.1": {"type": "string"}, "patthana16.11:0.2": {"type": "string"}, "patthana16.11:0.3": {"type": "string"}, "patthana16.11:1.1": {"type": "string"}, "patthana16.11:2.1": {"type": "string"}, "patthana16.11:3.1": {"t...
{"patthana16.11:0.1" : "<article id='patthana16.11'><header><ul><li class='division'>{}</li>", "patthana16.11:0.2" : "<li class='subdivision'>{}</li></ul>", "patthana16.11:0.3" : "<h1>{}</h1></header>", "patthana16.11:1.1" : "<p>{}</p>", "patthana16.11:2.1" : "<p>{}</p>", "patthana16.11:3.1" : "<p>{}</p>", "patthana16....
json_instruct
{"type": "object", "properties": {"patthana16.11:0.1": {"type": "string"}, "patthana16.11:0.2": {"type": "string"}, "patthana16.11:0.3": {"type": "string"}, "patthana16.11:1.1": {"type": "string"}, "patthana16.11:2.1": {"type": "string"}, "patthana16.11:3.1": {"type": "string"}, "patthana16.11:4.1": {"type": "string"}}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Taytay, Guiuan, Eastern Samar, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.eastern-samar.guiuan.taytay", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, ...
{"name" : "php-multisk", "description" : "You can run multiple console commands in background & async mode.", "type" : "library", "license" : "NEW BSD", "keywords" : ["popen", "proc_open", "async", "command", "thread", "process", "multiple"], "homepage" : "http://www.pigo.idv.tw", "authors" : [{"name" : "Pigo Chu", "em...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties...
{"name" : "bootstrap-ie11", "version" : "5.1.3", "description" : "Bootstrap 5 for Internet Explorer 11", "keywords" : ["bootstrap", "css", "ie", "internet-explorer", "polyfill"], "homepage" : "https://github.com/coliff/bootstrap-ie11#readme", "bugs" : {"url" : "https://github.com/coliff/bootstrap-ie11/issues"}, "reposi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "reposit...
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": {"dev": {"type": "string"}, "start": {"type": "string"}}, "requ...
{"name" : "remote-soundboard", "version" : "1.0.0", "description" : "Soundboard that is controlled through a web browser", "main" : "server/main.js", "scripts" : {"dev" : "nodemon server/main.js", "start" : "node server/main.js"}, "author" : "Tommy Myers", "license" : "MIT", "devDependencies" : {"nodemon" : "^1.18.6"},...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "start"]}, "author": {"type": "string"}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"server": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}, "random": {"type": "object", "properties": {"min": {"type": "integer"}, "max": {"type": "integ...
{"server" : {"host" : "0.0.0.0", "port" : 1024}, "random" : {"min" : 0, "max" : 100}}
json_instruct
{"type": "object", "properties": {"server": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}, "random": {"type": "object", "properties": {"min": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["min", "max"]}}, "required": ["server",...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "tipstock", "definition" : "The detachable or movable fore part of a gunstock, lying beneath the barrel or barrels, and forming a hold for the left hand."}
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": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "/Users/lsyang/andriod/MySimpleTweets/app/build/intermediates/res/merged/debug/drawable-xhdpi/ic_launcher.png", "source" : "/Users/lsyang/andriod/MySimpleTweets/app/src/main/res/drawable-xhdpi/ic_launcher.png"}, {"merged" : "/Users/lsyang/andriod/MySimpleTweets/app/build/intermediates/res/merged/debug/draw...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "st...
[{"postal_code" : "90347", "place_name" : "La Ci\u00e9nega", "place_type" : "Fraccionamiento", "county" : "Apizaco", "state" : "Tlaxcala", "city" : "Apizaco"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#...
[{"class_name" : "bubbles", "bbox" : "281 254 304 277", "used" : false}, {"class_name" : "bubbles", "bbox" : "366 238 394 263", "used" : false}, {"class_name" : "saturation", "bbox" : "2 11 89 192", "used" : true}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "propert...
{"type" : "MultiPolygon", "coordinates" : [[[[-105.05763196199993, 40.60688824200002], [-105.06218351999998, 40.60688824200002], [-105.06673450499991, 40.606968071000026], [-105.06717054499993, 40.60697572000002], [-105.06707310399995, 40.61032352800003], [-105.06590180499994, 40.610488611000044], [-105.06329979199992,...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"206940": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["206940"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"206940" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"206940": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["206940"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "846051", "ThreadId" : "358725", "Html" : "\r\n<p>I wonder is it possible to simulate input from multiple mouse devices?</p>\r\n", "PostedDate" : "2012-06-07T07:31:22.39-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}]
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": ...
{"comment" : "", "ignore" : "test", "package" : [{"checksumSHA1" : "MJk8bN15e/nKHGetO8GSfYIOKxE=", "path" : "github.com/dgryski/go-discreterand", "revision" : "57fa96b59f2a453d7341c5ba85cb02c1088beb89", "revisionTime" : "2015-04-23T09:39:09Z"}, {"checksumSHA1" : "L6Ps004WGoAJBEBX5Zrv0tPa2b4=", "path" : "github.com/manv...
json_instruct
{"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checks...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": ...
{"contract" : "0xc93a59888e7e6f2849ba94acf767266299c4c415", "tool" : "maian", "start" : 1565521014.3549583, "end" : 1565521279.3855383, "duration" : 265.0305800437927, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i...
Please provide a valid JSON object following this schema: {"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-0...
{"id" : "170501241104", "variable1" : 0.8649, "variable2" : 0.3977, "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "en_password": {"type": "string"}}, "required":...
{"users" : [{"name" : "Test User Name", "username" : "testUserName", "password" : "testUserPassword", "en_password" : ""}]}
json_instruct
{"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "en_password": {"type": "string"}}, "required": ["name", "username", "password", "en_password"]}}}, "required": ["users"], "...