input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"...
[{"id" : 65962, "Name" : "Anse Cochon", "state_id" : 3761, "state_code" : "12", "state_name" : "Canaries", "country_id" : 186, "country_code" : "LC", "country_name" : "Saint Lucia", "latitude" : "13.92261000", "longitude" : "-61.05250000", "wikiDataId" : "Q26569"}, {"id" : 65963, "Name" : "Anse Galet", "state_id" : 376...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"scope": {"type": "string"}, "name": {"type": "string"}, "regions": {"type": "array", "items": {"type": "string"}}, "rewrites": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"...
{"scope" : "juicyfx", "name" : "oggo", "regions" : ["bru1"], "rewrites" : [{"source" : "/favicon.ico", "destination" : "https://juicy.vercel.app/favicon.ico"}, {"source" : "/felix/(.*)", "destination" : "/api/felix.ts"}, {"source" : "/nuxt/(.*)", "destination" : "/api/nuxt.ts"}, {"source" : "/", "destination" : "https:...
json_instruct
{"type": "object", "properties": {"scope": {"type": "string"}, "name": {"type": "string"}, "regions": {"type": "array", "items": {"type": "string"}}, "rewrites": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "destination": {"type": "string"}}, "required": ["source", "destina...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:i...
{"id" : 1125825865, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "816c4a4e9e979f6d1be21cf40050a1c7", "wof:id" : 1125825865, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.83823, 48.92421, 5.83823, 48.92421], "geometry" : {"coordinates" : [5.83823, 48.9242...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "synonyms"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"value" : "faculties in ece", "synonyms" : ["faculties in ece", "faculties of ece", "faculties of school of ece", "faculties of electronics and communication", "faculties in electronics and communication"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "synonyms"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"bookId": {"type": "string"}, "index": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "author": {"type": "string"}, "pubTime": {"type": "string"}, "price": {"ty...
[{"bookId" : "1", "index" : "1", "type" : "AngularJS", "name" : "\u7528AngularJS\u5f00\u53d1\u4e0b\u4e00\u4ee3WEB\u5e94\u7528", "author" : "\u5927\u6f20\u7a77\u79cb", "pubTime" : "20140101", "price" : "35"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"bookId": {"type": "string"}, "index": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "author": {"type": "string"}, "pubTime": {"type": "string"}, "price": {"type": "string"}}, "required": ["bookId", "index", "type", "name", "auth...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"collectCoverageFrom": {"type": "array", "items": {"type": "string"}}, "coveragePathIgnorePatterns": {"type": "array", "items": {"type": "string"}}, "coverageThreshold": {"type": "object", "properties": {"global": {"t...
{"collectCoverageFrom" : ["src/**/*.js", "src/**/*.ts", "src/**/*.tsx"], "coveragePathIgnorePatterns" : ["/node_modules/", "<rootDir>/src/example", "<rootDir>/src/index"], "coverageThreshold" : {"global" : {"branches" : 70, "functions" : 70, "lines" : 70, "statements" : 70}}, "transform" : {"^.+\\.tsx?$" : "ts-jest", "...
json_instruct
{"type": "object", "properties": {"collectCoverageFrom": {"type": "array", "items": {"type": "string"}}, "coveragePathIgnorePatterns": {"type": "array", "items": {"type": "string"}}, "coverageThreshold": {"type": "object", "properties": {"global": {"type": "object", "properties": {"branches": {"type": "integer"}, "func...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"t...
{"t" : "lopeng", "h" : [{"d" : [{"f" : "\u91d1\u5408\u6b61\u6a39\u3002", "e" : ["\ufff9`Mipaloma~ `to~ `l~`o~`p~`e~`ng~.\ufffa\ufffb\u7a2e\u7da0\u80a5\u3002"]}]}]}
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"]}}}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "base": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "addition": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item...
{"type" : "minecraft:smithing", "base" : {"item" : "minecraft:iron_shovel"}, "addition" : {"item" : "wintermod:iced_crystal"}, "result" : {"item" : "wintermod:ice_shovel"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "base": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "addition": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "object", "properties": {"item": {"type": "stri...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"main.h": {"type": "string"}, "stdio.h": {"type": "string"}, "string.h": {"type": "string"}, "lcd.h": {"type": "string"}, "sys.h": {"type": "string"}, "led.h": {"type":...
{"files.associations" : {"main.h" : "c", "stdio.h" : "c", "string.h" : "c", "lcd.h" : "c", "sys.h" : "c", "led.h" : "c", "button.h" : "c", "parameter.h" : "c"}}
json_instruct
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"main.h": {"type": "string"}, "stdio.h": {"type": "string"}, "string.h": {"type": "string"}, "lcd.h": {"type": "string"}, "sys.h": {"type": "string"}, "led.h": {"type": "string"}, "button.h": {"type": "string"}, "parameter.h": {"t...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"cycle.js": {"type": "string"}, "cycle.min.js": {"type": "string"}}, "required": ["cycle.js", "cycle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cycle.js" : "sha256-zxLt4H2/VGGoHwcSeE1AQvhNQe5Ye3Kw706lf80fUzo=", "cycle.min.js" : "sha256-8uhN10BkAIFD4zrDeXFgy/Dy20He+QZJTC2mVN0TnvU="}
json_instruct
{"type": "object", "properties": {"cycle.js": {"type": "string"}, "cycle.min.js": {"type": "string"}}, "required": ["cycle.js", "cycle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"$type": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "integer"}, "modes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "modules": {"type": "array", "items": {"type...
{"$type" : "ThunderRoad.LevelData, Assembly-CSharp", "id" : "Master", "version" : 3, "modes" : [{"name" : "Default", "modules" : [{"$type" : "BrainTransplant.LoadModule, BrainTransplant", "mod_name" : "BrainTransplant", "mod_version" : "0.1", "logger_level" : "Detailed"}]}]}
json_instruct
{"type": "object", "properties": {"$type": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "integer"}, "modes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "modules": {"type": "array", "items": {"type": "object", "properties": {"$type": {"type": "string"}, ...
Based on the schema below, produce a valid JSON object: {"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" : "AIVITA", "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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"require": {"type": "object", "properties": {"psr/log": {"type": "string"}, "ext-mysqli": {"type": "string"}, "wajox/phpmyconsole": {"type": "string"}}, "required": ["psr/log", "ext-mysqli", "wajox/phpmyconsole"]}, "require-...
{"require" : {"psr/log" : "dev-master", "ext-mysqli" : "* 7.1.9", "wajox/phpmyconsole" : "dev-master"}, "require-dev" : {"squizlabs/php_codesniffer" : "dev-master"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"psr/log": {"type": "string"}, "ext-mysqli": {"type": "string"}, "wajox/phpmyconsole": {"type": "string"}}, "required": ["psr/log", "ext-mysqli", "wajox/phpmyconsole"]}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesni...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"body": {"type": "object", "properties": {"name": {"type": "string"}, "metadata": {"type": "object", "properties": {"updateTime": {"type": "string"}, "target": {"type": "string"}, "request": {"type": "object", "properties": {"n...
{"body" : {"name" : "operations/Y3VzdG9kaWFuLTEyOTEvdXMtY2VudHJhbDEvY3VzdG9kaWFuLWRldi9sbk9ZR0dWaTlucw", "metadata" : {"updateTime" : "2018-07-01T17:39:46Z", "target" : "projects/custodian-1291/locations/us-central1/functions/custodian-dev", "request" : {"name" : "projects/custodian-1291/locations/us-central1/functions...
json_instruct
{"type": "object", "properties": {"body": {"type": "object", "properties": {"name": {"type": "string"}, "metadata": {"type": "object", "properties": {"updateTime": {"type": "string"}, "target": {"type": "string"}, "request": {"type": "object", "properties": {"name": {"type": "string"}, "availableMemoryMb": {"type": "in...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": ...
{"categories" : ["Web Development"], "desc" : "\n", "details" : {"authors" : "Daniel Greenfeld, Audrey M. Roy", "format" : "pdf", "isbn-10" : "1481879707", "isbn-13" : "978-1481879705", "pages" : "312 pages", "publication date" : "April 16, 2013", "publisher" : "CreateSpace Independent Publishing Platform", "size" : "2...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository"...
{"name" : "@pulumi/cloud-aws", "version" : "${VERSION}", "license" : "Apache-2.0", "description" : "An implementation of the Pulumi Framework for targeting Amazon Web Services (AWS).", "keywords" : ["pulumi", "cloud", "aws"], "homepage" : "https://pulumi.io", "repository" : "https://github.com/pulumi/pulumi-cloud", "de...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "dependencies": {"type": "object", ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"locateObject:furnace": {"type": "number"}, "locateObject:coal": {"type": "number"}, "locateObject:iron ore": {"type": "number"}, "locateObject:stone": {"type": "number"}, "locateObject:wood": {"type": "number"}, "lo...
{"locateObject:furnace" : 56.09859967829596, "locateObject:coal" : 49.893908787349574, "locateObject:iron ore" : 55.09993527032372, "locateObject:stone" : 53.62274489035588, "locateObject:wood" : 51.25293813322018, "locateObject:crafting bench" : 51.046586441127836}
json_instruct
{"type": "object", "properties": {"locateObject:furnace": {"type": "number"}, "locateObject:coal": {"type": "number"}, "locateObject:iron ore": {"type": "number"}, "locateObject:stone": {"type": "number"}, "locateObject:wood": {"type": "number"}, "locateObject:crafting bench": {"type": "number"}}, "required": ["locateO...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["php",...
{"name" : "lozovskaya/test", "description" : "Test task for Asbis", "type" : "project", "require" : {"php" : "^7.4|^8.0", "ext-json" : "*"}, "license" : "MIT", "authors" : [{"name" : "Elena Lozovskaya", "email" : "e.lozovskaya96@gmail.com"}], "minimum-stability" : "dev"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["php", "ext-json"]}, "license": {"type": "string"}, "authors": {"type": "arra...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "position": {"type": "string"}, "borderStyle...
{"pages" : ["pages/index/index", "pages/player_rank/player_rank", "pages/team_rank/team_rank", "pages/team_info/team_info", "pages/player_info/player_info", "pages/live_detail/live_detail", "pages/news_info/news_info"], "tabBar" : {"color" : "#333", "selectedColor" : "#00aa98", "position" : "bottom", "borderStyle" : "b...
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "position": {"type": "string"}, "borderStyle": {"type": "string"}, "list": {"type": "array", "items": {"type": "object"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type...
{"userId" : 80344, "cartId" : "729d848b-984c-4dab-a17c-169867f5aff2", "preferredProducts" : [2180, 3083, 153, 3568, 4731, 4549, 1315, 1246, 478, 3198], "productReviews" : [{"productId" : 3204, "reviewText" : "one of my hobbies is toy collecting. and when i'm collecting toys this works great.", "reviewDate" : "2018-12-0...
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": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"t...
{"author" : {"id" : "t2_6lqsy", "name" : "Taknallurmoney"}, "date" : {"day" : 1555891200, "full" : 1555966873, "month" : 1554076800, "week" : 1555804800}, "id" : "t3_bg7cde", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 156946, "fullUrl" : "https://preview.redd.it/1gk7fsdtqvt21.jpg?auto=webp&s=9ccdd3a9e55...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "930", "name" : "\u306f\u304e", "name_kana" : "\uff8a\uff77\uff9e"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this 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": "string"},...
{"\u5de5\u5ee0\u540d\u7a31" : "\u96d9\u8a6e\u6de8\u6c34\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "07001631", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u798f\u8208\u9109\u9ea5\u539d\u6751\u6cbf\u6d77\u8def\u4e00\u6bb512...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"jsonrpc": {"type": "string"}, "id": {"type": "integer"}, "method": {"type": "string"}, "params": {"type": "object", "properties": {"callSite": {"type": "string"}, "callParams": {"type": "object", "properties": {"na...
{"jsonrpc" : "2.0", "id" : 1, "method" : "api.call", "params" : {"callSite" : "wallet.CreateMember", "callParams" : {"name" : "memberName"}, "reference" : "1tJCbWvMpRjVGSMe2ApfLFKFP42pYRX7PvHrs1VCAA.1tJCbWvMpRjVGSMe2ApfLFKFP42pYRX7PvHrs1VCAA", "publicKey" : "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQ...
json_instruct
{"type": "object", "properties": {"jsonrpc": {"type": "string"}, "id": {"type": "integer"}, "method": {"type": "string"}, "params": {"type": "object", "properties": {"callSite": {"type": "string"}, "callParams": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "reference": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "s...
{"name" : "Gem. Grundschule Marienberghausen", "id" : "NRW-114327", "address" : "Humperdinckstr. 2, 51588 N\u00fcmbrecht", "school_type" : "Grundschule", "fax" : "02293 937873", "phone" : "02293 7282", "website" : "", "email" : " 114327@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full_time_scho...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "9ced765", "CardHash" : "d02e0c3", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descript...
{"latest_version" : ["0.1"], "meta" : {"description" : "PC-CORA sounding data files parser for Python", "homepage" : "http://github.com/niwa/pccora", "license" : "MIT"}, "versions" : {"0.0.1" : {"sha256" : "02f3ff7bbd8d971ca801ede0783f3bef8aeef63ace634bf7ce5e024af978fa2a", "url" : "https://files.pythonhosted.org/packag...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {...
{"name" : "ChromeOpenTabDownloader", "description" : "Download images open in tabs", "version" : "0.0.1", "permissions" : ["tabs", "downloads", "unlimitedStorage"], "browser_action" : {"default_popup" : "popup.html"}, "manifest_version" : 2}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "manife...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " A nice integration trick!\n\n[imath]\\int_{0}^{\\pi} x f(\\sin x) d x=\\frac{\\pi}{2} \\int_{0}^{\\pi} f(\\sin x) d x[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=ExtlUgIxTNY"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"strings": {"type": "object", "properties": {"arc": {"type": "string"}, "strokeText": {"type": "string"}, "close": {"type": "string"}, "bezierCurve": {"type": "string"}, "textBaseline": {"type": "string"}, "delete": {...
{"strings" : {"arc" : "arc", "strokeText" : "strokeText", "close" : "close", "bezierCurve" : "bezierCurve", "textBaseline" : "textBaseline", "delete" : "delete"}}
json_instruct
{"type": "object", "properties": {"strings": {"type": "object", "properties": {"arc": {"type": "string"}, "strokeText": {"type": "string"}, "close": {"type": "string"}, "bezierCurve": {"type": "string"}, "textBaseline": {"type": "string"}, "delete": {"type": "string"}}, "required": ["arc", "strokeText", "close", "bezie...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata"...
{"ast" : null, "code" : "var util = require('../core').util;\n\nvar toBuffer = util.buffer.toBuffer;\n/**\n * A lossless representation of a signed, 64-bit integer. Instances of this\n * class may be used in arithmetic expressions as if they were numeric\n * primitives, but the binary representation will be preserved u...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"test" : "url with Dash response file"}
json_instruct
{"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"DTD_z0p0025_bw500_0.95<mwd<1.05_mdot<3e-12": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p0025_bw500_0.95<mwd<1.05_mdot<3e-12", "arrbool"], "$schema": "http://json-schema....
{"DTD_z0p0025_bw500_0.95<mwd<1.05_mdot<3e-12" : [1.7160903259528635e-06, 1.6064221044892e-06, 5.133578294189453e-08, 3.7051527937826897e-08, 1.849355309582037e-06, 1.4820618202307993e-06, 1.1172425060400358e-06, 2.207096291697556e-06, 1.3606493926043933e-06, 2.051479069423286e-06, 2.6636391634539056e-06, 2.174934787014...
json_instruct
{"type": "object", "properties": {"DTD_z0p0025_bw500_0.95<mwd<1.05_mdot<3e-12": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p0025_bw500_0.95<mwd<1.05_mdot<3e-12", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main" : "link.jsx"}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "...
{"name" : "angular-ui-tree", "version" : "2.5.0", "description" : "An AngularJS UI component that can sort nested lists, provides drag & drop support and doesn't depend on jQuery", "repository" : {"type" : "git", "url" : "https://github.com/angular-ui-tree/angular-ui-tree"}, "main" : "angular-ui-tree.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}}, "required": ["name", "version...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schem...
{"Time" : "2021-04-12T20:00:00Z", "Temp" : 5.3, "RelHum" : 82, "WindSpeed" : 4.2, "WindDir" : 338}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "locati...
{"id" : 8299, "title" : ["[Lower Trollfang, Hut]"], "description" : ["Many footprints and scuff marks, showing signs of a struggle, are all that is left to adorn this small, utilitarian thatched home."], "paths" : ["Obvious exits: out"], "location" : "the Lower Trollfang", "wayto" : {"8298" : "out"}, "timeto" : {"8298"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"8298":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "tier_upgrader": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "input": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ...
{"type" : "refinement:in_world_tier_upgrading", "tier_upgrader" : {"item" : "refinement:omega_tier_upgrader"}, "input" : {"item" : "refinement:epsilon_storage_bin"}, "output" : {"item" : "refinement:omega_storage_bin"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "tier_upgrader": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "input": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "output": {"type": "object", "properties": {"item": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"...
{"accessKeyId" : "KnROft98Ie8OAq85VRpI", "secretAccessKey" : "gXDbkpT8a/TpsSq6iWlmtoJgWIEL+4XVAkfB8f6o", "region" : "us-west-2"}
json_instruct
{"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"2021-10-3": {"type": "integer"}, "2021-10-4": {"type": "integer"}, "2021-10-5": {"type": "integer"}, "2021-10-6": {"type": "integer"}, "2021-10-7": {"type": "integer"}, "2021-10-8": {"type": "integer"}, "2021-10-9...
{"2021-10-3" : 1, "2021-10-4" : 0, "2021-10-5" : 1, "2021-10-6" : 6, "2021-10-7" : 3, "2021-10-8" : 2, "2021-10-9" : 3}
json_instruct
{"type": "object", "properties": {"2021-10-3": {"type": "integer"}, "2021-10-4": {"type": "integer"}, "2021-10-5": {"type": "integer"}, "2021-10-6": {"type": "integer"}, "2021-10-7": {"type": "integer"}, "2021-10-8": {"type": "integer"}, "2021-10-9": {"type": "integer"}}, "required": ["2021-10-3", "2021-10-4", "2021-10...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "target": {"type": "string"}, "stability": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "capabilities": {"type": "object", "properties": {"requires":...
{"name" : "crochet.core", "target" : "*", "stability" : "experimental", "sources" : ["source/0-types.crochet", "source/traits/arithmetic.crochet", "source/boolean.crochet", "source/traits/conversion.crochet", "source/traits/enumeration.crochet", "source/traits/equality.crochet", "source/traits/fractional.crochet", "sou...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "target": {"type": "string"}, "stability": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "capabilities": {"type": "object", "properties": {"requires": {"type": "array", "items": {}}, "provides": {"type": "array", "items": {}}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total":...
{"champ" : 57, "item" : -1, "kills" : "4.436823104693141", "deaths" : "5.588447653429603", "assists" : "9.552346570397113", "gold" : "10208.761732851986", "cs" : "96.35740072202167", "total" : "1939", "wins" : "1008", "losses" : "931"}
json_instruct
{"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "python"}, {"name" : "java"}, {"name" : "javascript"}, {"name" : "perl"}, {"name" : "c/c++"}, {"name" : "scala"}, {"name" : "php"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.o...
{"variants" : {"" : {"model" : "tokenabledecoration:block/burntquartz"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1913, 5], [1914, 5], [1915, 12], [1917, 7], [1918, 5], [1919, 5], [1920, 6], [1921, 12], [1922, 7], [1924, 8], [1925, 5], [1926, 10], [1927, 8], [1928, 6], [1929, 6], [1930, 15], [1931, 10], [1932, 19], [1933, 25], [1934, 23], [1935, 16], [1936, 11], [1937, 16], [1938, 11], [1939, 11], [1940, 13], [1941, 15], [1942, ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"antd-mobile.css": {"type": "string"}, "antd-mobile.js": {"type": "string"}, "antd-mobile.min.css": {"type": "string"}, "antd-mobile.min.js": {"type": "string"}}, "required": ["antd-mobile.css", "antd-mobile.js", "antd-mobile.m...
{"antd-mobile.css" : "sha512-0EV41XLs6lqOB8HPF400fHCXgI0G44aDzy1kIiKz4yGdNkFNJdSINNGaOT+o2vm5/SykJ9XwansE5+To9dXGHQ==", "antd-mobile.js" : "sha512-T9ZAhYl3g6xXxRi9DvyNmm6cvBcbrqXE1ROrIaly4LriDXgUMH9mehBgtOOLs+huLIUYXjz3UDDXRo2d6Zg8AA==", "antd-mobile.min.css" : "sha512-enOzxWwU9NHNl2OPJ5mfkIN39ysSaiDb/CiSCDRqsOZ/EobEcW...
json_instruct
{"type": "object", "properties": {"antd-mobile.css": {"type": "string"}, "antd-mobile.js": {"type": "string"}, "antd-mobile.min.css": {"type": "string"}, "antd-mobile.min.js": {"type": "string"}}, "required": ["antd-mobile.css", "antd-mobile.js", "antd-mobile.min.css", "antd-mobile.min.js"], "$schema": "http://json-sch...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"FILL_STYLE_FLAG": {"type": "string"}, "ANY_STATE": {"type": "string"}, "DEFAULT_STATE": {"type": "stri...
{"__symbolic" : "module", "version" : 2, "metadata" : {"FILL_STYLE_FLAG" : "true", "ANY_STATE" : "*", "DEFAULT_STATE" : "*", "EMPTY_STATE" : "void"}}
json_instruct
{"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"FILL_STYLE_FLAG": {"type": "string"}, "ANY_STATE": {"type": "string"}, "DEFAULT_STATE": {"type": "string"}, "EMPTY_STATE": {"type": "string"}}, "required": ["FILL_STYLE_FLAG...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": ...
{"name" : "RemoveWorkflow", "protocol" : "HTTP|HTTPS", "method" : "DELETE", "pathPattern" : "/gs/workflow/[workflowName]", "parameters" : [{"name" : "workflowName", "position" : "Path", "type" : "String", "required" : true}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "type": {"type": "string"}...
Create an example JSON object that satisfies this schema: {"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": "int...
{"nom" : "Lexy", "dpt" : "Meurthe-et-Moselle", "inscrits" : 2634, "abs" : 550, "votants" : 2084, "blancs" : 49, "nuls" : 6, "exp" : 2029, "res" : [{"panneau" : "3", "voix" : 528}, {"panneau" : "2", "voix" : 481}, {"panneau" : "9", "voix" : 392}, {"panneau" : "11", "voix" : 381}, {"panneau" : "1", "voix" : 97}, {"pannea...
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"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"canonicalName": {"type": "string"}}, "required": ["canonicalName"]}, "instance": {"type": "object", "properties": {"archiveMD5Sum": {"type": "string"}, "build": {"type": "st...
{"class" : {"canonicalName" : ""}, "instance" : {"archiveMD5Sum" : "IgorStasenko 6/7/2012 17:04", "build" : "EstebanLorenzano 7/9/2012 12:29", "copyArtefacts" : "IgorStasenko 8/3/2012 17:58", "defineAsTarget" : "IgorStasenko 6/8/2012 02:13", "defineGlobalTargets" : "IgorStasenko 6/10/2012 02:50", "downloadURL" : "", "i...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"canonicalName": {"type": "string"}}, "required": ["canonicalName"]}, "instance": {"type": "object", "properties": {"archiveMD5Sum": {"type": "string"}, "build": {"type": "string"}, "copyArtefacts": {"type": "string"}, "defineAsTarget": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"...
{"name" : "monaco-tree-sitter", "version" : "0.0.5", "description" : "Highlight your Monaco Editor with tree-sitter grammar.", "main" : "lib/index.js", "repository" : "https://github.com/Menci/monaco-tree-sitter", "author" : "Menci <huanghaorui301@gmail.com>", "license" : "MIT", "dependencies" : {"lodash.debounce" : "^...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash.debounce": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "st...
{"name" : "Dopex Governance Token", "symbol" : "DPX", "type" : "ERC20", "decimals" : 18, "description" : "DPX - vanilla governance and protocol fee accrual token", "website" : "https://www.dopex.io/", "explorer" : "https://etherscan.io/token/0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81", "status" : "active", "id" : "0xEe...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"m_GameObject": {"type": "object", "properties": {"m_FileID": {"type": "integer"}, "m_PathID": {"type": "integer"}}, "required": ["m_FileID", "m_PathID"]}, "m_Enabled": {"type": "integer"}, "m_Script": {"type": "ob...
{"m_GameObject" : {"m_FileID" : 0, "m_PathID" : 0}, "m_Enabled" : 1, "m_Script" : {"m_FileID" : 0, "m_PathID" : 6520365622649918000}, "m_Name" : "SQ_30_020", "vOrderList" : [{"eOrder" : 92, "vsParam" : ["0"]}, {"eOrder" : 95, "vsParam" : ["85"]}, {"eOrder" : 92, "vsParam" : ["1"]}, {"eOrder" : 4, "vsParam" : ["25"]}, {...
json_instruct
{"type": "object", "properties": {"m_GameObject": {"type": "object", "properties": {"m_FileID": {"type": "integer"}, "m_PathID": {"type": "integer"}}, "required": ["m_FileID", "m_PathID"]}, "m_Enabled": {"type": "integer"}, "m_Script": {"type": "object", "properties": {"m_FileID": {"type": "integer"}, "m_PathID": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"social-likes.min.js": {"type": "string"}, "social-likes_birman.css": {"type": "string"}, "social-likes_classic.css": {"type": "string"}, "social-likes_flat.css": {"type": "string"}}, "required": ["social-likes.min....
{"social-likes.min.js" : "sha512-iAkB6KiZuAt0/UQwKg5S4lraOOMKUgrGE3ZUFGalY4N4Wwa19yClOCwgmPB/kB55sP2/WUrXvL6ExXiCDgfMbQ==", "social-likes_birman.css" : "sha512-YRPlQEE0afGbapMLULDMRegrLIfEWwKdO0O9ACTro6ldsqgJsTmQYrwLLkbAgPBQmewCQsu+7PNjwg4e+qSIOg==", "social-likes_classic.css" : "sha512-Z/DqMm9U5aIGnS66b616YJt1fDIFInne...
json_instruct
{"type": "object", "properties": {"social-likes.min.js": {"type": "string"}, "social-likes_birman.css": {"type": "string"}, "social-likes_classic.css": {"type": "string"}, "social-likes_flat.css": {"type": "string"}}, "required": ["social-likes.min.js", "social-likes_birman.css", "social-likes_classic.css", "social-lik...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ReactReduxForm.js": {"type": "string"}, "ReactReduxForm.min.js": {"type": "string"}}, "required": ["ReactReduxForm.js", "ReactReduxForm.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ReactReduxForm.js" : "sha512-1OiGMVzdPltMh87ZzzWrfIGvywJCHXLeYoDXriFPsb5WDiMzcoAlaPsmMWBAKCBcKUd5Tt1gzKHwZ3F82hgHhw==", "ReactReduxForm.min.js" : "sha512-bf9/XOb8hNlF6DDQ3Quo00Y6dr0QMd1Z5AWDWKeCd7NkYYXsFlziOA+dJAtNcAlOB1FtGPlIgSOc49AX9PPrRw=="}
json_instruct
{"type": "object", "properties": {"ReactReduxForm.js": {"type": "string"}, "ReactReduxForm.min.js": {"type": "string"}}, "required": ["ReactReduxForm.js", "ReactReduxForm.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "left": {"type": "string"}, "right": {"type": "string"}, "front": {"type": "...
{"parent" : "astromine:block/machine_active", "textures" : {"top" : "astromine:block/creative_buffer_top_active", "bottom" : "astromine:block/creative_buffer_bottom_active", "left" : "astromine:block/creative_buffer_left_active", "right" : "astromine:block/creative_buffer_right_active", "front" : "astromine:block/creat...
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "left": {"type": "string"}, "right": {"type": "string"}, "front": {"type": "string"}, "back": {"type": "string"}}, "required": ["top", "bottom", "left", ...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["appx-starter", "auxjs", "axoid-commons", "brand-colors", "brutalist", "cratedigger", "cutestrap", "element-calcum", "element-calcum-style", "flag-colors", "genesis-fed", "gulp-appx", "gulp-endpoint", "k_webpack", "lynn730730", "scss-base-set", "sdk-js", "shorten-js", "spells", "trumpcss", "whitestorm", "whitestormjs"...
json_instruct
{"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": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "obj...
{"componentChunkName" : "component---src-templates-tag-template-js", "path" : "/tag/devops", "result" : {"data" : {"site" : {"siteMetadata" : {"title" : "DoraCoder - Blog by @tranphuquy19", "subtitle" : "N\u01a1i b\u1ea1n t\u00ecm ra requirements cho b\u1ea3n th\u00e2n"}}, "allMarkdownRemark" : {"edges" : [{"node" : {"...
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type...
{"type" : "FeatureCollection", "title" : "Lamos", "id" : "648691", "bbox" : [34.234554, 36.551166, 34.245284, 36.562848], "description" : "An ancient place, cited: BAtlas 66 E3 Lamos", "names" : ["Lamos", "Lamousia"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [34.239919, 36.5570...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"component/t": {"type": "string"}, "component/closest": {"type": "string"}, "javve/list.js": {"type": "string"}, "component/confirmation": {"type": "st...
{"name" : "admin-whitelists", "dependencies" : {"component/t" : "1.0.0", "component/closest" : "0.1.4", "javve/list.js" : "1.1.1", "component/confirmation" : "0.0.5", "visionmedia/debug" : "2.1.3", "visionmedia/page.js" : "1.3.7"}, "locals" : ["admin-sidebar", "render", "request", "view", "whitelists"], "scripts" : ["a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"component/t": {"type": "string"}, "component/closest": {"type": "string"}, "javve/list.js": {"type": "string"}, "component/confirmation": {"type": "string"}, "visionmedia/debug": {"type": "string"}, "visionm...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "numbe...
{"artist_id" : "ARG4KW31187FB51B7C", "artist_latitude" : null, "artist_location" : "United Kingdom", "artist_longitude" : null, "artist_name" : "Atomic Rooster", "duration" : 269.71383, "num_songs" : 1, "song_id" : "SONPYCF12AB01837AF", "title" : "The Rock", "year" : 1971}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "...
{"output" : "Seu programa dever\u00e1 imprimir um bord\u00e3o correspondente \u00e0 m\u00e9dia M (ponto flutuante) da 1RM de BemBem, de acordo com a tabela abaixo:\n\n\n\nNo final, se a m\u00e9dia de todos os casos for maior do que 40, imprima uma linha em branco e ent\u00e3o, \"Aqui nois constroi fibra rapaz! Nao e ag...
json_instruct
{"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "propert...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "null"}, "code": {"type": "null"}, "results": {"type": "object", "properties": {"nomorobo_spamscore": {"type": "object", "properties": {"request_sid": {"type": "string"}, "statu...
{"status" : "successful", "message" : null, "code" : null, "results" : {"nomorobo_spamscore" : {"request_sid" : "XRxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "status" : "failed", "message" : "Vendor could not complete request", "code" : 61002, "result" : {}}}}
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "null"}, "code": {"type": "null"}, "results": {"type": "object", "properties": {"nomorobo_spamscore": {"type": "object", "properties": {"request_sid": {"type": "string"}, "status": {"type": "string"}, "message": {"type": "string"}, "cod...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"self": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "...
{"self" : ["browsers", "firefox_android"], "type" : "listing", "title" : "firefox_android", "children" : [{"title" : "accepts_webextensions", "href" : "/browsers/firefox_android/accepts_webextensions"}, {"title" : "name", "href" : "/browsers/firefox_android/name"}, {"title" : "pref_url", "href" : "/browsers/firefox_and...
json_instruct
{"type": "object", "properties": {"self": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "href": {"type": "string"}}, "required": ["title", "href"]}}}, "require...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"srcs": {"type": "array", "items": {"type": "string"}}, "top": {"type": "string"}, "name": {"type": "string"}, "clocks": {"type": "object", "properties": {"clk": {"type": "number"}}, "required": ["clk"]}, "vendors": {"type": "o...
{"srcs" : ["third_party/picorv32/picorv32.v", "third_party/picorv32_wrappers/picorv32_wrap.v"], "top" : "top", "name" : "picorv32", "clocks" : {"clk" : 10.0}, "vendors" : {"xilinx" : ["arty-a35t", "arty-a100t", "basys3", "zybo"], "lattice" : ["icebreaker"]}, "required_toolchains" : ["vivado", "yosys-vivado", "vpr", "vp...
json_instruct
{"type": "object", "properties": {"srcs": {"type": "array", "items": {"type": "string"}}, "top": {"type": "string"}, "name": {"type": "string"}, "clocks": {"type": "object", "properties": {"clk": {"type": "number"}}, "required": ["clk"]}, "vendors": {"type": "object", "properties": {"xilinx": {"type": "array", "items":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"validate.js": {"type": "string"}, "validate.min.js": {"type": "string"}}, "required": ["validate.js", "validate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"validate.js" : "sha512-aN85tnRYCq++wGRw3jQr7XyzYnaqPZ9sH3z71p1wuTrwhNrNFfp+2UGXNvnqF7xxMjQNPAR00RAyCfs34jiUDw==", "validate.min.js" : "sha512-+sxbovT7YTjYJJXwzxr51UdB+wd4yMF94klZIuedQgwYsaaBcg6vYzr9J98fJii80qei4UGzPrvWGQnUx0XCyQ=="}
json_instruct
{"type": "object", "properties": {"validate.js": {"type": "string"}, "validate.min.js": {"type": "string"}}, "required": ["validate.js", "validate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items":...
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.2944, 51.553307], [-0.29427, 51.553161], [-0.294207, 51.553183], [-0.294137, 51.553109], [-0.294407, 51.553029], [-0.294438, 51.553063], [-0.294474, 51.553053], [-0.294632, 51.553229], [-0.2944, 51.553307]]]]}, "properties" : {"geography...
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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Layugan, Pagsanjan, Laguna, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.laguna.pagsanjan.layugan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_refere...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": ...
{"name" : "svelte-back-on-track", "version" : "0.0.1", "description" : "", "private" : true, "scripts" : {"build" : "pnpm build --filter=\"@sveltejs/*\" --filter=\"create-svelte\"", "lint" : "pnpm -r lint"}, "repository" : {"type" : "git", "url" : "git+https://github.com/UltraCakeBakery/svelte-back-on-track.git"}, "aut...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["build", "lint"]}, "repository": {"type": "o...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", ...
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"1nstructor" : {"title" : "1nstructor", "channel_id" : 121620474, "link" : "htt...
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"1nstructor": {"type": "object", "properties": {"title": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"chunk_definitions": {"type": "array", "items": {}}, "doc_write_time": {"type": "integer"}}, "required": ["chunk_definitions", "doc_write_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"chunk_definitions" : [], "doc_write_time" : 1590433372}
json_instruct
{"type": "object", "properties": {"chunk_definitions": {"type": "array", "items": {}}, "doc_write_time": {"type": "integer"}}, "required": ["chunk_definitions", "doc_write_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":...
{"hash" : "0xdf9fb955234b39727480be5840df5f2ea83a526a59681447be84eafefc1e7986", "parentHash" : "0x8f6e5faef6ceb4ae162f4c556ebc6b15a2fad7ed97594e8cba86d94de3401203", "number" : 69720, "timestamp" : 1439308652, "nonce" : "0x6a29e50179311f79", "difficulty" : 2092205869612, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"students": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "matriculationNumber": {"type": "string"}, "faculty": {"type": "string"}, "phone": {"type": "string"}, "emai...
{"students" : [{"name" : "May Pauline", "matriculationNumber" : "A0987643T", "faculty" : "COM", "phone" : "9876234", "email" : "may@example.com", "address" : "123, Jurong West Ave 6, #08-111", "vaccinationStatus" : "unvaccinated", "medicalDetails" : "lactose intolerant", "schoolResidence" : "RVRC"}], "appointments" : [...
json_instruct
{"type": "object", "properties": {"students": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "matriculationNumber": {"type": "string"}, "faculty": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "address": {"type": "string"}, "vaccinationStatus": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":...
{"id" : 85913779, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "c269f9664536942fae9d733a9d7457d5", "wof:id" : 85913779, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [139.53323364300013, 35.30728067707523, 139.5401000980001, 35.3128839897000...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"system-csp-production.js": {"type": "string"}, "system-csp-production.src.js": {"type": "string"}, "system-polyfills.js": {"type": "string"}, "system-polyfills.src.js": {"type": "string"}, "system-register-only.js": {"type"...
{"system-csp-production.js" : "sha512-nFCaVkr9b8Z60pbrkyLPlG3Bz+QywjeQohJBkhVp/2pqI5rh9HNhK66A1N6Dk6IsqHk8fV2UzTsw2D8OrLMwaQ==", "system-csp-production.src.js" : "sha512-vSxmQstlAFq1dy9cpRHPQvCqwJaSMjhMalxp8+yVAqWDEeVtgAr1gArqkdoHy7fHbu+ob5T9uj196FVjqo32Fg==", "system-polyfills.js" : "sha512-MmHmURrEEy/9bqHzycgY+XeRms7...
json_instruct
{"type": "object", "properties": {"system-csp-production.js": {"type": "string"}, "system-csp-production.src.js": {"type": "string"}, "system-polyfills.js": {"type": "string"}, "system-polyfills.src.js": {"type": "string"}, "system-register-only.js": {"type": "string"}, "system-register-only.src.js": {"type": "string"}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900357258": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900357259": {"type": "object", "properties": {"nama": {"type":...
{"900357258" : {"nama" : "TPS 1", "dapil" : [3305, 13308, 2330904]}, "900357259" : {"nama" : "TPS 2", "dapil" : [3305, 13308, 2330904]}, "900357260" : {"nama" : "TPS 3", "dapil" : [3305, 13308, 2330904]}, "900357261" : {"nama" : "TPS 4", "dapil" : [3305, 13308, 2330904]}, "900357262" : {"nama" : "TPS 5", "dapil" : [330...
json_instruct
{"type": "object", "properties": {"900357258": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900357259": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ControlId": {"type": "string"}, "Category": {"type": "string"}, "Description": {"type": "string"}}, "required": ["ControlId", "Category", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ControlId" : "Network restrictions", "Category" : "Access", "Description" : "\r\n**Disable remote debugging**\r\nSource [MS](https://docs.microsoft.com/en-us/azure/azure-functions/security-concepts#disable-remote-debugging)\r\n\r\n\r\n*Make sure that remote debugging is disabled, except when you are actively debuggin...
json_instruct
{"type": "object", "properties": {"ControlId": {"type": "string"}, "Category": {"type": "string"}, "Description": {"type": "string"}}, "required": ["ControlId", "Category", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"killmail_id": {"type": "integer"}, "zkb": {"type": "object", "properties": {"locationID": {"type": "integer"}, "hash": {"type": "string"}, "fittedValue": {"type": "number"}, "totalValue": {"type": "n...
[{"killmail_id" : 71752711, "zkb" : {"locationID" : 40125685, "hash" : "47bccdc4cfa9f982e95de35d0c577692de5a7a18", "fittedValue" : 466532275.55, "totalValue" : 466532275.55, "points" : 1, "npc" : false, "solo" : false, "awox" : false}}, {"killmail_id" : 71752662, "zkb" : {"locationID" : 40125685, "hash" : "08148818ff84...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"killmail_id": {"type": "integer"}, "zkb": {"type": "object", "properties": {"locationID": {"type": "integer"}, "hash": {"type": "string"}, "fittedValue": {"type": "number"}, "totalValue": {"type": "number"}, "points": {"type": "integer"}, "npc": {"type": "bo...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"TOKEN": {"type": "string"}, "YOUTUBE_API_KEY": {"type": "string"}, "SOUNDCLOUD_CLIENT_ID": {"type": "string"}, "MAX_PLAYLIST_SIZE": {"type": "integer"}, "PREFIX": {"type": "string"}, "PRUNING": {"type": "boolea...
{"TOKEN" : "NzYyODc5NzM2NzQ4NzAzNzU1.X3vlHg.ZAcuhJ8cxy1vpCMUDFimVU6SwOw", "YOUTUBE_API_KEY" : "AIzaSyCV4OPt03TZKzjL9OPuE0AKv9HiwZyaqIw", "SOUNDCLOUD_CLIENT_ID" : "", "MAX_PLAYLIST_SIZE" : 10, "PREFIX" : "&", "PRUNING" : false}
json_instruct
{"type": "object", "properties": {"TOKEN": {"type": "string"}, "YOUTUBE_API_KEY": {"type": "string"}, "SOUNDCLOUD_CLIENT_ID": {"type": "string"}, "MAX_PLAYLIST_SIZE": {"type": "integer"}, "PREFIX": {"type": "string"}, "PRUNING": {"type": "boolean"}}, "required": ["TOKEN", "YOUTUBE_API_KEY", "SOUNDCLOUD_CLIENT_ID", "MAX...
Please provide a valid JSON object following this schema: {"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" : "\u041d\u0430\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0449\u0430\u044f SIG MPX Gen1 Handguard rail adapter 2 inch", "ShortName" : "2In. Gen1", "Description" : "\u041d\u0430\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0449\u0430\u044f SIG MPX Gen1 Handguard rail adapter 2 \u0434\u044e\u0439\u043c\u0430, \u04...
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": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"...
{"n_dim" : 8, "n_trials" : 210, "objective" : "markowitz_analytic_on_cube", "white" : "pymoo_unsga3", "black" : "pysot_ei", "traceback" : ["passing", "passing"], "best_val" : [0.08195694802726389, 0.09306999835227542], "best_x" : [[2.4751198302030986e-06, 0.004260887785739076, 0.10628860182682165, 0.0001244892238896344...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "370982111201", "text" : "\u540e\u5be8\u6751\u59d4\u4f1a"}, {"id" : "370982111202", "text" : "\u5927\u5be8\u6751\u59d4\u4f1a"}, {"id" : "370982111203", "text" : "\u897f\u5be8\u6751\u59d4\u4f1a"}, {"id" : "370982111204", "text" : "\u897f\u6c88\u6751\u6751\u59d4\u4f1a"}, {"id" : "370982111205", "text" : "\u4e1c\...
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": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "watch": {"type": "boolean"}, "node_args": {"t...
{"apps" : [{"name" : "deploy-server", "script" : "npm", "args" : ["run", "build-server"], "watch" : false, "node_args" : "", "merge_logs" : true, "log_file" : "logs/server-pro.log", "error_file" : "logs/server-pro-err.log", "out_file" : "logs/server-pro-out.log", "pid_file" : "logs/server-pro.pid", "env" : {"NODE_ENV" ...
json_instruct
{"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "watch": {"type": "boolean"}, "node_args": {"type": "string"}, "merge_logs": {"type": "boolean"}, "log_...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "e2189cbfca83a6b7f82a650529629a4c981d3378"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"format_version": {"type": "string"}, "minecraft:item": {"type": "object", "properties": {"description": {"type": "object", "properties": {"identifier": {"type": "string"}, "category": {"type": "string"}, "register_to_creative_...
{"format_version" : "1.12", "minecraft:item" : {"description" : {"identifier" : "blade_pack:wood_blade", "category" : "Items", "register_to_creative_menu" : true}, "components" : {"minecraft:icon" : "wood_blade", "minecraft:render_offsets" : "tools"}}}
json_instruct
{"type": "object", "properties": {"format_version": {"type": "string"}, "minecraft:item": {"type": "object", "properties": {"description": {"type": "object", "properties": {"identifier": {"type": "string"}, "category": {"type": "string"}, "register_to_creative_menu": {"type": "boolean"}}, "required": ["identifier", "ca...
Generate a valid JSON object that conforms to the following schema: {"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" : "Tutorial Participation", "weight" : 10}, {"name" : "Weekly Online Multiple-Choice Tests", "weight" : 20}, {"name" : "Library Assignment", "weight" : 10}, {"name" : "Major Essay", "weight" : 60}]}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"navbar": {"type": "object", "properties": {"tidb": {"type": "string"}, "tools": {"type": "string"}, "cloud": {"type": "string"}, "developerGuide": {"type": "string"}, "searchDocs": {"type": "string"}}, "required":...
{"navbar" : {"tidb" : "TiDB", "tools" : "Tools", "cloud" : "Cloud", "developerGuide" : "Developer Guide", "searchDocs" : "Search Docs"}, "search" : {"type" : "Docs Type:", "version" : "Version:", "resultTips" : {"title" : "Sorry. We couldn't find what you're looking for.", "content1" : "If you've come to pages of an un...
json_instruct
{"type": "object", "properties": {"navbar": {"type": "object", "properties": {"tidb": {"type": "string"}, "tools": {"type": "string"}, "cloud": {"type": "string"}, "developerGuide": {"type": "string"}, "searchDocs": {"type": "string"}}, "required": ["tidb", "tools", "cloud", "developerGuide", "searchDocs"]}, "search": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"words": {"type": "object", "properties": {"err": {"type": "string"}}, "required": ["err"]}, "lines": {"type": "object", "properties": {"err": {"type": "string"}}, "required": ["err"]}}, "required": ["words", "lines...
{"words" : {"err" : "color: red;"}, "lines" : {"err" : "font-weight: bold;"}}
json_instruct
{"type": "object", "properties": {"words": {"type": "object", "properties": {"err": {"type": "string"}}, "required": ["err"]}, "lines": {"type": "object", "properties": {"err": {"type": "string"}}, "required": ["err"]}}, "required": ["words", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ratio": {"type": "number"}, "textures": {"type": "array", "items": {}}, "floats": {"type": "array", "items": {"type": "string"}}, "vectors2": {"type": "array", "items": {}}, "vectors3": {"type": "array", "items": {}}}, "required...
{"ratio" : 1.0, "textures" : [], "floats" : ["multiplier"], "vectors2" : [], "vectors3" : []}
json_instruct
{"type": "object", "properties": {"ratio": {"type": "number"}, "textures": {"type": "array", "items": {}}, "floats": {"type": "array", "items": {"type": "string"}}, "vectors2": {"type": "array", "items": {}}, "vectors3": {"type": "array", "items": {}}}, "required": ["ratio", "textures", "floats", "vectors2", "vectors3"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001913": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ...
{"type" : "Topology", "objects" : {"E01001913" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00009545", "LAD11CD" : "E09000013"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001913": {"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": {"aps_1": {"type": "object", "properties": {"type_1": {"type": "string"}, "version_1": {"type": "string"}, "sender_0": {"type": "string"}, "replyTarget_0": {"type": "string"}}, "required": ["type_1", "version_1...
{"aps_1" : {"type_1" : "NamedRule:TEXT_NUM_DASH_DOT", "version_1" : "#>=0.0", "sender_0" : "NamedRule:TEXT_NUM_DOT", "replyTarget_0" : "NamedRule:BUS_ADDRESS"}, "content_1" : {}}
json_instruct
{"type": "object", "properties": {"aps_1": {"type": "object", "properties": {"type_1": {"type": "string"}, "version_1": {"type": "string"}, "sender_0": {"type": "string"}, "replyTarget_0": {"type": "string"}}, "required": ["type_1", "version_1", "sender_0", "replyTarget_0"]}, "content_1": {"type": "object", "properties...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "server": {"type": "array", "it...
{"required" : true, "minVersion" : "0.8", "package" : "paulevs.creative.mixin", "compatibilityLevel" : "JAVA_8", "mixins" : ["BlockBaseInvoker", "BlockBaseMixin", "BucketMixin", "GhastMixin", "LivingMixin", "MonsterBaseMixin", "PlayerBaseMixin", "SpiderMixin"], "server" : ["server.ServerPlayerPacketHandlerMixin", "serv...
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "server": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "i...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7472030", "regency_id" : "7472", "name" : "SORAWOLIO"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$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"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object...
{"name" : "tmsecomix.com", "version" : "1.0.0", "description" : "tmse comix devstack", "main" : "main.js", "dependencies" : {}, "devDependencies" : {"axios" : "^0.18.0", "browser-sync" : "^2.26.0", "cssnano" : "^4.1.4", "gulp" : "^3.9.1", "gulp-autoprefixer" : "^6.0.0", "gulp-postcss" : "^8.0.0", "gulp-sass" : "^4.0.1"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "browser-syn...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": ...
{"topic" : "compile problems due to src/rt/Version.c", "category" : "radiance-general", "attachments" : [], "created_by_name" : "Lars O. Grobe", "created_at" : "November 21, 2012 at 08:09AM", "body" : "Hi all,\n\n\nI had experienced that problem several times (don't know how many) before. I fixed it manually all the ti...
json_instruct
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["to...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long...
{"place_name" : "Andalusia", "state_name" : "Alabama", "state_abbrv" : "AL", "lat" : "31.2971", "long" : "-86.4905"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"customer": {"type": "string"}, "interceptor": {"type": "string"}, "job": {"type": "string"}, "source": {"type": "string"}, "sourceFile": {"type": "string"}, "virtualDevices": {"type": "object", "properties": {"...
{"customer" : "Bespoken", "interceptor" : "src/nlp/process/benchmark-interceptor", "job" : "nlp-benchmark-siri", "source" : "src/nlp/process/benchmark-source", "sourceFile" : "input/datasets/comqa.json", "virtualDevices" : {"robot-6" : {"tags" : ["siri"]}}, "virtualDeviceBaseURL" : "https://virtual-device-robot-dev.bes...
json_instruct
{"type": "object", "properties": {"customer": {"type": "string"}, "interceptor": {"type": "string"}, "job": {"type": "string"}, "source": {"type": "string"}, "sourceFile": {"type": "string"}, "virtualDevices": {"type": "object", "properties": {"robot-6": {"type": "object", "properties": {"tags": {"type": "array", "item...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "homepa...
{"name" : "letstakeapoll", "version" : "0.1.0", "description" : "A website for taking polls", "main" : "index.js", "author" : "Joseph Jeffrey", "license" : "MIT", "repository" : "git://github.com/jjjeffrey/letstakeapoll.git", "homepage" : "https://github.com/jjjeffrey/letstakeapoll", "dependencies" : {"body-parser" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "p...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "450923115001", "text" : "\u6c99\u6cb3\u8857\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450923115201", "text" : "\u65b0\u9999\u6751\u59d4\u4f1a"}, {"id" : "450923115202", "text" : "\u7af9\u65fa\u6751\u59d4\u4f1a"}, {"id" : "450923115203", "text" : "\u5927\u89c2\u6751\u59d4\u4f1a"}, {"id" : "450923115204", "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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"resourceName": {"type": "string"}, "attr_character_encoding": {"type": "object", "properties": {"Contract_Signer.id": {"type": "string"}, "Contract_Signer.signature": {"type": "string"}, "Contract_Signer.type": {"type": "st...
{"resourceName" : "Contract_Signer", "attr_character_encoding" : {"Contract_Signer.id" : "utf-8", "Contract_Signer.signature" : "utf-8", "Contract_Signer.type" : "utf-8", "Contract_Signer.extension" : "utf-8", "Contract_Signer.party" : "utf-8", "Contract_Signer.modifierExtension" : "utf-8"}}
json_instruct
{"type": "object", "properties": {"resourceName": {"type": "string"}, "attr_character_encoding": {"type": "object", "properties": {"Contract_Signer.id": {"type": "string"}, "Contract_Signer.signature": {"type": "string"}, "Contract_Signer.type": {"type": "string"}, "Contract_Signer.extension": {"type": "string"}, "Cont...