input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"bottom": {"type": "string"}, "top": {"type": "string"}, "side": {"type": "string"}}, "required": ["bottom", "top", "side"]}}, "required": ["parent"...
{"parent" : "block/outer_stairs", "textures" : {"bottom" : "conquest:block/2_advanced_refined/2_metal/rusted_red_painted_metal_plating", "top" : "conquest:block/2_advanced_refined/2_metal/rusted_red_painted_metal_plating", "side" : "conquest:block/2_advanced_refined/2_metal/rusted_red_painted_metal_plating"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"bottom": {"type": "string"}, "top": {"type": "string"}, "side": {"type": "string"}}, "required": ["bottom", "top", "side"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/sch...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["210112018001", "\u65b0\u5854\u793e\u533a", "111", "0"], ["210112018002", "\u4ed9\u5854\u793e\u533a", "111", "0"], ["210112018003", "\u4e0a\u6df1\u793e\u533a", "111", "0"], ["210112018004", "\u4e0b\u6df1\u793e\u533a", "111", "0"], ["210112018005", "\u9e21\u51a0\u793e\u533a", "111", "0"], ["210112018006", "\u5854\u4e1...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "ordanas_inferno:block/polished_limestone_brick_stairs"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "WHEREBY IT APPEARS, THAT TO THE MEASURING THE DURATION OF ANY THING BY TIME,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/3013.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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", "i...
{"ast" : null, "code" : "export { Trans } from './Trans';\nexport { useTranslation } from './useTranslation';\nexport { withTranslation } from './withTranslation';\nexport { Translation } from './Translation';\nexport { I18nextProvider } from './I18nextProvider';\nexport { withSSR } from './withSSR';\nexport { useSSR }...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": ...
{"id" : 59219, "group" : "72304105", "joblink" : true, "name" : "Betriebswirt/in (Hochschule) - Steuern und Pr\u00fcfungswesen", "potential" : 67, "skills" : [{"id" : 60777, "skill" : "Gutachter-, Sachverst\u00e4ndigent\u00e4tigkeit", "replaceable" : false}, {"id" : 62220, "skill" : "Buchf\u00fchrung, Buchhaltung", "re...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replacea...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "9471020008", "district_id" : "9471020", "name" : "AWIYO"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/e/e8/Steven_portrait.png/revision/latest?cb=20210709142243", "sha1" : "010f33717cd4ddd133bc123dd473896a883628fc"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"typ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Poblacion IV, Pozzorubio, Pangasinan, Ilocos Region (Region I), PH", "locale" : "ph.ilocos-region-region-i.pangasinan.pozzorubio.poblacion-iv", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" :...
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": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build:v2": {"type": "string"}, "build:v3": {"type": "string"}, "lint": {"ty...
{"private" : true, "workspaces" : ["packages/*"], "scripts" : {"build:v2" : "tsc -p packages/v2", "build:v3" : "tsc -p packages/v3", "lint" : "eslint --ext .ts --ignore-path .gitignore .", "test:v2" : "cd packages/v2 && npm run test", "test" : "npm run lint && npm run test:v2 && npm run build:v2", "clean" : "rimraf pac...
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build:v2": {"type": "string"}, "build:v3": {"type": "string"}, "lint": {"type": "string"}, "test:v2": {"type": "string"}, "test": {"type": "string...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type":...
{"name" : "app/home", "license" : "", "description" : "", "authors" : [{"name" : "", "email" : "email@example.com"}], "extra" : {"laravel" : {"providers" : ["App\\Home\\Providers\\HomeServiceProvider"], "aliases" : {}}}, "autoload" : {"psr-4" : {"App\\Home\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "extra": {"type": "object", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-sche...
{"word" : "Gin", "definitions" : ["A clear alcoholic spirit distilled from grain or malt and flavoured with juniper berries.", "A form of the card game rummy in which a player holding cards totalling ten or less may terminate play."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"deviceNum": {"type": "integer"}, "deviceId": {"type": "integer"}, "shardConfig": {"type": "string"}, "shuffle": {"type": "string"}, "seed": {"type": "integer"}, "epoch": {"type": "integer"}}, "required": ["devi...
{"deviceNum" : 3, "deviceId" : 1, "shardConfig" : "ALL", "shuffle" : "ON", "seed" : 0, "epoch" : 2}
json_instruct
{"type": "object", "properties": {"deviceNum": {"type": "integer"}, "deviceId": {"type": "integer"}, "shardConfig": {"type": "string"}, "shuffle": {"type": "string"}, "seed": {"type": "integer"}, "epoch": {"type": "integer"}}, "required": ["deviceNum", "deviceId", "shardConfig", "shuffle", "seed", "epoch"], "$schema": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "re...
{"id" : "705a3e59-8ea4-4afe-9a55-e7a19d7405a3", "name" : "Sunioj dev environment", "values" : [{"key" : "baseUrl", "value" : "https://localhost:5001/api", "enabled" : true}, {"key" : "accessToken", "value" : "", "enabled" : true}, {"key" : "authUserId", "value" : "", "enabled" : true}], "_postman_variable_scope" : "env...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core"...
{"name" : "@entria/babel", "version" : "0.0.1", "main" : "index.js", "license" : "MIT", "dependencies" : {"@babel/cli" : "^7.4.4", "@babel/core" : "^7.4.4", "@babel/plugin-proposal-class-properties" : "^7.4.4", "@babel/plugin-proposal-export-default-from" : "^7.2.0", "@babel/plugin-proposal-export-namespace-from" : "^7...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items"...
{"name" : "w3csspag", "version" : "0.0.1", "description" : "w3csspag - dynamic pagination jQuery plugin. Works well with W3css or standalone.", "main" : "lib/jquery.w3csspag.min.js", "ignore" : [".jshintrc", "**/*.txt"], "keywords" : ["pagination", "W3css", "jquery-plugin", "ecosystem:jquery"], "dependencies" : {"jquer...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[129.125, 24.083333333333332], [129.125, 24.166666666666668], [129.25, 24.166666666666668], [129.25, 24.083333333333332], [129.125, 24.083333333333332]]]}, "properties" : {"code" : 362911, "url" : "http://madefor.github.io/0410/api/v1/362911.geojs...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"pools": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"entryName": {"type": "string"}, "weight": {"t...
{"pools" : [{"name" : "fishing_swamp", "entries" : [{"entryName" : "advanced-fishing:gameplay/fishing/tier_1", "weight" : 50, "quality" : 4, "type" : "loot_table", "name" : "advanced-fishing:gameplay/fishing/tier_1"}, {"entryName" : "advanced-fishing:gameplay/fishing/swamp/tier_2", "weight" : 30, "quality" : 7, "type" ...
json_instruct
{"type": "object", "properties": {"pools": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"entryName": {"type": "string"}, "weight": {"type": "integer"}, "quality": {"type": "integer"}, "type": {"type": "st...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"project_name": {"type": "string"}, "lang": {"type": "string"}, "meta": {"type": "array", "items": {}}, "link": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {}}, "templ...
{"project_name" : "Priori Bootstrap", "lang" : "en", "meta" : [], "link" : ["<link href=\"css/bootstrap.min.css\" rel=\"stylesheet\">", "<link href=\"bootstrap-datepicker/css/bootstrap-datepicker3.css\" rel=\"stylesheet\">", "<script type=\"text/javascript\" src=\"bootstrap-datepicker/js/bootstrap-datepicker.js\"></scr...
json_instruct
{"type": "object", "properties": {"project_name": {"type": "string"}, "lang": {"type": "string"}, "meta": {"type": "array", "items": {}}, "link": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {}}, "template": {"type": "string"}}, "required": ["project_name", "lang", "meta", ...
Following the schema specification below, generate a valid JSON instance: {"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"...
{"n_dim" : 8, "n_trials" : 210, "objective" : "markowitz_skew_on_cube", "white" : "optuna_random", "black" : "platypus_cmaes", "traceback" : ["passing", "passing"], "best_val" : [0.8954944899093732, 1.0883498214408776], "best_x" : [[0.011715608713822045, 0.20923134328835302, 0.4665754491601768, 0.1485303626773572, 0.16...
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": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "logged": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "question": {"type": "...
{"home" : {"title" : "Welcome, Fellow Traveller!", "subtitle" : "This is your homepage", "logged" : {"message" : "You are logged in as user \"{{name1}} {{name2}}\"."}, "question" : "Check out the neighborhood ...", "link" : {"homepage" : "TiMaFe on Tour Blog", "stackoverflow" : "JHipster on Stack Overflow", "bugtracker...
json_instruct
{"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "logged": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "question": {"type": "string"}, "link": {"type": "object", "properties": {"homepa...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"S": {"type": "object", "properties": {"item": {"type"...
{"type" : "crafting_shaped", "group" : "engination_landing_pad", "pattern" : ["SWS", "SWS", "SSS"], "key" : {"S" : {"item" : "stone"}, "W" : {"tag" : "wool"}}, "result" : {"count" : 6, "item" : "engination:landing_pad"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"S": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "W": {"type": "object", "properties": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"usage": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "descripti...
{"usage" : "<entity> setTurningAbility(<turning ability>)", "description" : ["If this is higher, helicopters can make sharper turns to match goal positions better."], "params" : [{"name" : "turning ability", "type" : "float", "description" : ["Between 0.001 and 1.0. Defaults to 0.5."], "optional" : false}], "example" :...
json_instruct
{"type": "object", "properties": {"usage": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "opt...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "Author": {"type": "string"}, "Version": {"type": "string"}, "Description": {"type": "string"}, "UniqueID": {"type": "string"}, "EntryDll": {"type": "string"}, "MinimumApiVersion": {"type": "string"}...
{"Name" : "The Daily Paper", "Author" : "Neat", "Version" : "1.0.0", "Description" : "Delivers a daily newspaper to the users front door containing information typically found on the TV.", "UniqueID" : "neat.newspaper", "EntryDll" : "Newspaper.dll", "MinimumApiVersion" : "3.0.0", "UpdateKeys" : []}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Author": {"type": "string"}, "Version": {"type": "string"}, "Description": {"type": "string"}, "UniqueID": {"type": "string"}, "EntryDll": {"type": "string"}, "MinimumApiVersion": {"type": "string"}, "UpdateKeys": {"type": "array", "items": {}}}, "required"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "im...
{"id" : 536, "help" : {"de" : "100.000 Ordenstaler verdient.", "en" : "Earn 100,000 Serpent Seals.", "fr" : "Gagner 100 000 sceaux de compagnie gridaniens.", "jp" : "\u53cc\u86c7\u515a\u3067\u8ecd\u7968\u3092100,000\u7372\u5f97"}, "img" : "/i/062000/062952.png", "xivdb" : "/achievement/536"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}, "xivdb": {"type": "string"}}, "required": ["id...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "prop...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.578807, 51.517713]}, "properties" : {"site-address" : "237-261 Wexham Road & 3-9 Grasmere Parade", "name" : "br93", "notes" : "PreApp/1069. Additional third floor of accommodation (flats); construct new 2 storey warehouse.", "ownership-status" : "...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-address": {"type": "string"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "name": {"type": "string"}, "projectId": {"type": "integer"}, "isPredicted": {"type": "boolean"}, "status": ...
{"metadata" : {"width" : 1024, "height" : 768, "name" : "12_city.jpg", "projectId" : 53211, "isPredicted" : false, "status" : "NotStarted", "pinned" : false, "annotatorEmail" : null, "qaEmail" : null}, "comments" : [], "tags" : [], "instances" : []}
json_instruct
{"type": "object", "properties": {"metadata": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "name": {"type": "string"}, "projectId": {"type": "integer"}, "isPredicted": {"type": "boolean"}, "status": {"type": "string"}, "pinned": {"type": "boolean"}, "annotatorEmail": {"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSiras...
{"oid" : "sl_2005-10-29", "hafta" : 468, "buyukIkramiyeKazananIl" : "", "cekilisTarihi" : "29/10/2005", "cekilisTuru" : "SAYISAL_LOTO", "rakamlar" : "06#11#20#38#42#47", "rakamlarNumaraSirasi" : "6 - 11 - 20 - 38 - 42 - 47", "devretti" : true, "devirSayisi" : 0, "bilenKisiler" : [{"oid" : "sl_2005-10-29_6", "kisiBasina...
json_instruct
{"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "d...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object"...
{"id" : "87648", "name" : {"en" : "Dolores Aerodrome"}, "country" : "AR", "region" : "B", "identifiers" : {"wmo" : "87648", "icao" : "SAZD", "ghcn" : "ARM00087648", "usaf" : "876480"}, "location" : {"latitude" : -36.35, "longitude" : -57.7333, "elevation" : 10}, "timezone" : "America/Argentina/Buenos_Aires"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "icao": {"type": "string"}, "ghcn...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "icon": {"type": "string"}}, "required": ["name", "title", "icon"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "form.json", "title" : "\u7a7a\u767d\u8868\u5355", "icon" : "form.png"}, {"name" : "form_publish_edit.json", "title" : "\u53d1\u5e03\u7c7b\u7f16\u8f91\u8868\u5355", "icon" : "form_publish_edit.png"}, {"name" : "form_publish_read.json", "title" : "\u53d1\u5e03\u7c7b\u9605\u8bfb\u8868\u5355", "icon" : "form_pu...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "icon": {"type": "string"}}, "required": ["name", "title", "icon"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, ...
{"title" : "Red Moon, Green Beam", "explanation" : "This is not a scene from a sci-fi special effects movie. The green beam of light and red lunar disk are real enough, captured in the early morning hours of April 15. Of course, the reddened lunar disk is easy to explain as the image was taken during this week's total ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanat...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"states": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}}, "required": ["name", "type", "label"]}}}, "required": ["states"], "$sche...
{"states" : [{"name" : "unset", "type" : "regular", "label" : "alarm not set"}]}
json_instruct
{"type": "object", "properties": {"states": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}}, "required": ["name", "type", "label"]}}}, "required": ["states"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-...
{"id" : "http://data.doremus.org/performance/6f3392f5-2aa8-32fa-99cf-81f2195f9baa", "expression" : [{"id" : "http://data.doremus.org/expression/5dce2f3c-6afd-39db-8318-57b0a717fb0e"}, {"id" : "http://data.doremus.org/expression/194770f9-c7ba-31bb-a45d-0b485dc813e6"}, {"id" : "http://data.doremus.org/expression/1d276d96...
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"throws": {"type": "string"}}, "required": ["throws"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"throws" : "Escape sequence in keyword import (1:40)"}
json_instruct
{"type": "object", "properties": {"throws": {"type": "string"}}, "required": ["throws"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5101021005", "district_id" : "5101021", "name" : "SANGKARAGUNG"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "r...
{"name" : "BiblioPixel", "description" : "A pure Python 3 library for programming light animations: Please direct questions and support requests to the Google Group: https://groups.google.com/d/forum/maniacal-labs-users - The Issues list here should be reserved for actual bugs.", "license" : {"key" : "mit", "name" : "M...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id"...
{"id" : 404403259, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "9f81e94039ad7d1bcf88de536b86450e", "wof:id" : 404403259, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.28961521298177, 48.50583007975815, 0.34578234980804, 48.54215683004934...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Steam_searchbar": {"type": "object", "properties": {"confidence": {"type": "number"}, "path": {"type": "string"}, "source": {"type": "null"}, "type": {"type": "string"}}, "required": ["confidence", "path", "source...
{"Steam_searchbar" : {"confidence" : 62.0, "path" : ".images\\steam_searchbar-path.png", "source" : null, "type" : "image"}}
json_instruct
{"type": "object", "properties": {"Steam_searchbar": {"type": "object", "properties": {"confidence": {"type": "number"}, "path": {"type": "string"}, "source": {"type": "null"}, "type": {"type": "string"}}, "required": ["confidence", "path", "source", "type"]}}, "required": ["Steam_searchbar"], "$schema": "http://json-s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int...
{"nom" : "Bournoncle-Saint-Pierre", "circ" : "2\u00e8me circonscription", "dpt" : "Haute-Loire", "inscrits" : 749, "abs" : 369, "votants" : 380, "blancs" : 7, "nuls" : 1, "exp" : 372, "res" : [{"nuance" : "LR", "nom" : "M. Jean-Pierre VIGIER", "voix" : 132}, {"nuance" : "REM", "nom" : "M. Pierre ETEOCLE", "voix" : 110}...
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"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, ...
{"name" : "backbone.geppetto", "description" : "Bring your Backbone applications to life with an event-driven Command framework.", "homepage" : "https://github.com/ModelN/backbone.geppetto", "version" : "0.7.1", "main" : "backbone.geppetto.js", "keywords" : ["backbone", "plugin", "command", "mvc"], "author" : {"name" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "...
{"contacts" : [{"name" : "Mr.Pramod Kumar", "email" : "", "designation" : "", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=7495", "name" : "(VICAS) VOLUNTARY INSTITUTE FOR COMMUNITY APPLIED SCIENCE", "primaryEmail" : "vicasald@gmail.com", "website" : "www.vicas.india.org", "organi...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty...
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": {"start": {"type": "string"}, "http-dev": {"type"...
{"name" : "swigger-archer", "version" : "1.0.0", "description" : "a web app for managing one's outlook.com events", "main" : "app.js", "scripts" : {"start" : "export NODE_ENV=production; node app.js", "http-dev" : "export NODE_ENV=development; node app.js", "https-dev" : "export NODE_ENV=development; export _SECURE_HTT...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "http-dev": {"type": "string"}, "https-dev": {"type": "string"}}, "required": ["start", "h...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type...
[{"name" : "\u4e03\u5929\u6781\u54c1\u63a2\u82b1\u9ec4\u5148\u751f\u7ea6\u4e86\u4e2a\u725b\u4ed4\u88e4\u767d\u8863\u59b9\u5b50\uff0c\u9ad8\u8ddf\u978b\u62a4\u58eb\u60c5\u8da3\u88c5\u8214\u903c\u4e0a\u4f4d\u9a91\u5750\u731b\u64cd", "size" : 136954148, "link" : "https://streamtape.com/e/JDXLmX9jPLTZoV", "created_at" : "2...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"bl": {"type": "number"}, "cms": {"type": "number"}, "fs": {"type": "number"}, "le": {"type": "number"}, "mms": {"type": "number"}, "model": {"type": "string"}, "pe": {"type": "number"}, "qes": {"type": "number"}, "qms": {"type...
{"bl" : 7.48, "cms" : 0.000715, "fs" : 47.0, "le" : 0.0, "mms" : 0.016, "model" : "W6-1674", "pe" : 60.0, "qes" : 0.5, "qms" : 4.72, "qts" : 0.45, "re" : 5.9, "rms" : 1.004, "sd" : 0.0133, "vas" : 0.0177, "vendor" : "TangBand", "xmax" : 0.0035}
json_instruct
{"type": "object", "properties": {"bl": {"type": "number"}, "cms": {"type": "number"}, "fs": {"type": "number"}, "le": {"type": "number"}, "mms": {"type": "number"}, "model": {"type": "string"}, "pe": {"type": "number"}, "qes": {"type": "number"}, "qms": {"type": "number"}, "qts": {"type": "number"}, "re": {"type": "nu...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "requir...
{"generated_at" : "2017-01-27T09:37:35.337807", "required_by" : ["clipsync", "array_to_latex", "passotp", "zenhest"], "requires" : ["pyperclip"], "package" : "clipboard"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"interactType": {"type": "string"}, "interactTitle": {"type": "string"}, "words": {"type": "array", "items": {"type": "object", "properties": {"word": {"type": "string"}, "china": {"ty...
[{"interactType" : "wordBegin", "interactTitle" : "\u5355\u8bcd", "words" : [{"word" : "t41g44s57", "china" : "\u5c18\u571f"}, {"word" : "t41g17", "china" : "\u6570\u5b57"}, {"word" : "j41b14g14h57", "china" : "\u6298\u78e8"}, {"word" : "s41q34g14h57", "china" : "\u4f7f\u5403\u60ca"}, {"word" : "h41r34y18", "china" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"interactType": {"type": "string"}, "interactTitle": {"type": "string"}, "words": {"type": "array", "items": {"type": "object", "properties": {"word": {"type": "string"}, "china": {"type": "string"}}, "required": ["word", "china"]}}, "videoTitle": {"type": "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": ...
{"Time" : "2021-10-17T02:00:00Z", "Temp" : 16.4, "RelHum" : 60, "WindSpeed" : 2, "WindDir" : 106}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"...
{"id" : "0x5b913de53f180b080baa0489d44acea772f6adec178b326f1bacda35402c3f7c", "title" : "Predict ftm price", "body" : "When will the FTM price break through $5", "choices" : ["one month later", "never", "dont care"], "start" : 1636257600, "end" : 1636344000, "snapshot" : "21310908", "state" : "closed", "author" : "0xCF...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "411330105200", "text" : "\u5ce1\u5c71\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411330105201", "text" : "\u77f3\u4f5b\u5bfa\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411330105202", "text" : "\u9ec4\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411330105203", "text" : "\u4e0a\u6cb3\u6751\u6c11\u59d4\u5458\u4...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"other_ids": {"type": "array", "items": {}}, "mRNA_sequence": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "type": {"type": "string"}, "sequence": {"type": "string"}}, "...
{"other_ids" : [], "mRNA_sequence" : [{"index" : 0, "type" : "five_prime_UTR", "sequence" : "CTTGCGCTTTTCAAAGATATATGAGCTTTGTTTAATTAGTTTTAGCTGATTGCTTAATCAAATAAAAGATTGTCTATCTTAACACCATTCGTTTTCTAATCCCGGCATTTGTCTGTGAAATTTTTAAAAATTAATTGGAATTACTCTACAAGCAACTTATTCAAAGAAGGAATAAATAGATAATAATCATTACTAGACAGAAGACTAATCGC"}, {"index" : ...
json_instruct
{"type": "object", "properties": {"other_ids": {"type": "array", "items": {}}, "mRNA_sequence": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "type": {"type": "string"}, "sequence": {"type": "string"}}, "required": ["index", "type", "sequence"]}}, "other_names": {"type": "ar...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "sortkey": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"affiliatio...
{"id" : "moinet2017blockchain", "title" : "Blockchain Based Trust \\& Authentication For Decentralized Sensor Networks", "year" : 2017, "type" : "article", "sortkey" : 20170610, "authors" : [{"affiliation" : "FRE CNRS", "name" : "Axel Moinet"}, {"affiliation" : "FRE CNRS", "name" : "Beno\u00ect Darties"}, {"affiliation...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "sortkey": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"affiliation": {"type": "string"}, "name": {"type": "string"}}, "requi...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"free_trial": {"type": "object", "properties": {"heading": {"type": "string"}, "description": {"type": "string"}, "email_label": {"type": "string"}, "email_placeholder": {"type": "string"}, "action": {"type": "string"...
{"free_trial" : {"heading" : "NEWSLETTER", "description" : "Para recibir noticias de Vertike", "email_label" : "Email address", "email_placeholder" : "Tu correo electronico", "action" : "Subscribite"}, "enterprise" : {"heading" : "Queres so\u00f1ar alto?", "description" : "VERTIKE es tu lugar.", "action" : "Contacte a ...
json_instruct
{"type": "object", "properties": {"free_trial": {"type": "object", "properties": {"heading": {"type": "string"}, "description": {"type": "string"}, "email_label": {"type": "string"}, "email_placeholder": {"type": "string"}, "action": {"type": "string"}}, "required": ["heading", "description", "email_label", "email_plac...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"extensionTitle": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "extensionDesc": {"type": "object", "properties": {"me...
{"extensionTitle" : {"message" : "Acc\u00e8s et nettoyage facile des liens au clavier", "description" : "Titre de l'extension"}, "extensionDesc" : {"message" : "Facilite la navigation au clavier via des \u00e9tiquettes ajout\u00e9s aux liens, tout en prot\u00e9geant un peu mieux votre vie priv\u00e9e.", "description" :...
json_instruct
{"type": "object", "properties": {"extensionTitle": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "extensionDesc": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "require...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"948511370455": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjec...
{"948511370455" : {"type" : "bo", "bookName" : "Lesson%2019", "subjectName" : "Hatua%202", "fName" : "users/Mi0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL1Vzb21hamklMjBuYSUyMFVhbmRpc2hpL0hhdHVhJTIwMi9MZXNzb24lMjAxOS9pbmRleC5odG1sLWFuYWx5dGljcy05NDg1MTEzNzAzMDk=.json"}, "948511370473" : {"type" : "bo", "bookName" : "Lesson%2019"...
json_instruct
{"type": "object", "properties": {"948511370455": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "948511370473": {"type": "object", "properties": {"t...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"up board": {"type": "string"}, "cbse": {"type": "string"}, "icse": {"type": "string"}, "other": {"type": "string"}}, "required": ["up board", "cbse", "icse", "other"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"up board" : "1", "cbse" : "2", "icse" : "3", "other" : "4"}
json_instruct
{"type": "object", "properties": {"up board": {"type": "string"}, "cbse": {"type": "string"}, "icse": {"type": "string"}, "other": {"type": "string"}}, "required": ["up board", "cbse", "icse", "other"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}}, "required": ["entryFile"]}, "whitelistedNonPeerDependencies": {"type": "array", "items": {"ty...
{"$schema" : "../../node_modules/ng-packagr/ng-package.schema.json", "dest" : "../../dist/ngx-material-opiniated", "lib" : {"entryFile" : "src/public_api.ts"}, "whitelistedNonPeerDependencies" : ["@fortawesome/angular-fontawesome", "@fortawesome/fontawesome-svg-core", "@fortawesome/free-solid-svg-icons", "@oguimbal/uti...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}}, "required": ["entryFile"]}, "whitelistedNonPeerDependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "dest", "lib", "w...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"COVID-ARTIC-V3": {"type": "string"}, "COVID-ARTIC-V4": {"type": "string"}, "COVID-MIDNIGHT-1200": {"type": "string"}, "COVID-AMPLISEQ-V1": {"type": "string"}}, "required": ["COVID-ARTIC-V3", "COVID-ARTIC-V4", "COVID-MIDNIGH...
{"COVID-ARTIC-V3" : "covid-artic-v3.vwf.tsv", "COVID-ARTIC-V4" : "covid-artic-v4.vwf.tsv", "COVID-MIDNIGHT-1200" : "covid-midnight-1200.vwf.tsv", "COVID-AMPLISEQ-V1" : "covid-ampliseq-v1.vwf.tsv"}
json_instruct
{"type": "object", "properties": {"COVID-ARTIC-V3": {"type": "string"}, "COVID-ARTIC-V4": {"type": "string"}, "COVID-MIDNIGHT-1200": {"type": "string"}, "COVID-AMPLISEQ-V1": {"type": "string"}}, "required": ["COVID-ARTIC-V3", "COVID-ARTIC-V4", "COVID-MIDNIGHT-1200", "COVID-AMPLISEQ-V1"], "$schema": "http://json-schema....
Generate a valid JSON object that conforms to the following 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_P...
{"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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "lic...
{"name" : "gulp-bg", "version" : "0.0.9", "description" : "Spawn a process in the background", "homepage" : "https://github.com/litek/gulp-bg", "repository" : "https://github.com/litek/gulp-bg.git", "keywords" : ["gulpplugin"], "licenses" : [{"type" : "MIT"}], "dependencies" : {"chalk" : "~0.4.0"}, "devDependencies" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "licenses": {"type": "array", "items": {"type": "object", "propert...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"readmore.js": {"type": "string"}, "readmore.min.js": {"type": "string"}}, "required": ["readmore.js", "readmore.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"readmore.js" : "sha256-z1/vlISXhYG3VIbQVWOhGMcjMREpewnJcJnUcJGUPpM=", "readmore.min.js" : "sha256-mF86yZ+je9n+pax9wq4HwJ3Q2imRKdWkuukEGl8BfRk="}
json_instruct
{"type": "object", "properties": {"readmore.js": {"type": "string"}, "readmore.min.js": {"type": "string"}}, "required": ["readmore.js", "readmore.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors":...
{"name" : "kbariotis/documer", "description" : "Bayes algorithm implementation in PHP for auto document classification.", "license" : "MIT", "type" : "library", "keywords" : ["classification", "bayes", "machine learning"], "homepage" : "http://github.com/kbariotis/documer", "authors" : [{"name" : "Kostas Bariotis", "em...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["hops", "skypager", "skypager-project-bundler", "skypager-webpack", "webpack-es6-builder"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6103030008", "district_id" : "6103030", "name" : "AMBOYO SELATAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "data", "start", "end"], "$...
{"id" : "loc2segfasttravloc103s1i72-9", "type" : "FAST_TRAVEL", "data" : {}, "start" : "loc103", "end" : "s1i72-9"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "data", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper...
{"hash" : "0x4475aba6403911c0e84dbc7b636a994e11be885892328182723915ccbf4d7da1", "parentHash" : "0x7c02b8dcec55bee6d4d84d8fe7681d0bcae20463ded18e460428e7bbbdc818d4", "number" : 20089, "timestamp" : 1438490340, "nonce" : "0xa16359826f98f1fb", "difficulty" : 976353036387, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_h...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite...
{"directions" : ["Place rice in strainer. Rinse under cold water until water runs clear. Drain well. Transfer rice to heavy medium saucepan. Add 3 cups cold water. Stir in ginger. Bring water to boil over high heat. Reduce heat to low, cover, and cook until rice is tender, about 12 minutes. Remove from heat. Sprinkle p...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "bin": {"type": "string"}}, "req...
{"homepage" : "http://optipng.sourceforge.net/", "version" : "0.7.5", "license" : "zlib", "url" : "http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.5/optipng-0.7.5-win32.zip", "hash" : "51c47db11c2c28b603e051408f56f7e599aabde6280bdcbee524a53e2fa40e4d", "extract_dir" : "optipng-0.7.5-win32", "bin" : ...
json_instruct
{"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "bin": {"type": "string"}}, "required": ["homepage", "version", "license", "url", "hash", "extract_dir...
The schema below describes a JSON structure. Generate a valid example: {"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" : "\u548c\u8ed2\u80a1\u4efd\u6709\u9650\u516c\u53f8\u4e00\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99717947", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u5e73\u93ae\u5340\u5e73\u5357\u91cc\u4e2d\u8c50\u8def\u5357\u52e2\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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"category": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "description": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "priority": {"type": "string"}, "spec": {"...
{"category" : "security", "dependencies" : [], "description" : ". Objectives Satisfied: O.APPLICATION-TOOLS, O.NETWORK", "id" : "SEC.7.3", "name" : "Process Quotas", "priority" : "P1", "spec" : "CGL", "type" : ""}
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "description": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "priority": {"type": "string"}, "spec": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "de...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "prop...
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"xolliegamerz" : {"title" : "xOllieGamerz", "channel_id" : 51870280, "link" : "...
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"xolliegamerz": {"type": "object", "properties": {"title": {"t...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"P": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type":...
{"type" : "minecraft:crafting_shaped", "pattern" : [" P ", "LCL", "PLP"], "key" : {"P" : {"item" : "minecraft:planks", "data" : 0}, "L" : {"item" : "minecraft:log", "data" : 0}, "C" : {"item" : "minecraft:cobblestone"}}, "result" : {"item" : "birdwmod:birdfeeder", "data" : 0}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"P": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["item", "data"]}, "L": {"type": "object", "prope...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "test": {"type"...
{"name" : "robox", "version" : "1.0.0-beta.8", "description" : "Higher-order React component for adding style helper props based on understyle", "main" : "dist/Robox.js", "scripts" : {"prepublish" : "mkdir -p dist && babel src --out-dir dist", "test" : "standard && jest"}, "keywords" : ["react", "react-hoc", "style", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "test"]}, "keywords": {"type"...
Based on the schema below, produce a valid JSON object: {"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" : "MultiPolygon", "coordinates" : [[[[-74.156991, 39.940926], [-74.156321, 39.944475], [-74.156213, 39.945081], [-74.156076, 39.945818], [-74.156026, 39.94609], [-74.155856, 39.947343], [-74.155779, 39.947558], [-74.153716, 39.947517], [-74.15369, 39.947798], [-74.153666, 39.948061], [-74.153627, 39.948487], [-...
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": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, "elm-versio...
{"type" : "package", "name" : "elmw/hello-world", "summary" : "A \"Hello, World!\" is an introductory computer program.", "license" : "MIT", "version" : "2.0.3", "exposed-modules" : ["Main"], "elm-version" : "0.19.0 <= v < 0.20.0", "dependencies" : {"elm/core" : "1.0.0 <= v < 2.0.0"}, "test-dependencies" : {"elm-explor...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, "elm-version": {"type": "string"}, "dependencies": {"type": "object", ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "c...
{"ETag" : "W/\"31f62cdf15c4ed4255d4b176ed875b09\"", "Last-Modified" : "Wed, 10 Jun 2020 17:24:02 GMT", "base" : {"repo" : {"name" : "terraform-provider-panos-feedstock"}}, "closed_at" : "2020-06-10T17:24:02Z", "created_at" : "2019-11-19T17:20:53Z", "draft" : false, "head" : {"ref" : "1.6.1"}, "html_url" : "https://gith...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"courseAOS": {"type": "string"}, "courseCode": {"type": "string"}, "courseName": {"type": "string"}, "courseType": {"type": "string"}, "faculty": {"type": "string"}, "teachingPeriods": {"type": "array", "items": {"typ...
{"courseAOS" : "Bachelor of Nutrition and Dietetics (Honours)", "courseCode" : "4530", "courseName" : "Nutrition and Dietetics", "courseType" : "", "faculty" : "Faculty of Medicine, Nursing and Health Sciences", "teachingPeriods" : [{"code" : "S1-01", "units" : ["NUT1001", "NUT1010", "NUT1101"], "year" : 0}, {"code" : ...
json_instruct
{"type": "object", "properties": {"courseAOS": {"type": "string"}, "courseCode": {"type": "string"}, "courseName": {"type": "string"}, "courseType": {"type": "string"}, "faculty": {"type": "string"}, "teachingPeriods": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "units": {"t...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "it...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "In a small bowl, combine corn, crackers and egg. Mix and pour into small baking dish. Bake for 30 minutes. Season with salt and pepper to taste."], "ingredients" : ["2 (14.75 ounce) cans cream-style corn", "1/4 (16 ounce) package saltine crackers", "1 ...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type":...
{"body" : "try -dj 0\nit may be that\nG\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2014-August/010471.html).</sup>", "attachments" : [], "created_by_name" : "Antonutto", "created_at" : "August 20, 2014 at 01:30PM", "created_by" : "Anton...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...
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"]}, "dependencies": {"ty...
{"name" : "subtractiontype.ts", "version" : "1.0.0", "description" : "Subtraction types for TypeScript: e.g. Sub<'a' | 'b', 'a'> and Dissoc<{a: number, b: number}, 'a'>", "scripts" : {"test" : "tslint index.d.ts"}, "dependencies" : {"tslint-eslint-rules" : "^4.1.1"}, "devDependencies" : {}, "author" : "Adrian Leonhard ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"tslint-eslint-rules": {"type": "string"}}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"license": {"type": "object", "properties": {"allowlists": {"type": "array", "items": {"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "string"}}, "patterns": {"type": "array", "items": {...
{"license" : {"allowlists" : [{"paths" : ["third_party/boringssl/.*", "third_party/widevine_cdm/third_party/boringssl/.*"], "patterns" : ["cryptsoft.lic"], "notes" : []}]}}
json_instruct
{"type": "object", "properties": {"license": {"type": "object", "properties": {"allowlists": {"type": "array", "items": {"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "string"}}, "patterns": {"type": "array", "items": {"type": "string"}}, "notes": {"type": "array", "items": {}}}, "requir...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "support": {"type": "string"}, "currentVersion": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "str...
{"name" : "Tidy", "description" : "Tidy integration handle endpoints environment installation.", "support" : "community", "currentVersion" : "1.0.1", "author" : "Hod Alpert & Gal Rabin & Eli Sharf & Bar Levy", "url" : "", "email" : "grabin@paloaltonetworks.com", "created" : "2020-09-29T18:29:50Z", "categories" : [], "t...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "support": {"type": "string"}, "currentVersion": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "created": {"type": "string"}, "categories": {"type": "array", "item...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language...
{"citations" : [{"textCitation" : "[See usisuhgra on Metamath](http://us.metamath.org/mpegif/usisuhgra.html)"}], "names" : ["usisuhgra"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cV", "#T_cusg", "#T_cE", "#T_wi", "#T_cV", "#T_cuhg", "#T_cE"], "metaLanguage" : "METAMATH", "remarks" : " An undirected simple g...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "dependencies": {"type": "object", "properties": {"hyperdom": ...
{"name" : "get-started-init-ts", "scripts" : {"start" : "webpack-dev-server", "build" : "webpack"}, "dependencies" : {"hyperdom" : "2.1.0"}, "devDependencies" : {"clean-webpack-plugin" : "latest", "css-loader" : "latest", "html-webpack-plugin" : "latest", "style-loader" : "latest", "ts-loader" : "latest", "typescript" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "dependencies": {"type": "object", "properties": {"hyperdom": {"type": "string"}}, "required": ["hyperdom"]}, "devDepende...
Using the following JSON schema, generate a compatible JSON instance: {"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", "it...
{"ast" : null, "code" : "\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = schnorrkelKeypairToU8a;\n\nvar _util = require(\"@polkadot/util\"); // Copyright 2017-2020 @polkadot/util-crypto authors & contributors\n// SPDX-License-Identifier: Apache-2.0\n\n\nfunctio...
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...
The schema below describes a JSON structure. Generate a valid example: {"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_cod...
{"type" : "Feature", "properties" : {"name" : "Callahan County", "name_long" : "Callahan County, TX", "fips" : "48059", "state_code_int" : 48, "state_code_postal" : "TX", "state_code_iso" : "US-TX", "county_code" : 59, "population" : 13943, "countrylevel_id" : "fips:48059", "census_data" : {"COUNTYNS" : "01383815", "AF...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background"...
{"aliases" : ["Manikin"], "authors" : ["Bill Mantlo", "Dave Ross"], "description" : "Manikin (Whitman Knapp) is a fictional mutant character featured in the publications of Marvel Comics.", "images" : {"background" : null, "thumbnail" : null}, "mainColor" : null, "name" : "Manikin", "partners" : [], "powers" : [], "ran...
json_instruct
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "null"}}, "required": ["background"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "d...
{"name" : "Stabilize Strategy Multi-Seigniorage", "symbol" : "zs-SGR", "address" : "0xfea2468C55E80aB9487f6E6189C79Ce31E1f9Ea7", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type...
{"name" : "qimagemagick", "description" : "A wrapper for the ImageMagick CLI", "version" : "0.2.0", "main" : "./src/QImageMagick.js", "module" : "./src/QImageMagick.mjs", "repository" : {"type" : "git", "url" : "https://github.com/raphaelquintao/node-qimagemagick.git"}, "author" : "Raphael Quint\u00e3o <https://github....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "module": {"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": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"c": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "w": {"typ...
{"type" : "minecraft:crafting_shaped", "pattern" : ["w", "c", "w"], "key" : {"c" : {"item" : "create:andesite_casing"}, "w" : {"item" : "create:cogwheel"}}, "result" : {"item" : "creategears:simple_gearshift"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"c": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "w": {"type": "object", "properties": {"item": {"type": "string"}},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "candymod:block/candy_cane/candy_cane_workbench_white_green"}
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": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {...
{"id" : 92, "name" : "Bishop", "slug" : "92-bishop", "powerstats" : {"intelligence" : 63, "strength" : 14, "speed" : 23, "durability" : 75, "power" : 100, "combat" : 65}, "appearance" : {"gender" : "Male", "race" : "Mutant", "height" : ["6'6", "198 cm"], "weight" : ["275 lb", "124 kg"], "eyeColor" : "Brown", "hairColor...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "integer"}, "strength": {"type": "integer"}, "speed": {"type": "integer"}, "durability": {"type": "integer"}, "power": {"type": "i...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"bot": {"type": "object", "properties": {"prefix": {"type": "string"}, "master": {"type": "string"}}, "required": ["prefix", "master"]}, "discord": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["na...
{"bot" : {"prefix" : "p!", "master" : "YOUR_DISCORD_ID_HERE"}, "discord" : {"name" : "Payday 2 Bot"}}
json_instruct
{"type": "object", "properties": {"bot": {"type": "object", "properties": {"prefix": {"type": "string"}, "master": {"type": "string"}}, "required": ["prefix", "master"]}, "discord": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["bot", "discord"], "$schema": "http://...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ja394:1.1": {"type": "string"}, "ja394:2.1": {"type": "string"}, "ja394:3.1": {"type": "string"}, "ja394:4.1": {"type": "string"}, "ja394:5.1": {"type": "string"}, "ja394:6.1": {"type": "string"}, "ja394:7.1": ...
{"ja394:1.1" : "ms22J_1466, msdiv129, pts-vp-pli3.313, sc1", "ja394:2.1" : "dr27.208, ms22J_1467, msdiv130, sc2", "ja394:3.1" : "ms22J_1468, msdiv131, sc3, sya27.209", "ja394:4.1" : "ms22J_1469, msdiv132, sc4", "ja394:5.1" : "ms22J_1470, msdiv133, sc5", "ja394:6.1" : "ms22J_1471, msdiv134, sc6, vri68.128", "ja394:7.1" ...
json_instruct
{"type": "object", "properties": {"ja394:1.1": {"type": "string"}, "ja394:2.1": {"type": "string"}, "ja394:3.1": {"type": "string"}, "ja394:4.1": {"type": "string"}, "ja394:5.1": {"type": "string"}, "ja394:6.1": {"type": "string"}, "ja394:7.1": {"type": "string"}}, "required": ["ja394:1.1", "ja394:2.1", "ja394:3.1", "j...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required...
{"latest_version" : ["1.5"], "meta" : {"description" : "Themer is a colorscheme generator and manager for your desktop", "homepage" : "https://github.com/S0lll0s/themer", "license" : "MIT"}, "versions" : {"1.1" : {"sha256" : "4743c4e248ef647d2d4f4fa323a5512ba66afffb68d8f90c6faa2c473ffe53e8", "url" : "https://files.pyth...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"...
{"text" : "Whenever a deposit, savings account, or share account, which is in form in trust for another, shall be made or held by any person in any bank, trust company, savings and loan association, building association, building and loan association, or federal savings and loan association, doing business in the Distr...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "ti...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[144.875, 26.0], [144.875, 26.083333333333332], [145.0, 26.083333333333332], [145.0, 26.0], [144.875, 26.0]]]}, "properties" : {"code" : 394407, "url" : "http://madefor.github.io/0410/api/v1/394407.geojson", "view" : "https://github.com/madefor/04...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, ...
{"h" : [{"d" : [{"f" : "\u8acb\u7092(\u8c46\u5b50)\u5427\u3002"}, {"f" : "\u7092(\u8c46\u5b50)\u7684\u3002"}]}], "stem" : "ringring", "t" : "piringring"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"],...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object",...
[{"id" : 436, "gempId" : "5_3", "side" : "Light", "rarity" : "C", "set" : "5", "printings" : [{"set" : "5"}], "front" : {"title" : "Cloud City Trooper", "imageUrl" : "https://res.starwarsccg.org/cards/CloudCity-Light/large/cloudcitytrooper.gif", "type" : "Character", "subType" : "Alien", "destiny" : "3", "power" : "2",...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, ...
{"Status" : 3, "TimeLimitReached" : true, "RunningTime" : "00:05:00.3338890", "StartTimes" : [{"JobIndex" : 0, "OperationIndex" : 0, "StartTime" : 562.0}, {"JobIndex" : 1, "OperationIndex" : 0, "StartTime" : 34.0}, {"JobIndex" : 2, "OperationIndex" : 0, "StartTime" : 101.0}, {"JobIndex" : 3, "OperationIndex" : 0, "Star...
json_instruct
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"},...
{"id" : 178597, "info" : {"name" : "Loult Background noel sexy", "description" : "Loult Background noel sexy", "additionalInfo" : null, "format" : "uso", "category" : "loult", "createdAt" : "2019-12-24T12:26:50.000Z", "updatedAt" : "2019-12-24T12:36:01.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 874820, ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...