input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[90, 152], [78, 143], [53, 141], [87, 140], [94, 138], [99, 133], [122, 133], [44, 131], [113, 131], [53, 130], [62, 130], [89, 128], [91, 116], [74, 115], [97, 112], [122, 110], [54, 105], [97, 103], [32, 100], [46, 97], [37, 96], [97, 96], [12, 93], [23, 93], [29, 92], [52, 92], [102, 92], [123, 89], [...
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email...
{"id" : 210126, "name" : "Catan Universe Full Window 2021", "description" : "Makes Catan Universe full window, working as of 2021.", "user" : {"id" : 1218106, "name" : "anemochore", "email" : "redacted", "paypal_email" : null, "homepage" : "https://github.com/anemochore/", "about" : null, "license" : "publicdomain"}, "...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "string"}, "abo...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items...
{"t" : "misanga'ay", "h" : [{"d" : [{"f" : "\u6b63\u5728\u88fd\u9020\u3001\u4fee\u9020\u3001\u4fee\u7406\u4e86\u3002", "e" : ["\ufff9`Misanga'~`ay~ `ca~`nira~ `to~ `xaxaw~.\ufffa\ufffb\u4ed6\u5011\u6b63\u5728\u4fee\u7406\u5c0f\u92e4\u8349\u5668\uff08\u5c0f\u92e4\u982d\uff09\u3002", "\ufff9`Misanga'~`ay~ `ko~ `singsi~ `...
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit...
{"schema_version" : "1.2.0", "id" : "GHSA-xg5x-8687-g7x5", "modified" : "2022-05-13T01:35:29Z", "published" : "2022-05-13T01:35:29Z", "aliases" : ["CVE-2018-0280"], "details" : "A vulnerability in the Real-Time Transport Protocol (RTP) bitstream processing of the Cisco Meeting Server could allow an unauthenticated, rem...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"arrowAction:": {"type": "string"}, "grouped": {"type": "string"}, "operator:wording:helpString:": {"type": ...
{"class" : {}, "instance" : {"arrowAction:" : "sw 6/25/2007 17:42", "grouped" : "sw 6/10/2007 03:20", "operator:wording:helpString:" : "sw 6/20/2007 02:39", "options" : "sw 6/25/2007 17:19", "removeFunction" : "sw 6/10/2007 01:40", "setOperator:" : "sw 6/10/2007 03:43", "showOptions" : "KR 10/30/2009 12:28", "storeCode...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"arrowAction:": {"type": "string"}, "grouped": {"type": "string"}, "operator:wording:helpString:": {"type": "string"}, "options": {"type": "string"}, "removeFunction": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "a...
{"name" : "black/common", "type" : "library", "description" : "Common Library for Black projects", "keywords" : ["library", "black-project", "common"], "homepage" : "http://www.lablackroom.com", "license" : "MIT", "authors" : [{"name" : "Alexandre 'pocky' Balmes", "email" : "alexandre@lablackroom.com", "homepage" : "ht...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Cosmic\\": {"type": "string"}, "App\...
{"name" : "cosmic/framework", "description" : "Composed-based framework. Includes complex view templating, classic routing and common day utilities, using a MVC pattern.", "type" : "library", "autoload" : {"psr-4" : {"Cosmic\\" : "src/Cosmic/", "App\\Controllers\\" : "app/Controllers/", "App\\Models\\" : "app/Models/",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Cosmic\\": {"type": "string"}, "App\\Controllers\\": {"type": "string"}, "App\\Models\\": {"type": "strin...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"jquery.data-remote.js": {"type": "string"}, "jquery.data-remote.min.js": {"type": "string"}}, "required": ["jquery.data-remote.js", "jquery.data-remote.min.js"], "$schema": "http://json-schema.org/draft-07/sc...
{"jquery.data-remote.js" : "sha512-s6K5XBSVpzwRbVbi4hR3eVbwcmiLUtuOaBKJqda0lWM2yrA6E2d2c3pti0doaE8XrdxgWx7xT3Wcl5bWQb48cA==", "jquery.data-remote.min.js" : "sha512-r7bXuMQq9FomsBcZgYD6PFcoIjWJAUAV5q2183qiWcA8mzoTEXEcX0huc9k0LNnU8ngty3klD+2pwkWJoCybSQ=="}
json_instruct
{"type": "object", "properties": {"jquery.data-remote.js": {"type": "string"}, "jquery.data-remote.min.js": {"type": "string"}}, "required": ["jquery.data-remote.js", "jquery.data-remote.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "data": {"type": "object", "properties": {"mapname": {"type": "array", "items": {"type": "s...
{"meta" : {"name" : "shiptag", "version" : "2018/09/12/01"}, "data" : {"mapname" : ["E1", "E2", "E3", "E4", "E5", "E5"], "color" : ["#9E9E9E", "#B8CC70", "#569E44", "#FF9800", "#03A9F4", "#673AB7"], "fleetname" : {"zh-CN" : ["\u8b66\u6212\u90e8\u961f", "\u6d77\u5ce1\u6d3e\u9063\u8230\u961f", "\u897f\u65b9\u4f5c\u6218\u...
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "data": {"type": "object", "properties": {"mapname": {"type": "array", "items": {"type": "string"}}, "color": {"type": "array", "items": {"type": "str...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "originalId": {"type": "string"}, "sourceGame": {"type": "string"}, "objectType": {"type": "string...
{"id" : "rct2.ww.tmarch2", "authors" : ["Frontier Studios"], "version" : "1.0", "originalId" : "0CBCFD13|TMARCH2 |18B902B1", "sourceGame" : "rct2ww", "objectType" : "scenery_wall", "properties" : {"height" : 8, "price" : 50}, "images" : ["$RCT2:OBJDATA/TMARCH2.DAT[0..5]"], "strings" : {"name" : {"en-GB" : "Maharaja Pal...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "originalId": {"type": "string"}, "sourceGame": {"type": "string"}, "objectType": {"type": "string"}, "properties": {"type": "object", "properties": {"height": {"type": "...
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" : "520281001003", "text" : "\u767d\u5ca9\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520281001004", "text" : "\u4e1c\u6cb3\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520281001005", "text" : "\u4ea6\u8d44\u5b54\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520281001006", "text" : "\u7533\u5bb6\u5c6f\u5c45\u6c11\u59d4\u5...
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object...
{"copyright_text" : "Standard YouTube License", "description" : "Especially in the world of microservices - where applications are part of the same machinery, yet able to work independently - we can leverage the fact that different programming languages have different strengths to the fullest and harness them without y...
json_instruct
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"t...
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"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "st...
{"name" : "supergulp", "version" : "1.0.0", "description" : "Learn Gulp by building an awesome development environment", "main" : "index.js", "license" : "MIT", "scripts" : {"dev" : "gulp dev", "build" : "gulp build"}, "devDependencies" : {"gulp" : "^4.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "I urge forward", "long" : "I lead forward, lead on; met: I induce, incite, urge."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/sche...
[{"name" : "HILDTRAUT", "frequency" : 4, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "stri...
{"id" : "PHL339H1F20199", "code" : "PHL339H1F", "name" : "Indian Philosophy", "description" : "An introduction to the main schools of Indian philosophical thought (Nyaya, Vaisesika, Samkhya, Yoga, Purva Mimamsa, and Vedanta) and their approach to fundamental problems of philosophy such as epistemology and ethics.", "di...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "dynamic_config": {"type": "integer"}, "generated_by": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "me...
{"abstract" : "ordered associative arrays for Perl", "author" : ["Gurusamy Sarathy gsar@umich.edu"], "dynamic_config" : 0, "generated_by" : "Module::Build version 0.4216", "license" : ["perl_5"], "meta-spec" : {"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", "version" : "2"}, "name" : "Tie-IxHash", "p...
json_instruct
{"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "dynamic_config": {"type": "integer"}, "generated_by": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "meta-spec": {"type": "object", "properties": {"url": {"type":...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "htt...
[{"date" : "2022-03-27", "total" : 3831, "delta" : 9, "version" : "1.0.0"}, {"date" : "2022-04-01", "total" : 3843, "delta" : 12, "version" : "1.0.0"}, {"date" : "2022-04-02", "total" : 3845, "delta" : 2, "version" : "1.0.0"}, {"date" : "2022-04-08", "total" : 3861, "delta" : 16, "version" : "1.0.0"}, {"date" : "2022-0...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "content"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "About", "content" : "The WebStorm Essentials book gives you a review of WebStorm's features, and teaches you the best practices of using WebStorm."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "content"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["ansi-graphics", "boilerplate-gif", "facebook-gif-ads", "gif-creation-service", "instagram-gif", "minicanvas", "nightmare-animated-gif", "shots", "tabindex", "text-meme", "th-extractor", "wizzy", "xrec"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"/umi.css": {"type": "string"}, "/umi.js": {"type": "string"}, "/favicon.png": {"type": "string"}, "/home_bg.png": {"type": "string"}, "/icons/icon-128x128.png": {"type": "string"}, "/icons/icon-192x192.png": {"type": "strin...
{"/umi.css" : "/umi.4634196d.css", "/umi.js" : "/umi.b0adb797.js", "/favicon.png" : "/favicon.png", "/home_bg.png" : "/home_bg.png", "/icons/icon-128x128.png" : "/icons/icon-128x128.png", "/icons/icon-192x192.png" : "/icons/icon-192x192.png", "/icons/icon-512x512.png" : "/icons/icon-512x512.png", "/index.html" : "/inde...
json_instruct
{"type": "object", "properties": {"/umi.css": {"type": "string"}, "/umi.js": {"type": "string"}, "/favicon.png": {"type": "string"}, "/home_bg.png": {"type": "string"}, "/icons/icon-128x128.png": {"type": "string"}, "/icons/icon-192x192.png": {"type": "string"}, "/icons/icon-512x512.png": {"type": "string"}, "/index.ht...
The schema below describes a JSON structure. Generate a valid example: {"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"]}}...
[{"label" : "Animal", "normalizedVertices" : [{"x" : 0.103058815, "y" : 0.3204706}, {"x" : 0.37247056, "y" : 0.3204706}, {"x" : 0.37247056, "y" : 0.6298824}, {"x" : 0.103058815, "y" : 0.6298824}], "score" : 0.5628475}]
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "object", "properties...
{"name" : "generator-unger", "version" : "0.1.0", "description" : "Simple generator for my personal projects", "keywords" : ["yeoman-generator"], "homepage" : "https://github.com/unger/generator-unger", "license" : {"type" : "MIT", "url" : "https://github.com/unger/generator-unger/blob/master/LICENSE"}, "dependencies" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-76.530858, 40.330651], [-76.524185, 40.33195], [-76.524922, 40.335656], [-76.523773, 40.335829], [-76.523935, 40.337308], [-76.506221, 40.339328], [-76.505911, 40.337257], [-76.48752, 40.340245], [-76.484892, 40.330124],...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"site_name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "locale": {"type": "string"}, "author": {"type": "string"}}, "required": ["site_name", "ti...
{"site_name" : "Starter", "title" : "Datkira Blog", "description" : "I am experienced in designing websites, specifical is Frontend Developer. I would like to create beautiful and friendly websites for the user. ", "url" : "https://datkira.com", "locale" : "en", "author" : "Datkira"}
json_instruct
{"type": "object", "properties": {"site_name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "locale": {"type": "string"}, "author": {"type": "string"}}, "required": ["site_name", "title", "description", "url", "locale", "author"], "$schema": "http://json...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, ...
{"lastUpdated" : 1655019279666, "username" : "Usada Pekora", "scores" : [{"xp" : 11824, "rank" : 302, "cardId" : 479}, {"xp" : 597, "rank" : 390, "cardId" : 666}, {"xp" : 3472, "rank" : 164, "cardId" : 742}, {"xp" : 507, "rank" : 345, "cardId" : 743}, {"xp" : 379, "rank" : 301, "cardId" : 730}, {"xp" : 16564, "rank" : ...
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "cackle", "definition" : "1. To make a sharp, broken noise or cry, as a hen or goose does. When every goose is cackling. Shak. 2. To laugh with a broken noise, like the cackling of a hen or a goose; to giggle. Arbuthnot. 3. To talk in a silly manner; to prattle. Johnson.\n\n1. The sharp broken noise made by a...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}...
{"name" : "reformat.js", "version" : "0.1.9", "description" : "javascript bioinformatics format converter and validator", "main" : "src/reformat.js", "directories" : {"example" : "example"}, "repository" : {"type" : "git", "url" : "git+https://github.com/zy4/reformat.js.git"}, "keywords" : ["alignment", "format", "conv...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}, "repository": {"type": "object", "properties": {"type": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "arr...
{"categories" : [], "equivalent" : [], "manufacturer" : "Zippy", "name" : "Compact 1800mAh 3s 40c Lipo Pack", "replacement" : [], "subpart" : [], "urls" : {"manufacturer" : [], "related" : []}, "variants" : [{"location" : "International Warehouse", "price" : "$24.63", "stock_state" : "in_stock", "stock_text" : "4", "ur...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties":...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07...
[{"name" : "JUAN-PABLO", "frequency" : 2, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "statio...
{"station" : [{"pref_cd" : 5, "line_cd" : 11214, "line_name" : "JR\u7fbd\u8d8a\u672c\u7dda", "station_cd" : 1121459, "station_g_cd" : 1121459, "station_name" : "\u7fbd\u5f8c\u725b\u5cf6", "lon" : 140.116467, "lat" : 39.695834}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "...
{"name" : "DJLocalization", "version" : "1.2.0", "summary" : "Localization system for iOS", "description" : "This framework should be used for apps that need to be able to switch the active language at runtime.", "homepage" : "https://bitbucket.org/djbe/djlocalization", "license" : "MIT", "authors" : {"David Jennes" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"David Jennes": {"type": "string"}}, "required": ["Da...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type...
{"type" : "bundle", "id" : "bundle--d3b8eaf2-8d5b-411a-b007-5c9e1fae113f", "spec_version" : "2.0", "objects" : [{"created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "source_ref" : "intrusion-set--f9c06633-dcff-48a1-85...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "...
{"code" : "778", "description" : "", "label" : "Nicht-Einhalten der einzuleitenden Eingriffsprozeduren", "language" : "DE", "uuid" : "69fc21d3-4591-11e9-9173-0800277f0571"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"postal.js": {"type": "string"}, "postal.min.js": {"type": "string"}}, "required": ["postal.js", "postal.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"postal.js" : "sha256-YFUhd7lOSV7lWx5RYYOuaNN8193H/9CdcCGV8TKWezQ=", "postal.min.js" : "sha256-NMJk+8EWam77asHwneUUcRMwPFbUs9kTBsmdDdaUsW4="}
json_instruct
{"type": "object", "properties": {"postal.js": {"type": "string"}, "postal.min.js": {"type": "string"}}, "required": ["postal.js", "postal.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "OPUA", "frequency" : 1, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "mackerel", "definition" : "A pimp; also, a bawd. [Obs.] Halliwell.\n\nAny species of the genus Scomber, and of several related genera. They are finely formed and very active oceanic fishes. Most of them are highly prized for food. Note: The common mackerel (Scomber scombrus), which inhabits both sides of the...
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": {"component": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "qualifier": {"type": "string"}, "measures": {"type": "array", "items": {"type": "object", "properties": {"metric": {"type": ...
{"component" : {"key" : "gosq", "name" : "GOSQ", "qualifier" : "GOS", "measures" : [{"metric" : "ncloc", "value" : "15000"}]}}
json_instruct
{"type": "object", "properties": {"component": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "qualifier": {"type": "string"}, "measures": {"type": "array", "items": {"type": "object", "properties": {"metric": {"type": "string"}, "value": {"type": "string"}}, "required": ["metr...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"ty...
{"code" : 3172090003, "parent" : 3172090, "name" : "JATINEGARA KAUM", "latitude" : null, "longitude" : null, "postal" : [13250], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "driver": {"type": "string"}, "driver_info": {"type": "object", "properties": {"ipmi_username": {"type": "string"}, "ipmi_password": {"type": "string"}}, "required": ["ipmi_username", "ipm...
{"name" : "test_node", "driver" : "agent_ipmitool", "driver_info" : {"ipmi_username" : "ADMIN", "ipmi_password" : "password"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "driver": {"type": "string"}, "driver_info": {"type": "object", "properties": {"ipmi_username": {"type": "string"}, "ipmi_password": {"type": "string"}}, "required": ["ipmi_username", "ipmi_password"]}}, "required": ["name", "driver", "driver_info"], "$schem...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1951, 7], [1955, 5]]
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": "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" : [[[125.25, 37.25], [125.25, 37.333333333333336], [125.375, 37.333333333333336], [125.375, 37.25], [125.25, 37.25]]]}, "properties" : {"code" : 552572, "url" : "http://madefor.github.io/0410/api/v1/552572.geojson", "view" : "https://github.com/madefo...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"/assets/javascripts/page1.js": {"type": "string"}, "/assets/javascripts/shared.js": {"type": "string"}}, "required": ["/assets/javascripts/page1.js", "/assets/javascripts/shared.js"], "$schema": "http://json-schema...
{"/assets/javascripts/page1.js" : "/assets/javascripts/page1-1.0.0.js", "/assets/javascripts/shared.js" : "/assets/javascripts/shared-1.0.0.js"}
json_instruct
{"type": "object", "properties": {"/assets/javascripts/page1.js": {"type": "string"}, "/assets/javascripts/shared.js": {"type": "string"}}, "required": ["/assets/javascripts/page1.js", "/assets/javascripts/shared.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"configs": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "content": {"type": "string"}, "content_hash": {"type": "string"}, "config_set": {"type": "string"}, "revision": {"type": "strin...
{"configs" : [{"url" : "https://example.com/project/sources/+/0123456789abcdef/configs/chromeperf-sheriff.cfg", "content" : "c3Vic2NyaXB0aW9uczogewoJbmFtZTogIkNvbmZpZyAxIiwKCWNvbnRhY3RfZW1haWw6ICJjb25maWctMUBleGFtcGxlLmNvbSIsCglidWdfbGFiZWxzOiBbIlNvbWUtTGFiZWwiXSwKCWJ1Z19jb21wb25lbnRzOiBbIlNvbWU+Q29tcG9uZW50Il0sCglydWx...
json_instruct
{"type": "object", "properties": {"configs": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "content": {"type": "string"}, "content_hash": {"type": "string"}, "config_set": {"type": "string"}, "revision": {"type": "string"}}, "required": ["url", "content", "content_hash", "confi...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"agcgw": {"type": "object", "properties": {"websocketbackurl": {"type": "string"}, "backurl": {"type": "string"}, "websocketurl": {"type": "string"}, "url": {"type": "string"}}, "required": ["websocketbackurl", "backurl", "w...
{"agcgw" : {"websocketbackurl" : "connect-ws-dra.hispace.dbankcloud.cn", "backurl" : "connect-dra.dbankcloud.cn", "websocketurl" : "connect-ws-dra.hispace.dbankcloud.com", "url" : "connect-dra.hispace.hicloud.com"}, "client" : {"appType" : "1", "cp_id" : "2640095000000640540", "product_id" : "736430079244794725", "clie...
json_instruct
{"type": "object", "properties": {"agcgw": {"type": "object", "properties": {"websocketbackurl": {"type": "string"}, "backurl": {"type": "string"}, "websocketurl": {"type": "string"}, "url": {"type": "string"}}, "required": ["websocketbackurl", "backurl", "websocketurl", "url"]}, "client": {"type": "object", "propertie...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"deps": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "root": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["deps", "name"...
{"deps" : ["fuchsia.location"], "name" : "fuchsia.location.position", "root" : "fidl/fuchsia.location.position", "sources" : ["fidl/fuchsia.location.position/position.fidl"], "type" : "fidl_library"}
json_instruct
{"type": "object", "properties": {"deps": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "root": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["deps", "name", "root", "sources", "type"], "$schema": "http://json-schem...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"374706": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["374706"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"374706" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"374706": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["374706"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "date": {"type": "string"}, "evaluation": {"type": "object", "properties": {"admiraltyCode": {"type": "string"}, "credibility": {"type": "integer"}, "reliability": {"type": "integer"}...
{"contacts" : [], "date" : "2021-01-12T02:22:18+00:00", "evaluation" : {"admiraltyCode" : "B2", "credibility" : 80, "reliability" : 80, "severity" : "orange", "tlp" : "amber", "ttl" : 30}, "id" : "6009637a1135cd001ef46e21", "portalLink" : "https://bt.group-ib.com/attacks/deface?searchValue=id:6009637a1135cd001ef46e21",...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "date": {"type": "string"}, "evaluation": {"type": "object", "properties": {"admiraltyCode": {"type": "string"}, "credibility": {"type": "integer"}, "reliability": {"type": "integer"}, "severity": {"type": "string"}, "tlp": {"type": "string"}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"pageProps": {"type": "object", "properties": {"content": {"type": "string"}, "frontMatter": {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}, "date": {"type": "string"}, "topics": {...
{"pageProps" : {"content" : "\r\n_Live expressions_ allows us to watch a JavaScript expression over time. The expression is evaluated and pinned at the top of the _Console_. It shows the value of expression in real-time.\r\n\r\nIt's very useful in some use cases such as\r\n\r\n- Track CSS properties that are changed ...
json_instruct
{"type": "object", "properties": {"pageProps": {"type": "object", "properties": {"content": {"type": "string"}, "frontMatter": {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}, "date": {"type": "string"}, "topics": {"type": "string"}}, "required": ["title", "category", "date...
Create an example JSON object that satisfies this schema: {"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", "pro...
{"id" : "a9290a1b-2232-4b61-8031-a7193aed32b5", "playerTags" : [], "teamTags" : ["105bc3ff-1320-4e37-8ef0-8d595cb95dd0", "8d87c468-699a-47a8-b40d-cfb73a5660ad"], "gameTags" : ["8bdd0c1d-18fc-4ada-9ab2-2759627fbcf8"], "metadata" : {"play" : 2, "subPlay" : -1}, "created" : "2021-04-15T16:00:06.028Z", "season" : 15, "tour...
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":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", ...
{"localities" : ["Savonburg, KS"], "state" : "KS", "postal_code" : "66772", "locality" : "Savonburg, KS", "lat" : 37.754519, "region" : {"fips" : "20", "abbr" : "KS", "name" : "Kansas"}, "city" : "Savonburg", "type" : "STANDARD", "lng" : -95.206284, "counties" : [{"fips" : "001", "name" : "Allen County"}, {"fips" : "01...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "requir...
{"name" : "vquery", "assets" : [{"files" : ["v.min.js"], "version" : "4.1.0", "mainfile" : "v.min.js"}, {"files" : ["v.min.js"], "version" : "4.2.0", "mainfile" : "v.min.js"}, {"files" : ["v.min.js"], "version" : "4.3.0", "mainfile" : "v.min.js"}, {"files" : ["v.min.js"], "version" : "4.2.1", "mainfile" : "v.min.js"}, ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "o...
[{"c_ref" : "France Mainland", "totals" : {"Cases" : 187986, "Deaths" : 28780}, "daily" : {"Cases" : 169, "Deaths" : 29}}, {"c_ref" : "French Guiana", "totals" : {"Cases" : 499, "Deaths" : 1}, "daily" : {"Cases" : 0, "Deaths" : 0}}, {"c_ref" : "French Polynesia", "totals" : {"Cases" : 60, "Deaths" : 0}, "daily" : {"Cas...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"900104970": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900104971": {"type": "object", "properties...
{"900104970" : {"nama" : "TPS 1", "dapil" : [1601, 11608, 2160504]}, "900104971" : {"nama" : "TPS 2", "dapil" : [1601, 11608, 2160504]}, "900104972" : {"nama" : "TPS 3", "dapil" : [1601, 11608, 2160504]}, "900104973" : {"nama" : "TPS 4", "dapil" : [1601, 11608, 2160504]}, "900104974" : {"nama" : "TPS 5", "dapil" : [160...
json_instruct
{"type": "object", "properties": {"900104970": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900104971": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"Unqiue ID": {"type": "string"}, "Traditional Term Name": {"type": "string"}, "Traditional Term Type": {"type": "string"}, "Date of Registration": {"type": "string"}, "Country of Origin":...
[{"Unqiue ID" : "", "Traditional Term Name" : "Quality (sparkling) wine", "Traditional Term Type" : "In place of PDO/PGI", "Date of Registration" : "31/12/20", "Country of Origin" : "United Kingdom", "Summary of Definition" : "Wine or sparkling wine that is made in England and Wales in accordance with the rules set out...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Unqiue ID": {"type": "string"}, "Traditional Term Name": {"type": "string"}, "Traditional Term Type": {"type": "string"}, "Date of Registration": {"type": "string"}, "Country of Origin": {"type": "string"}, "Summary of Definition": {"type": "string"}, "Langu...
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" : "Kinda\u725b\u4ed4\u5e3d", "ShortName" : "\u725b\u4ed4\u5e3d", "Description" : "\u566b\u2014\u2014\u2014\u2014\u2014\u2014\u54c8\u2014\u2014\u2014\u2014\u2014\u2014\uff01\u6574\u4e0d\u6574\uff1f"}
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": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requir...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[130.0, 22.333333333333332], [130.0, 22.416666666666668], [130.125, 22.416666666666668], [130.125, 22.333333333333332], [130.0, 22.333333333333332]]]}, "properties" : {"code" : 333040, "url" : "http://madefor.github.io/0410/api/v1/333040.geojson",...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"enableRegistration": {"type": "boolean"}}, "required": ["enableRegistration"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"enableRegistration" : true}
json_instruct
{"type": "object", "properties": {"enableRegistration": {"type": "boolean"}}, "required": ["enableRegistration"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"900522594": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900522595": {"type": "object", "properties": {"n...
{"900522594" : {"nama" : "TPS 1", "dapil" : [3508, 13511, 2351804]}, "900522595" : {"nama" : "TPS 2", "dapil" : [3508, 13511, 2351804]}, "900522596" : {"nama" : "TPS 3", "dapil" : [3508, 13511, 2351804]}, "900522597" : {"nama" : "TPS 4", "dapil" : [3508, 13511, 2351804]}, "900522598" : {"nama" : "TPS 5", "dapil" : [350...
json_instruct
{"type": "object", "properties": {"900522594": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900522595": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "spece", "definition" : "Species; kind. [Obs.] Chaucer."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"region": {"type": "string"}, "countryCode": {"type": "string"}, "iddCode": {"type": "string"}, "dialingPlan": {"type": "string"}}, "required": ["region", "countryCode", "iddCode", "dialingPlan"], "$schema": "http:/...
{"region" : "CF", "countryCode" : "236", "iddCode" : "00", "dialingPlan" : "closed"}
json_instruct
{"type": "object", "properties": {"region": {"type": "string"}, "countryCode": {"type": "string"}, "iddCode": {"type": "string"}, "dialingPlan": {"type": "string"}}, "required": ["region", "countryCode", "iddCode", "dialingPlan"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type"...
{"name" : "@miez/redux-store-helpers", "version" : "0.1.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "jest", "test:watch" : "npm test -- --watch", "dev:watch" : "tsc --watch", "build" : "tsc"}, "author" : "", "license" : "MIT", "dependencies" : {"@types/immutability-helper" : "^2.0.15", "@types/lo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type": "string"}, "dev:watch": {"type": "string"}, "build": {"type": "strin...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["511903100001", "\u56e2\u7ed3\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["511903100008", "\u9ad8\u5e97\u5b50\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["511903100009", "\u4f55\u5bb6\u575d\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["511903100010", "\u4e94\u90ce\u5e99\u793e\u533a\u5c45\u6c11\u59d4\...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc2...
{"\uc774\ub984" : "\uad8c\uc740\ud76c", "\ud55c\ubb38\uba85" : "\u6b0a\u57a0\u5e0c", "\uc0dd\ub144\uc6d4\uc77c" : "1974-02-15", "\uc815\ub2f9" : "\uc0c8\uc815\uce58\ubbfc\uc8fc\uc5f0\ud569", "\uc120\uac70\uad6c" : "\uad11\uc8fc \uad11\uc0b0\uad6c\uc744", "\ub2f9\uc120\ud69f\uc218" : "3\uc120", "\ub2f9\uc120\ub300\uc218...
json_instruct
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "strin...
[{"namaKab" : "KARAWANG", "originalFilename" : "4x6.jpg", "namaPartai" : "Partai Solidaritas Indonesia", "id" : 296595, "noUrut" : 1, "nama" : "ERICK MARTHINUS SIDEBANG", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KARAWANG", "originalFilename" : "img084.jpg", "namaPartai" : "Partai Solidaritas Indonesia", "id" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra...
{"directions" : ["Melt the butter in a large skillet over medium-high heat. Fry the ham on both sides in the butter until browned. Lay the sliced apple over the ham. Pour the syrup over the apples. Reduce heat to medium, and simmer, stirring occasionally until the apples are cooked through.", "Sprinkle with cinnamon, a...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Accounting", "description" : "An accounting VR game.", "url" : "https://accountingvr.com/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01004531": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"},...
{"type" : "Topology", "objects" : {"E01004531" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00022800", "LAD11CD" : "E09000032"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properti...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01004531": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type"...
{"name" : "example_5", "version" : "0.1.0", "description" : ["ReScatter example configuration featuring a choropleth based on fast HTML", "A d3 plot selection control has been integrated"], "main" : "./compare_tsne_umap_configjs", "author" : {"name" : "Baldur van Lew", "email" : "bdotvanunderscorelewatlumcdotnl"}, "lic...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "l...
Create an example JSON object that satisfies 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" : "Vauxbons", "circ" : "1\u00e8re circonscription", "dpt" : "Haute-Marne", "inscrits" : 59, "abs" : 29, "votants" : 30, "blancs" : 3, "nuls" : 1, "exp" : 26, "res" : [{"nuance" : "LR", "nom" : "M. Adrien GUEN\u00c9", "voix" : 15}, {"nuance" : "REM", "nom" : "Mme B\u00e9rang\u00e8re ABBA", "voix" : 11}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"...
{"name" : "jasny/typecast", "type" : "library", "description" : "Type casting with basic logic", "keywords" : ["type casting"], "license" : "MIT", "homepage" : "http://jasny.github.com/typecast", "authors" : [{"name" : "Arnold Daniels", "email" : "arnold@jasny.net", "homepage" : "http://www.jasny.net"}], "support" : {"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-66.406034, 18.45006], [-66.403126, 18.452032], [-66.401655, 18.451829], [-66.400456, 18.458531], [-66.396443, 18.47186], [-66.396353, 18.475038], [-66.394535, 18.476491], [-66.394421, 18.478234], [-66.393725, 18.478827],...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"skipTip": {"type": "boolean"}, "scripts": {"type": "array", "items": {"type": "object", "properties": {"say": {"type": "string"}, "actor": {"type": "integer"}, "side": {"type": "integer"}, "dir": {"type": "inte...
{"skipTip" : false, "scripts" : [{"say" : "\ubd84\uc11d \ubaa8\ub4c8 \ub3d9\uae30\ud654 \uc911: \uc9c0\ud718\uad00\ub2d8, \ud574\uc5ed\uc5d0 \uc874\uc7ac\ud558\ub294 \uc774\uc0c1 \ud574\ub958\uac00 \ud568\ub300\uc758 \uc774\ub3d9\uc744 \uac00\ub85c\ub9c9\ub294 \ubd09\uc1c4 \uad6c\uc5ed\uc744 \ud615\uc131\ud588\uc2b5\ub...
json_instruct
{"type": "object", "properties": {"skipTip": {"type": "boolean"}, "scripts": {"type": "array", "items": {"type": "object", "properties": {"say": {"type": "string"}, "actor": {"type": "integer"}, "side": {"type": "integer"}, "dir": {"type": "integer"}, "paintingNoise": {"type": "boolean"}, "typewriter": {"type": "object...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "rootDir": {"type": "string"}, "composite": {"type": "bo...
{"extends" : "../../tsconfig.json", "include" : ["src/**/*", "../../typings/**/*"], "compilerOptions" : {"outDir" : "./dist", "rootDir" : "./src", "composite" : true}, "references" : [{"path" : "../../plugins/babel"}, {"path" : "../cli-plugin"}, {"path" : "../config"}, {"path" : "../../plugins/console"}, {"path" : "../...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "rootDir": {"type": "string"}, "composite": {"type": "boolean"}}, "required": ["outDir", "rootDir", "composite"]}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"github": {"type": "string"}, "user": {"type": "string"}}, "required": ["github", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"github" : "https://github.com/hoshsadiq", "user" : "hosh"}
json_instruct
{"type": "object", "properties": {"github": {"type": "string"}, "user": {"type": "string"}}, "required": ["github", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": ...
{"asset" : {"format" : "jpg", "id" : "95e415972f4c14c15f3d086f48bb2fd9", "name" : "0137_02503_b.jpg", "path" : "file:C:/Users/truon/Downloads/GreenParking/0137_02503_b.jpg", "size" : {"width" : 472, "height" : 303}, "state" : 2, "type" : 1}, "regions" : [{"id" : "bgpYJgUS6", "type" : "RECTANGLE", "tags" : ["license_Pla...
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "heig...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "activationCommands": {"type": "object", "propertie...
{"name" : "mcd-decode", "main" : "./lib/mcd-decode", "version" : "0.6.0", "description" : "A decoder for a very specific message", "keywords" : [], "activationCommands" : {"atom-text-editor" : "mcd-decode:decode"}, "repository" : "https://github.com/laggedHero/mcd-decode", "license" : "MIT", "engines" : {"atom" : ">=1....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "activationCommands": {"type": "object", "properties": {"atom-text-editor": {"type": "string"}}, "required": ["atom-text...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, ...
{"name" : "travis/workbench", "description" : "A standalone PHP app for developing Composer packages.", "license" : "MIT", "repositories" : [{"type" : "vcs", "url" : "git@github.com:swt83/php-dump.git"}], "require" : {"wikimedia/composer-merge-plugin" : "dev-master", "travis/dump" : "dev-master"}, "extra" : {"merge-plu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require": {"type": "object"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descriptio...
{"title" : "\u5c11\u5973\u3075\u305c\u3090", "author" : "kumasumi", "description" : "TDA\u5f0f\u5973\u4e3b\u4eba\u516c-\u672a\u5b9a\u4e8b\u4ef6\u7c3f<br>\u7981\u6b62\u8f6c\u8f7dundefinedDoundefinednotundefinedre-upload", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2031916/thumb...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "bkmk": {"type": "string"}, "name": {"type": "string"}, "busstop": {"type": "string"}, "line": {"type": "string"}, "destination": {"type": "string"}, "notes": {"type": "object", "properties": {}, "requir...
{"id" : "0710213", "bkmk" : "kmtb-b0710213", "name" : "\u56db\u6761\u897f\u6d1e\u9662 \u767a 52\u53f7\u7cfb\u7d71 \u4e03\u672c\u677e\u901a\u3000\u5317\u91ce\u5929\u6e80\u5bae \u7acb\u547d\u9928\u5927\u5b66\u884c\u304d", "busstop" : "\u56db\u6761\u897f\u6d1e\u9662", "line" : "52\u53f7\u7cfb\u7d71", "destination" : "\u7a...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "bkmk": {"type": "string"}, "name": {"type": "string"}, "busstop": {"type": "string"}, "line": {"type": "string"}, "destination": {"type": "string"}, "notes": {"type": "object", "properties": {}, "required": []}, "weekday": {"type": "array", "items": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-resource": {"type": "string"}, "angular-route": {"type": "string"},...
{"authors" : ["Azmi \u015eAH\u0130N <bilgi@azmisahin.com>"], "dependencies" : {"angular" : "~1.4.3", "angular-resource" : "1.5.2", "angular-route" : "1.5.2", "angular-sanitize" : "1.5.2", "angular-ui-router" : "0.2.18", "bootstrap-css" : "~3.3.4", "animate-css" : "3.5.1", "headjs" : "1.0.3", "jquery-ui" : "~1.11.4"}, "...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-resource": {"type": "string"}, "angular-route": {"type": "string"}, "angular-sanitize": {"type": "string"}, "angular-ui-router": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "guideName": {"type": "string"}, "image": {"type": "string"}, "pageLinks": {"type": "array", "items": {}}, "metaData": {"type": "object", "properties": {...
{"id" : 1, "title" : "Curator's House", "guideName" : "demo-guide", "image" : "curators-house.jpg", "pageLinks" : [], "metaData" : {"tag" : ["sku:1908931515", "trail"]}, "etag" : "d2817fe06ca4c9c269d411c16f0352ee", "text" : "Where the curator used to live"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "guideName": {"type": "string"}, "image": {"type": "string"}, "pageLinks": {"type": "array", "items": {}}, "metaData": {"type": "object", "properties": {"tag": {"type": "array", "items": {"type": "string"}}}, "required": ["tag"]},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"allTagsPath": {"type": "string"}, "slug": {"type": "string"}, "name": {"type": "string"}, "count": {"type": "integer"}, "permalink": {"type": "string"}}, "required": ["allTagsPath", "slug", "name", "count", "permal...
{"allTagsPath" : "/blog/tags", "slug" : "api", "name" : "api", "count" : 1, "permalink" : "/blog/tags/api"}
json_instruct
{"type": "object", "properties": {"allTagsPath": {"type": "string"}, "slug": {"type": "string"}, "name": {"type": "string"}, "count": {"type": "integer"}, "permalink": {"type": "string"}}, "required": ["allTagsPath", "slug", "name", "count", "permalink"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"sash.hoverBorder": {"type": "string"}, "statusBar.background": {"type": "string"}, "statusBar.foreground": {"type": "string"}, "statusBarItem.hoverBackground": {...
{"workbench.colorCustomizations" : {"sash.hoverBorder" : "#fff5ab", "statusBar.background" : "#ffef78", "statusBar.foreground" : "#15202b", "statusBarItem.hoverBackground" : "#ffe945", "statusBarItem.remoteBackground" : "#ffef78", "statusBarItem.remoteForeground" : "#15202b", "titleBar.activeBackground" : "#ffef78", "t...
json_instruct
{"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"sash.hoverBorder": {"type": "string"}, "statusBar.background": {"type": "string"}, "statusBar.foreground": {"type": "string"}, "statusBarItem.hoverBackground": {"type": "string"}, "statusBarItem.remoteBackground": {"ty...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"avatar.png": {"type": "object", "properties":...
{"address" : "1RedkCkVaXuVXrqCMpoXQS29bwaqsuFdL", "cert_auth_type" : "web", "cert_sign" : "HJxLOnrcdYRMnZKhjERJDnSKcwwCGD6uMQsAfLR6zPpt/RkSZx6N3jRskaiiTWGkwxfRIoQRErjoPxtAdMmtlSg=", "cert_user_id" : "wigy@zeroid.bit", "files" : {"avatar.png" : {"sha512" : "231d2f31aa9de010fb4023d79e985521e91870c75a6d9f873e22502a8073d83...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"avatar.png": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "st...
{"name" : "formio-cli", "version" : "1.3.0", "description" : "The Form.io Command Line Interface application.", "main" : "index.js", "scripts" : {"test" : "env TEST_SUITE=1 mocha ./test -b -t 60000", "lint" : "eslint *.js **/**.js src/**.js src/**/**.js"}, "author" : "", "license" : "MIT", "bin" : {"formio" : "./bin/fo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "lint"]}, "author": {"type": "string"}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"http-basic": {"type": "object", "properties": {"backpackforlaravel.com": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}}...
{"http-basic" : {"backpackforlaravel.com" : {"username" : "nnbzh", "password" : "admin"}}}
json_instruct
{"type": "object", "properties": {"http-basic": {"type": "object", "properties": {"backpackforlaravel.com": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}}, "required": ["backpackforlaravel.com"]}}, "required": ["http-basic"], "$s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string...
{"name" : "dottype", "version" : "0.0.12", "description" : "Base classes for DotType", "author" : "DotType", "license" : "Apache-2.0", "repository" : {"type" : "git", "url" : "git+https://github.com/dottype/DotType.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "stri...
{"type" : "FeatureCollection", "title" : "Bitylion", "id" : "687865", "bbox" : [34.097015, 31.221585, 34.097015, 31.221585], "description" : "An ancient place, cited: BAtlas 70 E3 Bitylion", "names" : ["Bitylion"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [34.097015, 31.221585]...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "autopsical", "definition" : "Pertaining to autopsy; autoptical. [Obs.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "...
{"index" : 8536, "hash" : 3330689068, "artDyeHash" : 3330689068, "redacted" : false, "dyeManifestHash" : 267124268, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "ti...
{"body" : "- A program that generates ASCII pictures of a cow with a message.\r\n- Spack is missing this important package.\r\n- This is used by @ArangoGutierrez the ISC19 Singularity tutorial, so we clearly need it in Spack.\r\n\r\n```\r\n$ cowsay spack needs more moo\r\n ______________________ \r\n< spack needs more ...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "THE SPEAKER AND HEARER HAD NECESSARILY THE SAME PRECISE IDEAS.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/8677.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"D1000": {"type": "object", "properties": {"name": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"k": {"type": "string"}, "v": {"type": "object", "properties": {"name": {"type": "stri...
{"D1000" : {"name" : "\u7528\u6237\u7c7b\u578b", "items" : [{"k" : "A0001", "v" : {"name" : "Admin", "order" : 1}}, {"k" : "A0002", "v" : {"name" : "Normal", "order" : 2}}]}, "D1001" : {"name" : "\u5b50\u7cfb\u7edf", "items" : [{"k" : "A0001", "v" : {"name" : "Organization-PFTA-Standard", "order" : 1}}, {"k" : "A0002",...
json_instruct
{"type": "object", "properties": {"D1000": {"type": "object", "properties": {"name": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"k": {"type": "string"}, "v": {"type": "object", "properties": {"name": {"type": "string"}, "order": {"type": "integer"}}, "required": ["name", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "...
{"id" : 16050, "source" : "btw", "verse_id" : 17691, "verse_count" : 1, "reference" : "2:5", "title" : "The Lord Invites Covenant Israel to Walk in the Light of the Lord", "html" : " <p> <b>2 Nephi 12:5. Isaiah leaves the millennial day, and goes back to his own time with an invitation and an observation</b>. Twenty...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": ...
{"acadYear" : "2019/2020", "preclusion" : "CS4221", "description" : "This module addresses the design and performance tuning of database applications. The syllabus focuses on relational database applications implemented with relational database management systems. Topics covered include normalisation theory (functional...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "stri...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"authtype": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "readonly": {"type...
{"type" : "object", "properties" : {"authtype" : {"type" : "string", "enum" : ["ALL", "ADNS", "PROXY"], "readonly" : true}, "domain" : {"type" : "string"}, "port" : {"type" : "integer"}, "priority" : {"type" : "integer"}, "target" : {"type" : "string"}, "ttl" : {"type" : "integer"}, "type" : {"type" : "string", "enum" ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"authtype": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "readonly": {"type": "boolean"}}, "required": ["type", "enum", "readonly"]}, "do...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "null"}, "woe:co...
{"id" : "18043417", "url" : "http://collection.cooperhewitt.org/people/18043417/", "name" : "Thomas W. Lamb", "supersedes" : "0", "superseded_by" : "0", "count_objects" : "63", "biography" : null, "woe:country" : null, "date" : "1871 \u2013 1942", "roles" : [{"id" : "35236663", "name" : "Architect", "count_objects" : "...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "null"}, "woe:country": {"type": "null"}, "date": {"type": "string"}, "role...
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" : "conquest:block/olive_log_stump_4"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"p...
{"name" : "usetably/laravel-crowdin-integration", "description" : "Automate translations uploading/downloading", "keywords" : ["crowdin", "laravel"], "license" : "MIT", "type" : "library", "require" : {"php" : "^7.4", "laravel/framework" : "^7.0.0", "elkuku/crowdin-api" : "^2.0", "zanysoft/laravel-zip" : "^1.0"}, "requ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "s...