input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"signedTransaction": {"type": "string"}, "id": {"type": "string"}}, "required": ["signedTransaction", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"signedTransaction" : "12000222800000002400000001201900000002201B000000665015712C36933822AD3A3D136C5DF97AA863B69F9CE88B2D6CE6BDD11BFDE290C19D68400000000000000C73210330E7FC9D56BB25D6893BA3F317AE5BCF33B3291BD63DB32654A313222F7FD020744630440220690785C69BCF4CDA2DD5E82D2F9A9C7BDCBAB68A1E927DC03C0C32900938AC1702202A25E42E99...
json_instruct
{"type": "object", "properties": {"signedTransaction": {"type": "string"}, "id": {"type": "string"}}, "required": ["signedTransaction", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installe...
{"name" : "dof-dss/nicsdru_workflow", "description" : "Drupal module to provide workflow functionality for NICS websites", "type" : "drupal-module", "require" : {"composer/installers" : "^1.6"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}}, "required": ["name", "description", "type", "require"], "$schema": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"adult": {"type": "boolean"}, "also_known_as": {"type": "array", "items": {}}, "biography": {"type": "string"}, "birthday": {"type": "string"}, "deathday": {"type": "string"}, "homepage": {"type": "string"}, "id": {"...
{"adult" : false, "also_known_as" : [], "biography" : "Mark Metcalf was born on March 11, 1946 in Findlay, Ohio, USA as Mark Howes Metcalf. He is an actor and producer, known for\u00a0Animal House\u00a0(1978),\u00a0Drive Me Crazy\u00a0(1999) and\u00a0The Stupids\u00a0(1996). He was previously married to Elizabeth Wick....
json_instruct
{"type": "object", "properties": {"adult": {"type": "boolean"}, "also_known_as": {"type": "array", "items": {}}, "biography": {"type": "string"}, "birthday": {"type": "string"}, "deathday": {"type": "string"}, "homepage": {"type": "string"}, "id": {"type": "integer"}, "imdb_id": {"type": "string"}, "name": {"type": "st...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"typescript.js": {"type": "string"}, "typescript.min.js": {"type": "string"}}, "required": ["typescript.js", "typescript.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"typescript.js" : "sha512-vvV23NYNPLRS4PVrC/UyDf+muxjaT1xmIPytbjgmC5ywC+7PP4wyoPb/hvGbGCOrWKGVvvSugPTaUth5L5S2Bw==", "typescript.min.js" : "sha512-EYiTBXxH0EMKGWWw3Rr3nDIC1Yhj/5Tm3apySEVmj83DCdTIgUTWeGHbwxOrXDR8w8ECpPI9c+uOtYNZdZEqGg=="}
json_instruct
{"type": "object", "properties": {"typescript.js": {"type": "string"}, "typescript.min.js": {"type": "string"}}, "required": ["typescript.js", "typescript.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "changelog": {"type": "string"}}, "required": ["version", "changelog"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.5.2", "changelog" : "Bugfixes and performance improvements"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "changelog": {"type": "string"}}, "required": ["version", "changelog"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"341": {"type": "string"}, "339": {"type": "string"}}, "required": ["341", "339"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"341" : "342", "339" : "340"}
json_instruct
{"type": "object", "properties": {"341": {"type": "string"}, "339": {"type": "string"}}, "required": ["341", "339"], "$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"}, "description": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bin"...
{"name" : "build-pnm", "version" : "0.1.0", "description" : "generate package-name-maps from pnp", "license" : "MIT", "engines" : {"node" : ">=7"}, "bin" : "bin.js", "homepage" : "https://github.com/arcanis/build-pnm", "bugs" : {"url" : "https://github.com/arcanis/build-pnm/issues"}, "repository" : {"type" : "git", "ur...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bin": {"type": "string"}, "homepage": {"type": "string"}, "bugs...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "color": {"type": "integer"}, "atomic": {"type": "integer"}, "potential": {"type": "integer"}, "items": {"type": "array", "items": {"type": "st...
{"type" : "rankine:element", "name" : "molybdenum", "symbol" : "Mo", "color" : 16777215, "atomic" : 42, "potential" : 0, "items" : ["T#forge:nuggets/molybdenum", "T#forge:ingots/molybdenum", "T#forge:storage_blocks/molybdenum"], "values" : [1, 9, 81]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "color": {"type": "integer"}, "atomic": {"type": "integer"}, "potential": {"type": "integer"}, "items": {"type": "array", "items": {"type": "string"}}, "values": {"type": "array", "items": {"type": "i...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"root": {"type": "object", "properties": {"background": {"type": "object", "properties": {"color": {"type": "array", "items": {"type": "integer"}}, "grid": {"type": "object", "properties": {"color": {"type": "array", ...
{"root" : {"background" : {"color" : [255, 255, 255, 255], "grid" : {"color" : [0, 0, 0, 255], "render" : "lines", "data" : [0, 0, 800, 0, 800, 0, 800, 600, 800, 600, 0, 600, 0, 600, 0, 0]}}, "apples" : {"data" : [], "texture" : "apple.png"}, "snake" : {"head" : {"position" : [1, 1], "direction" : "right", "texture" : ...
json_instruct
{"type": "object", "properties": {"root": {"type": "object", "properties": {"background": {"type": "object", "properties": {"color": {"type": "array", "items": {"type": "integer"}}, "grid": {"type": "object", "properties": {"color": {"type": "array", "items": {"type": "integer"}}, "render": {"type": "string"}, "data": ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"guid": {"type": "string"}, "start": {"type": "string"}, "finish": {"type": "string"}, "fileName": {"type": "string"}}, "required": ["guid", "start", "finish", "fileName"]}, "$schema":...
[{"guid" : "5bebcc5e-b2ca-407a-5bc4-d08ae89bafd4", "start" : "2016-07-04T13:42:43Z", "finish" : "2016-07-04T13:42:43Z", "fileName" : "test_20160704_164243584.json"}, {"guid" : "5bebcc5e-b2ca-407a-5bc4-d08ae89bafd4", "start" : "2016-07-04T13:42:26Z", "finish" : "2016-07-04T13:42:26Z", "fileName" : "test_20160704_1642261...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"guid": {"type": "string"}, "start": {"type": "string"}, "finish": {"type": "string"}, "fileName": {"type": "string"}}, "required": ["guid", "start", "finish", "fileName"]}, "$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"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object"...
{"id" : "02487", "name" : {"en" : "Stavsnas"}, "country" : "SE", "region" : "ST", "identifiers" : {"wmo" : "02487"}, "location" : {"latitude" : 59.3, "longitude" : 18.7, "elevation" : 0}, "timezone" : "Europe/Stockholm"}
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"}}, "required": ["wmo"]}, "location"...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1992, 5], [1998, 7], [1999, 6], [2000, 7], [2002, 9], [2003, 5], [2004, 10], [2006, 5], [2007, 7], [2008, 5], [2009, 8], [2010, 12], [2011, 8], [2012, 8]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "141081005001", "text" : "\u4faf\u5317\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "141081005200", "text" : "\u5f20\u6751\u6751\u59d4\u4f1a"}, {"id" : "141081005201", "text" : "\u891a\u6751\u6751\u59d4\u4f1a"}, {"id" : "141081005202", "text" : "\u89c2\u5e84\u6751\u59d4\u4f1a"}, {"id" : "141081005203", "text" : "\...
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"},...
{"name" : "Battle Instinct", "number" : "60534585", "is_illegal" : false, "text" : "Activate only when your opponent declares a direct attack and you control no monsters. Special Summon 1 Level 4 or lower Beast-Type monster from your hand in face-up Attack Position.", "type" : "Trap", "is_monster" : false, "is_spell" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "req...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"keyword_weights_by_gpc": {"type": "object", "properties": {"201": {"type": "array", "items": {"type": "object", "properties": {"keyword": {"type": "string"}, "weight": {"type": "number"}}, "required": ["keyword", "w...
{"keyword_weights_by_gpc" : {"201" : [{"keyword" : "\u30b7\u30e3\u30c4", "weight" : 0.8}, {"keyword" : "\u30ab\u30a4\u30ca", "weight" : 0.7}, {"keyword" : "\u30a8\u30aa\u30d5\u30a1\u30fc\u30b9", "weight" : 0.6}, {"keyword" : "\u30c4", "weight" : 0.5}, {"keyword" : "\u30bb\u30fc\u30bf\u30fc", "weight" : 0.4}, {"keyword"...
json_instruct
{"type": "object", "properties": {"keyword_weights_by_gpc": {"type": "object", "properties": {"201": {"type": "array", "items": {"type": "object", "properties": {"keyword": {"type": "string"}, "weight": {"type": "number"}}, "required": ["keyword", "weight"]}}, "203": {"type": "array", "items": {"type": "object", "prope...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http:/...
{"assessment" : [{"name" : "Presentation on a Key Aspect", "weight" : 10}, {"name" : "Quiz", "weight" : 20}, {"name" : "Terminology", "weight" : 0}, {"name" : "Key Learning Objectives", "weight" : 10}, {"name" : "Corrosion assignment", "weight" : 20}, {"name" : "Exam", "weight" : 40}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "p...
{"userId" : 99748, "cartId" : "9662d16c-79bc-4e22-aae2-bd7f6f8d4cf3", "preferredProducts" : [954, 3580, 2949, 2536, 2356, 3327], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}, "needs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "count": {"type": "integer...
{"name" : "Hunter #1", "depends" : ["mobs.creeper2", "mobs.skeleton2", "mobs.spider2", "mobs.zombie2"], "needs" : [{"id" : "bone", "count" : 128}, {"id" : "gunpowder", "count" : 128}, {"id" : "rottenflesh", "count" : 128}, {"id" : "string", "count" : 128}], "rewards" : [{"id" : "flint"}], "display" : {"id" : "woodenswo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}, "needs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "count"]}}, "rewards": {"type": "array", "items": {"t...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "u...
[{"subject" : "INLS", "catalog_nbr" : 382, "section" : 1, "class_nbr" : 10905, "title" : "INFO SYSTEMS ANALYSIS & DESIGNLecture", "component" : "3", "units" : 0, "bldg" : "Manning", "room" : "0304", "days" : "TuTh", "time" : "18", "instructor" : "CASDEN,JASON M", "load" : "100", "rank" : "INST", "attributes" : null, "e...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"public_repos": {"type": "integer"}, "site_admin": {"type": "boolean"}, "subscriptions_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "hireable": {"type": "null"}, "id": {"type": "integer"}, "follo...
{"public_repos" : 1, "site_admin" : false, "subscriptions_url" : "https://api.github.com/users/Anoka-Script-Team/subscriptions", "gravatar_id" : "", "hireable" : null, "id" : 10264073, "followers_url" : "https://api.github.com/users/Anoka-Script-Team/followers", "following_url" : "https://api.github.com/users/Anoka-Scr...
json_instruct
{"type": "object", "properties": {"public_repos": {"type": "integer"}, "site_admin": {"type": "boolean"}, "subscriptions_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "hireable": {"type": "null"}, "id": {"type": "integer"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "blog":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"...
{"id" : "03749", "name" : "\u041f\u043b\u0438\u0441\u0435\u0432\u0438\u0447 \u042e\u043b\u0438\u044f \u0410\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440\u043e\u0432\u043d\u0430 ", "link" : "pages/03749.html", "club" : "\u0414\u041d\u041a (\u0433.\u0421\u041f\u0431)", "class_classic" : "D", "class_dnd" : "BG", "A" : ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"activityBar.background": {"type": "string"}, "titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}}, "re...
{"workbench.colorCustomizations" : {"activityBar.background" : "#432528", "titleBar.activeBackground" : "#5E3439", "titleBar.activeForeground" : "#FCF9F9"}}
json_instruct
{"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"activityBar.background": {"type": "string"}, "titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}}, "required": ["activityBar.background", "titleBar.activeBackground", "title...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "productName": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"typ...
{"name" : "xml-sender", "version" : "1.0.0", "productName" : "XML Sender App", "description" : "Aplicativo de envio de pacotes XML's via email.", "main" : "main.js", "scripts" : {"start" : "electron ."}, "author" : "Wander Pereira", "license" : "MIT", "dependencies" : {"electron-reload" : "^1.5.0", "file-zip" : "^1.0.1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "productName": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"w...
{"name" : "Sirkazhi", "lsg_code" : "252791", "district" : "Nagapattinam", "state" : "Tamil Nadu", "no_of_wards" : 24, "wards" : [{"ward_no" : "24", "ward_name" : "Sirkali (M) - Ward No.24", "ward_id" : "39839"}, {"ward_no" : "18", "ward_name" : "Sirkali (M) - Ward No.18", "ward_id" : "39833"}, {"ward_no" : "10", "ward_...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"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" : "\u7f8e\u749f\u6709\u9650\u516c\u53f8(\u7b2c\u4e8c\u5ee0)", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T0900119", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u96f2\u6797\u7e23\u6c34\u6797\u9109\u5c71\u8173\u6751\u8543\u6771\u8def2\u4e4b12\u865f", ...
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": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1703092002", "district_id" : "1703092", "name" : "TANJUNG DALAM"}
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": {"mysql": {"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}}, "required": ["host", "user", "password", "database"...
{"mysql" : {"host" : "HOST_ADDRESS", "user" : "USER_NAME", "password" : "HOST_PASSWORD", "database" : "DATABASE_NAME"}}
json_instruct
{"type": "object", "properties": {"mysql": {"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}}, "required": ["host", "user", "password", "database"]}}, "required": ["mysql"], "$schema": "http://json-schema.org/draft-07...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri...
{"latest_version" : ["1.1.0"], "meta" : {"description" : "A collection of Python modules for doing 3D graphics (e.g. a RenderMan binding & more)", "homepage" : "http://cgkit.sourceforge.net/", "license" : "BSD License"}, "versions" : {}}
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"autoplayTransitionDelay": {"type": "integer"}, "author": {"type": "string"}, "timestamp": {"type": "string"}, "loopSlideshow": {"type": "integer"}, "filename": {"type": "string"}, "autoplayBuildDelay": {"type": "in...
{"autoplayTransitionDelay" : 5, "author" : "", "timestamp" : "2020-5-22 12:1:9", "loopSlideshow" : 0, "filename" : "TypeScript - Type Definitions", "autoplayBuildDelay" : 2, "comment" : "", "title" : "TypeScript - Type Definitions", "showMode" : 0, "creator" : "Apple Keynote 9.2.1", "slideList" : ["C7DC09DB-27D8-4F0F-8...
json_instruct
{"type": "object", "properties": {"autoplayTransitionDelay": {"type": "integer"}, "author": {"type": "string"}, "timestamp": {"type": "string"}, "loopSlideshow": {"type": "integer"}, "filename": {"type": "string"}, "autoplayBuildDelay": {"type": "integer"}, "comment": {"type": "string"}, "title": {"type": "string"}, "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object",...
{"city" : {"name" : "BELA VISTA DE MINAS", "state" : "MG"}, "borders" : [[{"lat" : -19.827653997234165, "lng" : -43.00916700035674}, {"lat" : -19.885856996802943, "lng" : -43.06278699992009}, {"lat" : -19.85808299663296, "lng" : -43.08942299977156}, {"lat" : -19.822538996977073, "lng" : -43.09824199996831}, {"lat" : -1...
json_instruct
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"discordSecret": {"type": "string"}, "twitchSecret": {"type": "string"}, "outputDebugMessages": {"type": "boolean"}, "deleteMsgsInCmdsChans": {"type": "boolean"}, "logUserMesssages": {"type": "boolean"}, "prefix": {"type": "strin...
{"discordSecret" : "put-discord-secret-here", "twitchSecret" : "put-twitch-secret-here", "outputDebugMessages" : true, "deleteMsgsInCmdsChans" : true, "logUserMesssages" : true, "prefix" : "$", "ownerUsername" : "kd8lvt", "minMsgLen" : 10, "punishMsgLen" : 1000, "longMsgPunishment" : 5, "enableJobs" : true, "commandPre...
json_instruct
{"type": "object", "properties": {"discordSecret": {"type": "string"}, "twitchSecret": {"type": "string"}, "outputDebugMessages": {"type": "boolean"}, "deleteMsgsInCmdsChans": {"type": "boolean"}, "logUserMesssages": {"type": "boolean"}, "prefix": {"type": "string"}, "ownerUsername": {"type": "string"}, "minMsgLen": {"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"zingchart-react.js": {"type": "string"}, "zingchart-react.min.js": {"type": "string"}}, "required": ["zingchart-react.js", "zingchart-react.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"zingchart-react.js" : "sha256-OqmnwWqt/edzbdS6xMcaA1ZqQtQMud8Q5lLF951LDcE=", "zingchart-react.min.js" : "sha256-wUUiCjO59O649yokK1WsSYPW86aUaD18WRIu8u4L5vM="}
json_instruct
{"type": "object", "properties": {"zingchart-react.js": {"type": "string"}, "zingchart-react.min.js": {"type": "string"}}, "required": ["zingchart-react.js", "zingchart-react.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "string"}}, "email": {"type": "string"}}, "required": ["name", "email"]}, "description": {"type": ...
{"name" : "yap-simple-logger", "author" : {"name" : ["Yagamy"], "email" : "yagamy@gmail.com"}, "description" : "a simple console logger with color outputs", "version" : "0.0.1", "repository" : {"type" : "git", "url" : ""}, "main" : "index", "engines" : {"node" : "0.10.x", "npm" : "1.4.x"}, "dependencies" : {"colors" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "string"}}, "email": {"type": "string"}}, "required": ["name", "email"]}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"xbt_balance": {"type": "string"}, "usd_balance": {"type": "string"}, "xbt_reserved": {"type": "string"}, "usd_reserved": {"type": "string"}, "xbt_available": {"type": "string"}, "usd_available": {"type": "string"}}, "required": ...
{"xbt_balance" : "120.3500", "usd_balance" : "700.00", "xbt_reserved" : "0", "usd_reserved" : "0", "xbt_available" : "120.3500", "usd_available" : "700.00"}
json_instruct
{"type": "object", "properties": {"xbt_balance": {"type": "string"}, "usd_balance": {"type": "string"}, "xbt_reserved": {"type": "string"}, "usd_reserved": {"type": "string"}, "xbt_available": {"type": "string"}, "usd_available": {"type": "string"}}, "required": ["xbt_balance", "usd_balance", "xbt_reserved", "usd_reser...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "is...
{"contract" : "0x2ddad27212769d5c87cba9112c6c232628f545bc", "tool" : "mythril", "start" : 1563720353.5097933, "end" : 1563720359.0980587, "duration" : 5.588265419006348, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"emoji": {"type": "string"}, "role": {"type": "string"}, "introduction": {"type": "string"}, "achievements": {"type": "array", "items": {"type": "string"}}, "links": {"type": "object", "properties": {"site": {"type": ...
{"emoji" : ":expressionless:", "role" : "Student", "introduction" : "Learning is fun. LETS GOOOOO!!!", "achievements" : ["Landed a position at the UC College of Business", "Dean's list during my entire college career", "3rd place in online district wide Hackathon @ UC Clermont"], "links" : {"site" : "https://it3049c-st...
json_instruct
{"type": "object", "properties": {"emoji": {"type": "string"}, "role": {"type": "string"}, "introduction": {"type": "string"}, "achievements": {"type": "array", "items": {"type": "string"}}, "links": {"type": "object", "properties": {"site": {"type": "string"}, "linkedin": {"type": "string"}, "facebook": {"type": "stri...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "C:\\Users\\BiaoGe\\Anaconda3\\python.exe"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string...
{"name" : "Simon I. Patino University", "alt_name" : "Universidad Sim\u00f3n I. Pati\u00f1o (USIP)", "country" : "Bolivia", "state" : null, "address" : {"street" : "Av. Villaz\u00f3n Nro 22 Km. 1 a", "city" : "Sacaba", "province" : "Cochabamba", "postal_code" : null}, "contact" : {"telephone" : null, "website" : "http:...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "null"}},...
Following the schema specification below, generate a valid JSON instance: {"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": {"t...
{"\u5de5\u5ee0\u540d\u7a31" : "\u7167\u5104\u8208\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T6400709", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u9ad8\u96c4\u5e02\u4ec1\u6b66\u5340\u8003\u6f6d\u91cc\u9cf3\u4ec1\u8def2-1\u865f", "\u5de5\u5ee0\...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"path-intellisense.extensionOnImport": {"type": "boolean"}}, "required": ["path-intellisense.extensionOnImport"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"path-intellisense.extensionOnImport" : true}
json_instruct
{"type": "object", "properties": {"path-intellisense.extensionOnImport": {"type": "boolean"}}, "required": ["path-intellisense.extensionOnImport"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "a tablet for writing", "long" : "a tablet for writing."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"1": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "2": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "3": {"type": "object", "properties": {"na...
{"1" : {"name" : "Action"}, "2" : {"name" : "Comedy"}, "3" : {"name" : "Science fiction"}, "4" : {"name" : "Fantasy"}, "5" : {"name" : "Documentary"}}
json_instruct
{"type": "object", "properties": {"1": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "2": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "3": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "4": {"type":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 84340, "cartId" : "f03f8139-4039-4a9e-acf6-c8b911a9cbdf", "preferredProducts" : [3850, 3428, 1121, 3421, 3761, 2782, 1041, 1572], "productReviews" : [{"productId" : 4752, "reviewText" : "My co-worker Linnie has one of these. He says it looks wide.", "reviewDate" : "2020-04-18T02:36:19.8341905+03: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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ps" : 3543, "xbox" : 2149}
json_instruct
{"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", ...
{"time_fct_id" : 3, "time_fct" : "time_61975", "affiliate_fct_id" : 1896, "affiliate_fct" : "Forstamt Stein", "affiliate_fct_occurrence" : 199, "affiliates" : [{"affiliate_fct_id" : 1896, "affiliate_fct" : "Forstamt Stein", "affiliate_fct_occurrence" : 199}]}
json_instruct
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_i...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"js-data-localstorage.js": {"type": "string"}, "js-data-localstorage.min.js": {"type": "string"}}, "required": ["js-data-localstorage.js", "js-data-localstorage.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"js-data-localstorage.js" : "sha256-YdZf6kulZWoXyxlqJEyz5BKxlKrlAQAYBU+2kU604Vs=", "js-data-localstorage.min.js" : "sha256-YtUQ9hISncZK0sZzUZK49eaXzKTYJ0V/tjt0KyQKADM="}
json_instruct
{"type": "object", "properties": {"js-data-localstorage.js": {"type": "string"}, "js-data-localstorage.min.js": {"type": "string"}}, "required": ["js-data-localstorage.js", "js-data-localstorage.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "version": {...
{"name" : "nark", "description" : "Alerts and logs for your projects, nark will tell you when something goes wrong or an important event happens", "author" : {"name" : "Cedric Luckie", "email" : "cedric.luckie+github@gmail.com"}, "version" : "0.1.1", "repository" : {"type" : "git", "url" : "git@github.com:uncedric/nark...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"900016709": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900016710": {"type": "object", "properties":...
{"900016709" : {"nama" : "TPS 1", "dapil" : [1202, 11206, 2122303]}, "900016710" : {"nama" : "TPS 2", "dapil" : [1202, 11206, 2122303]}, "900016711" : {"nama" : "TPS 3", "dapil" : [1202, 11206, 2122303]}, "900016712" : {"nama" : "TPS 4", "dapil" : [1202, 11206, 2122303]}, "900016713" : {"nama" : "TPS 5", "dapil" : [120...
json_instruct
{"type": "object", "properties": {"900016709": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900016710": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"site_name": {"type": "string"}, "contact_email": {"type": "string"}, "seo_description": {"type": "string"}, "seo_keyword": {"type": "string"}}, "required": ["site_name", "contact_email", "seo_description", "seo...
{"site_name" : "\u8fdb\u9636\u8bfe\u7a0b - Powered by LaraBBS", "contact_email" : "summer@qq.copm", "seo_description" : "\u8fdb\u9636\u8bfe\u7a0b", "seo_keyword" : "\u8fdb\u9636\u8bfe\u7a0b"}
json_instruct
{"type": "object", "properties": {"site_name": {"type": "string"}, "contact_email": {"type": "string"}, "seo_description": {"type": "string"}, "seo_keyword": {"type": "string"}}, "required": ["site_name", "contact_email", "seo_description", "seo_keyword"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name.php": {"type": "string"}, "components/class-name.php": {"type": "string"}, "components/class-name-admin.php": {"type": "string"}, "components/js/lib/name.js": {"type": "string"}, "components/js/min/name.js": {"type": "str...
{"name.php" : "{%= js_safe_name %}.php", "components/class-name.php" : "components/class-{%= name %}.php", "components/class-name-admin.php" : "components/class-{%= name %}-admin.php", "components/js/lib/name.js" : "components/js/lib/{%= name %}.js", "components/js/min/name.js" : "components/js/min/{%= name %}.js", "co...
json_instruct
{"type": "object", "properties": {"name.php": {"type": "string"}, "components/class-name.php": {"type": "string"}, "components/class-name-admin.php": {"type": "string"}, "components/js/lib/name.js": {"type": "string"}, "components/js/min/name.js": {"type": "string"}, "components/sass/name.scss": {"type": "string"}, "co...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "c1": {"type": "object", "properties": {"name": {"type": "string"}, "effect": {"type": "string"}}, "required": ["name", "effect"]}, "c2": {"type": "object", "properties": {"name": {"type": "string"},...
{"name" : "\u7518\u96e8", "c1" : {"name" : "\u996e\u9732", "effect" : "\u4e8c\u6bb5\u84c4\u529b\u91cd\u51fb\u7684\u971c\u534e\u77e2\u6216\u971c\u534e\u7efd\u53d1\u547d\u4e2d\u654c\u4eba\u65f6\uff0c\u4f1a\u4f7f\u654c\u4eba\u7684\u51b0\u5143\u7d20\u6297\u6027\u964d\u4f4e15%\uff0c\u6301\u7eed6\u79d2\uff1b\n\u6b64\u5916\uf...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "c1": {"type": "object", "properties": {"name": {"type": "string"}, "effect": {"type": "string"}}, "required": ["name", "effect"]}, "c2": {"type": "object", "properties": {"name": {"type": "string"}, "effect": {"type": "string"}}, "required": ["name", "effec...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"botFilePath": {"type": "string"}, "botFileSecret": {"type": "string"}, "defaultLocale": {"type": "string"}, "languageModels": {"type": "object", "properties": {"en": {"type": "object", "properties": {"botFilePath": {"type": "s...
{"botFilePath" : "./YOUR_BOT_PATH.bot", "botFileSecret" : "", "defaultLocale" : "en-us", "languageModels" : {"en" : {"botFilePath" : "./LocaleConfigurations/YOUR_EN_BOT_PATH.bot", "botFileSecret" : ""}, "zh" : {"botFilePath" : "./LocaleConfigurations/YOUR_ZH_BOT_PATH.bot", "botFileSecret" : ""}}, "supportedProviders" :...
json_instruct
{"type": "object", "properties": {"botFilePath": {"type": "string"}, "botFileSecret": {"type": "string"}, "defaultLocale": {"type": "string"}, "languageModels": {"type": "object", "properties": {"en": {"type": "object", "properties": {"botFilePath": {"type": "string"}, "botFileSecret": {"type": "string"}}, "required": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"DEFAULT": {"type": "object", "properties": {"keypath": {"type": "string"}}, "required": ["keypath"]}, "STR": {"type": "object", "properties": {"keypath": {"type": "string"}, "type": {"type": "string"}}, "required": ["keypath", "...
{"DEFAULT" : {"keypath" : "default"}, "STR" : {"keypath" : "str", "type" : "string"}, "NUM" : {"keypath" : "num", "type" : "number"}, "BOOL" : {"keypath" : "bool", "type" : "boolean", "strict" : true}, "ARR" : {"keypath" : "arr", "type" : "object"}, "NESTED" : {"keypath" : "a.b.c.d", "type" : "object"}, "DATE" : {"keyp...
json_instruct
{"type": "object", "properties": {"DEFAULT": {"type": "object", "properties": {"keypath": {"type": "string"}}, "required": ["keypath"]}, "STR": {"type": "object", "properties": {"keypath": {"type": "string"}, "type": {"type": "string"}}, "required": ["keypath", "type"]}, "NUM": {"type": "object", "properties": {"keypat...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"loader": {"type": "object", "properties": {"gtfs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}, "osm": {"type": "array", ...
{"loader" : {"gtfs" : [{"name" : "bus", "path" : "/usr/local/src/google_bus"}, {"name" : "train", "path" : "/usr/local/src/google_rail"}], "osm" : [{"name" : "Philadelphia", "path" : "/usr/local/src/philadelphia.osm"}]}, "graph" : {"data" : "/usr/local/src/graph/"}}
json_instruct
{"type": "object", "properties": {"loader": {"type": "object", "properties": {"gtfs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}, "osm": {"type": "array", "items": {"type": "object", "properties": {"name": {"type":...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "molecule_structure": {"type": "string"}, "isolate_id": {"type": "string"}, "virus_id": {"type": "string"}, "definition": {"type": "string"}, "_version": {"type": "integer"}...
[{"_id" : "NC_002356", "molecule_structure" : "linear", "isolate_id" : "6qbb5bak", "virus_id" : "bba3207e", "definition" : "Chinese wheat mosaic virus RNA2, complete sequence", "_version" : 0, "host" : null}, {"_id" : "NC_002359", "molecule_structure" : "linear", "isolate_id" : "6qbb5bak", "virus_id" : "bba3207e", "def...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "molecule_structure": {"type": "string"}, "isolate_id": {"type": "string"}, "virus_id": {"type": "string"}, "definition": {"type": "string"}, "_version": {"type": "integer"}, "host": {"type": "null"}}, "required": ["_id", "molecule_...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"awards": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "certificate_url": {"type": "string"}, "organization_url": {"...
{"awards" : [{"name" : "RecSys 2020", "title" : "Nomination for Best Paper Award", "description" : "14th ACM Conference on Recommender Systems", "certificate_url" : "images/awards/recsys2020_bestreviewer_nominee.png", "organization_url" : "https://recsys.acm.org", "url" : "https://recsys.acm.org/recsys-best-reviewers/"...
json_instruct
{"type": "object", "properties": {"awards": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "certificate_url": {"type": "string"}, "organization_url": {"type": "string"}, "url": {"type": "string"}, "date": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "whatch": {"type": "boolean"}, "log_date_format": {"type": "string"}, "node_args": {"type": "array",...
{"apps" : [{"name" : "TEST-API", "script" : "dist/services/test/index.js", "whatch" : false, "log_date_format" : "YYYY-MM-DD HH:mm Z", "node_args" : [], "instances" : "max", "exec_mode" : "cluster"}]}
json_instruct
{"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "whatch": {"type": "boolean"}, "log_date_format": {"type": "string"}, "node_args": {"type": "array", "items": {}}, "instances": {"type": "string"}, "exec_mode"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type"...
{"id" : "5deb6cb2-61f2-4869-8849-ca41f0161915", "playerTags" : [], "teamTags" : ["b63be8c2-576a-4d6e-8daf-814f8bcea96f", "bb4a9de5-c924-4923-a0cb-9d1445f1ee5d"], "gameTags" : ["d05d8db2-08f0-4d01-83ac-2de1962b6399"], "metadata" : {"play" : 187, "subPlay" : -1}, "created" : "2021-03-19T15:15:59.387Z", "season" : 13, "to...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "bullion", "definition" : "1. Uncoined gold or silver in the mass. Note: Properly, the precious metals are called bullion, when smelted and not perfectly refined, or when refined, but in bars, ingots or in any form uncoined, as in plate. The word is often often used to denote gold and silver, both coined and ...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created": {"type": "integer"}, "updated": {"type": "integer"}, "lines": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string...
{"id" : "604b23a9465b3200222e81a7", "title" : "Anki", "created" : 1615537084, "updated" : 1615537086, "lines" : [{"id" : "604b23a9465b3200222e81a7", "text" : "Anki", "userId" : "5ae7fecf7766b7001455cbd3", "created" : 1615537084, "updated" : 1615537084}, {"id" : "604b23bc55cbd300007fff17", "text" : "[https://gyazo.com/0...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created": {"type": "integer"}, "updated": {"type": "integer"}, "lines": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "userId": {"type": "string"}, "created": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": ...
{"nom" : "Cassaniouze", "dpt" : "Cantal", "inscrits" : 422, "abs" : 86, "votants" : 336, "blancs" : 36, "nuls" : 12, "exp" : 288, "res" : [{"panneau" : "1", "voix" : 219}, {"panneau" : "2", "voix" : 69}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Using the following JSON schema, generate a compatible JSON instance: {"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" : "\u5de8\u529b\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u5206\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99635743", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08910006194971", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u6f6d\u5b50\u5340\u6f6d\u79c0\u91cc\u96c5...
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": {"backups_enabled": {"type": "boolean"}, "swap_size": {"type": "integer"}, "image": {"type": "string"}, "root_pass": {"type": "string"}, "stackscript_id": {"type": "integer"}, "stackscript_data": {"type": "object...
{"backups_enabled" : true, "swap_size" : 512, "image" : "linode/debian10", "root_pass" : "aComplexP@ssword", "stackscript_id" : 10079, "stackscript_data" : {"gh_username" : "linode"}, "interfaces" : [{"purpose" : "public", "label" : "", "ipam_address" : ""}, {"purpose" : "vlan", "label" : "vlan-1", "ipam_address" : "10...
json_instruct
{"type": "object", "properties": {"backups_enabled": {"type": "boolean"}, "swap_size": {"type": "integer"}, "image": {"type": "string"}, "root_pass": {"type": "string"}, "stackscript_id": {"type": "integer"}, "stackscript_data": {"type": "object", "properties": {"gh_username": {"type": "string"}}, "required": ["gh_user...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "o...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.826668, 52.737327]}, "properties" : {"site" : "BLR_15", "point" : "POINT(0.826668 52.737327)", "planning-permission-status" : "permissioned", "hectares" : "0.31", "start-date" : "2017-08-10", "maximum-net-dwellings" : "10", "ownership-status" : "no...
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": {"type": "string"}, "point...
Generate sample JSON data that conforms to the following schema definition: {"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://jso...
{"word" : "Pelvis", "definitions" : ["the large bony structure near the base of the spine to which the hind limbs or legs are attached in humans and many other vertebrates.", "the broadened top part of the ureter into which the kidney tubules drain."], "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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Loading custom resource details": {"type": "string"}, "Failed to get objects": {"type": "string"}, "Accepted Names": {"type": "string"}, "Custom Resource Definitions": {"type": "string"}}, "required": ["Loading custom resou...
{"Loading custom resource details" : "Cargando detalles de la \"custom resource\"", "Failed to get objects" : "Fallo al obtener objetos", "Accepted Names" : "Nombres Aceptados", "Custom Resource Definitions" : "Custom Resource Definitions"}
json_instruct
{"type": "object", "properties": {"Loading custom resource details": {"type": "string"}, "Failed to get objects": {"type": "string"}, "Accepted Names": {"type": "string"}, "Custom Resource Definitions": {"type": "string"}}, "required": ["Loading custom resource details", "Failed to get objects", "Accepted Names", "Cust...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "\u0426\u0435\u0432\u044c\u0451 Magpul \"MOE SL\" \u0434\u043b\u044f AR-15 \u0441\u0440\u0435\u0434\u043d\u0435\u0439 \u0434\u043b\u0438\u043d\u044b", "ShortName" : "MOE SL", "Description" : "\u0426\u0435\u0432\u044c\u0451 MOE SL \u0434\u043b\u044f AR-15 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\...
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"functions": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "array", "items": {}}}, "required": ["functions", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"functions" : ["transform", "reportUnhandledException"], "properties" : []}
json_instruct
{"type": "object", "properties": {"functions": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "array", "items": {}}}, "required": ["functions", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "A two-handed sword. (Tier 9)", "bonuses" : [-4, 145, 121, -4, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 141, 0, 0, 0]}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"p" : "30b84908-3f45-47d6-9570-9818677e3df4", "d" : 197}, {"p" : "f3219d5e-8302-4153-85be-1ef61a3f6249", "d" : 73}, {"p" : "8977ae2a-b93f-4432-819c-e3c557636429", "d" : 61}, {"p" : "5b41c563-aed7-4d08-b5aa-5d18127db9c7", "d" : 56}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$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": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "...
[{"label" : "Person", "normalizedVertices" : [{"x" : 0.28, "y" : 0.51388234}, {"x" : 0.56635296, "y" : 0.51388234}, {"x" : 0.56635296, "y" : 0.84870595}, {"x" : 0.28, "y" : 0.84870595}], "score" : 0.6211213}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "development":...
{"name" : "astro", "version" : "0.0.1", "repo" : "team-astro/astro", "description" : "Base platform library", "keywords" : ["platform"], "license" : "MIT", "development" : {"silentbicycle/greatest" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "development": {"type": "object", "properties": {"silentbicycle/greatest"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "...
{"name" : "silverstripe/widgets", "description" : "Widgets are small pieces of functionality such as showing the latest Comments or Flickr Photos. They normally display on the sidebar of your website.", "type" : "silverstripe-vendormodule", "keywords" : ["silverstripe", "widgets", "blog"], "authors" : [{"name" : "Ingo ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "requ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "requ...
{"appid" : 496920, "name" : "Moirai", "windows" : true, "mac" : true, "linux" : true, "early_access" : false, "lookup_time" : 1490997615}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schem...
{"word" : "Influential", "definitions" : ["Having great influence on someone or something."], "parts-of-speech" : "Adjective"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e...
{"nom" : "Arleuf", "dpt" : "Ni\u00e8vre", "inscrits" : 586, "abs" : 148, "votants" : 438, "blancs" : 52, "nuls" : 30, "exp" : 356, "res" : [{"panneau" : "1", "voix" : 184}, {"panneau" : "2", "voix" : 172}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ulid": {"type": "string"}, "minTime": {"type": "integer"}, "maxTime": {"type": "integer"}, "stats": {"type": "object", "properties": {"numSamples": {"type": "integer"}, "numSeries": {"type": "integer"}, "numChu...
{"ulid" : "01F276AY85Q10HZ7QYVCNMT8VD", "minTime" : 1616436002119, "maxTime" : 1616630400000, "stats" : {"numSamples" : 3615840, "numSeries" : 93, "numChunks" : 30132}, "compaction" : {"level" : 4, "sources" : ["01F1DVSQ2JH5CK0GE42H51JAC8", "01F1E2NEAJJ6NRG3810PMJ07XD", "01F1E9H5JJ32QJY0C0TPAT62C3", "01F1EGCWTJDX30J62F...
json_instruct
{"type": "object", "properties": {"ulid": {"type": "string"}, "minTime": {"type": "integer"}, "maxTime": {"type": "integer"}, "stats": {"type": "object", "properties": {"numSamples": {"type": "integer"}, "numSeries": {"type": "integer"}, "numChunks": {"type": "integer"}}, "required": ["numSamples", "numSeries", "numChu...
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" : "embellishcraft:block/crimson_wooden_crate"}
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": {"speakLabel": {"type": "string"}, "speakChoiceLabel": {"type": "string"}}, "required": ["speakLabel", "speakChoiceLabel"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"speakLabel" : "Text-to-Speech", "speakChoiceLabel" : "Enable the page to speak itself out loud."}
json_instruct
{"type": "object", "properties": {"speakLabel": {"type": "string"}, "speakChoiceLabel": {"type": "string"}}, "required": ["speakLabel", "speakChoiceLabel"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "stri...
{"derivation" : "from an unused root meaning to exhale;", "pron" : "shoom", "outline" : "<ol><li> garlic</li></ol>", "kjv_def" : "garlic.", "lemma" : "\u05e9\u05c1\u05d5\u05bc\u05dd", "frequency" : 1, "strongs_def" : "garlic (from its rank odor)", "xlit" : "sh\u00fbwm"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ...
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-15T16:00:00Z", "Temp" : 14.1, "RelHum" : 83, "WindSpeed" : 0.9, "WindDir" : 199}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"bootFeatures": {"type": "string"}, "dataSource": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "task": {"type": "string"}, "layout": {"type": "string"}...
{"bootFeatures" : "", "dataSource" : [{"type" : "CSpelling_Data", "level" : "spell_1", "task" : "Spell numbers", "layout" : "default", "word" : ["BA", "RA", "BA", "RA"], "image" : "barabara.jpg", "sound" : "barabara.mp3"}, {"type" : "CSpelling_Data", "level" : "spell_1", "task" : "Spell numbers", "layout" : "default", ...
json_instruct
{"type": "object", "properties": {"bootFeatures": {"type": "string"}, "dataSource": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "task": {"type": "string"}, "layout": {"type": "string"}, "word": {"type": "array", "items": {"type": "string"}}, "ima...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "stri...
{"name" : "znck/runner-php", "description" : "PHP wrapper for znck/runner", "license" : "MIT", "authors" : [{"name" : "Rahul Kadyan", "email" : "hi@znck.me"}], "homepage" : "https://github.com/znck/runner-php", "autoload" : {"psr-4" : {"Znck\\Runner\\" : "src/"}}, "require" : {"symfony/yaml" : "~2.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "homepage": {"type": "string"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type"...
{"name" : "sowc-backend", "version" : "1.0.0", "description" : "Api to connect to sowc database", "main" : "index.js", "type" : "module", "scripts" : {"start" : "node index.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["Database", "SOWC", "API"], "author" : "Samwel Maisiba", "license" : "I...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "...
{"title" : "Portrait - Head of a Woman", "creation_date" : "c. 1935", "creation_date_earliest" : "1930-01-01", "creation_date_latest" : "1940-01-01", "medium" : "charcoal on paper", "accession_number" : "81.71", "id" : "cmoa:things/44cdf218-7f37-41d4-b89c-6e689fb697d4", "credit_line" : "Patrons Art Fund", "date_acquire...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"REPORT": {"type": "object", "properties": {"HEADER": {"type": "string"}, "LOADING_CHART": {"type": "string"}, "NO_ENOUGH_DATA": {"type": "string"}, "METRICS": {"type": "array", "items": {"type": "object", "properti...
{"REPORT" : {"HEADER" : "Rapports", "LOADING_CHART" : "Chargement des donn\u00e9es du graphique ...", "NO_ENOUGH_DATA" : "Nous n'avons pas re\u00e7u assez de points de donn\u00e9es pour g\u00e9n\u00e9rer un rapport. Veuillez r\u00e9essayer plus tard.", "METRICS" : [{"NAME" : "Conversations", "KEY" : "conversations_coun...
json_instruct
{"type": "object", "properties": {"REPORT": {"type": "object", "properties": {"HEADER": {"type": "string"}, "LOADING_CHART": {"type": "string"}, "NO_ENOUGH_DATA": {"type": "string"}, "METRICS": {"type": "array", "items": {"type": "object", "properties": {"NAME": {"type": "string"}, "KEY": {"type": "string"}, "DESC": {"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Build tools", "url" : "/getting-started/build-tools/"}, {"title" : "Custom card", "url" : "/components/custom-card/"}, {"title" : "Customization options", "url" : "/getting-started/options/"}, {"title" : "Default markups", "url" : "/core-template/default-markups/"}, {"title" : "Includable - Assets", "url" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "userGuide": {"type": "string"}, "staleSaveError": {"type": "string"}, "retry": {"type": "string"}, "discard": {"type": "string"}, "readonlySaveErrorAdmin": {"type"...
{"" : ["--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the Source EULA. See License.txt in the project root for license information.", "-----------------------------------------------------------...
json_instruct
{"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "userGuide": {"type": "string"}, "staleSaveError": {"type": "string"}, "retry": {"type": "string"}, "discard": {"type": "string"}, "readonlySaveErrorAdmin": {"type": "string"}, "readonlySaveError": {"type": "string"}, "permissionDenie...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"900038435": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900038436": {"type": "object", "properties": {"nama": {"t...
{"900038435" : {"nama" : "TPS 1", "dapil" : [1202, 11209, 2121203]}, "900038436" : {"nama" : "TPS 2", "dapil" : [1202, 11209, 2121203]}, "900038437" : {"nama" : "TPS 3", "dapil" : [1202, 11209, 2121203]}}
json_instruct
{"type": "object", "properties": {"900038435": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900038436": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"<10": {"type": "string"}, "10-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70+": {...
{"<10" : "1", "10-19" : "5", "20-29" : "26", "30-39" : "73", "40-49" : "240", "50-59" : "553", "60-69" : "1060", "70+" : "3292"}
json_instruct
{"type": "object", "properties": {"<10": {"type": "string"}, "10-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70+": {"type": "string"}}, "required": ["<10", "10-19", "20-29", "30-39", "40-49", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "theme": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "descrip...
{"name" : "Transparent Menus", "description" : "A simple, self-explanitory Discord theme", "version" : "2.0.0", "author" : "KayoticCarnige", "theme" : "base.css", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "theme": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "description", "version", "author", "theme", "license"], "$schema": "http://json...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"documentVersion": {"type": "string"}, "jsonSchemaSemanticVersion": {"type": "string"}, "manifestName": {"type": "string"}, "subManifests": {"type": "array", "items": {"type": "object", "properties": {"manifestName": ...
{"documentVersion" : "1.0.1", "jsonSchemaSemanticVersion" : "1.0.0", "manifestName" : "Common", "subManifests" : [{"manifestName" : "GAB", "definition" : "GAB/GAB.manifest.cdm.json"}, {"manifestName" : "Customer", "definition" : "Customer/Customer.manifest.cdm.json"}, {"manifestName" : "Currency", "definition" : "Curre...
json_instruct
{"type": "object", "properties": {"documentVersion": {"type": "string"}, "jsonSchemaSemanticVersion": {"type": "string"}, "manifestName": {"type": "string"}, "subManifests": {"type": "array", "items": {"type": "object", "properties": {"manifestName": {"type": "string"}, "definition": {"type": "string"}}, "required": ["...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"size": {"type": "string"}, "idiom": {"type": "string"}, "filename": {"type": "string"}, "scale": {"type": "string"}}, "required": ["size", "idio...
{"images" : [{"size" : "16x16", "idiom" : "mac", "filename" : "AppleHelpDemo16.png", "scale" : "1x"}, {"size" : "16x16", "idiom" : "mac", "filename" : "AppleHelpDemo32-1.png", "scale" : "2x"}, {"size" : "32x32", "idiom" : "mac", "filename" : "AppleHelpDemo32.png", "scale" : "1x"}, {"size" : "32x32", "idiom" : "mac", "f...
json_instruct
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"size": {"type": "string"}, "idiom": {"type": "string"}, "filename": {"type": "string"}, "scale": {"type": "string"}}, "required": ["size", "idiom", "filename", "scale"]}}, "info": {"type": "object", "properties": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Australia: its discovery, early history, scenery, industries, natives, animals, birds and plants A lecture by Cumberland Clark ... ", "author" : "Clark, Cumberland, 1862-", "id" : "006577186"}, {"title" : "In savage Australia; an account of a hunting and collecting expedition to Arnhem Land and Dampier Lan...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "node...
{"name" : "node-red-contrib-messagebird", "version" : "1.1.0", "description" : "Node-RED nodes for MessageBird service.", "main" : "messagebird.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "node-red" : {"nodes" : {"messagebird" : "messagebird.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": {"test": {"type": "string"}}, "required": ["test"]}, "node-red": {"type": "object", "properties": {"nodes": {"type": "ob...
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" : "nearness", "definition" : "The state or quality of being near; -- used in the various senses of the adjective."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "LoopBack Workspace Documentation", "content" : ["models/component-definition.js", "models/data-source-definition.js", "models/database-column.js", "models/definition.js", "models/model-access-control.js", "models/model-definition.js", "models/model-method.js", "models/model-property.js", "models/model-relat...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 31950, "cartId" : "b895fe14-628a-47e6-b466-fa91b18fa8ad", "preferredProducts" : [4320], "productReviews" : [{"productId" : 777, "reviewText" : "My beagle loves to play with it.", "reviewDate" : "2016-09-01T11:00:29.7490733+03:00"}, {"productId" : 1107, "reviewText" : "This seize works very well. It persiste...
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": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type"...
{"name" : "N\u1ea5m R\u01a1m Gi\u00f3", "description" : "Lo\u1ea1i n\u1ea5m l\u1edbn l\u00ean trong gi\u00f3, tr\u00e0n \u0111\u1ea7y nh\u1ef1a s\u1ed1ng nh\u01b0 gi\u00f3, nu\u00f4i d\u01b0\u1ee1ng cu\u1ed9c s\u1ed1ng.", "sortorder" : 801, "category" : "EXCHANGE", "materialtype" : "\u0110\u1eb7c S\u1ea3n Khu V\u1ef1c ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "sortorder", "category", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"typ...
{"Id" : "gun_MP5 (5)1332734", "IsStatic" : false, "useGravity" : false, "randomRotation" : false, "Position" : {"x" : -123.115, "y" : -2.951, "z" : -353.152}, "Rotation" : {"x" : -1.70754731e-06, "y" : 15.5666809, "z" : 90}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5c8a662586f774206c60cbc8", "Items" ...
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "...