input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "/home/deki/Projects/Messaging/app/build/intermediates/res/merged/debug/xml-mcc214-mnc003/mms_config.xml", "source" : "/home/deki/Projects/Messaging/app/src/main/res/xml-mcc214-mnc03/mms_config.xml"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"thresholds": {"type": "object", "properties": {"performance": {"type": "number"}, "pwa": {"type": "number"}, "bestpractices": {"type": "number"}, "seo": {"type": "number"}, "accessibility": {"type": "number"}}, "required": ["per...
{"thresholds" : {"performance" : 5.0, "pwa" : 5.0, "bestpractices" : 5.0, "seo" : 5.0, "accessibility" : 5.0}}
json_instruct
{"type": "object", "properties": {"thresholds": {"type": "object", "properties": {"performance": {"type": "number"}, "pwa": {"type": "number"}, "bestpractices": {"type": "number"}, "seo": {"type": "number"}, "accessibility": {"type": "number"}}, "required": ["performance", "pwa", "bestpractices", "seo", "accessibility"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "umdModuleIds": {"type": "object", "properties": {"ng-click-outside": {"type": "stri...
{"$schema" : "../../node_modules/ng-packagr/ng-package.schema.json", "dest" : "../../dist/mica-shared", "lib" : {"entryFile" : "src/public_api.ts", "umdModuleIds" : {"ng-click-outside" : "ngClickOutside", "ngx-spinner" : "ngxSpinner", "url-parse" : "URL", "uuid" : "uuid", "@mica/controls" : "@mica/controls"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "umdModuleIds": {"type": "object", "properties": {"ng-click-outside": {"type": "string"}, "ngx-spinner": {"type": "string"}, "url-parse": {"type": "strin...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "strin...
{"type" : "bundle", "id" : "bundle--89f79b23-1f83-4b9d-8a86-cf32af244385", "spec_version" : "2.0", "objects" : [{"type" : "course-of-action", "id" : "course-of-action--03b327e5-f806-4fa7-bcf9-a8ed3dd9ddb2", "created_by_ref" : "identity--31f421d4-bb36-4dbf-9dfc-c116a91de14b", "created" : "2014-06-23T00:00:00.000Z", "mod...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "xAxis": {"type": "string"}, "yAxis": {"type": "string"}, "columnType": {"type": "string"}, "graphType": {"type": "string"}, "summaryType": {"type": "string"}, "summary": {"type": ...
{"title" : "min of Manufacturing Price by Country", "xAxis" : "Country", "yAxis" : "Manufacturing Price", "columnType" : "two", "graphType" : "bar", "summaryType" : "nlp", "summary" : ["This statistic shows the number of Price Country Manufacturing farm projects Price in leading Manufacturing power countries as of Octo...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "xAxis": {"type": "string"}, "yAxis": {"type": "string"}, "columnType": {"type": "string"}, "graphType": {"type": "string"}, "summaryType": {"type": "string"}, "summary": {"type": "array", "items": {"type": "string"}}, "trends": {"type": "array", "items": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "repository_url": {"type": "string"}}, "required": ["title", "description", "repository_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "JonSingh.com", "description" : "Jon's Blog", "repository_url" : ""}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "repository_url": {"type": "string"}}, "required": ["title", "description", "repository_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"jodit.min.css": {"type": "string"}, "jodit.min.js": {"type": "string"}}, "required": ["jodit.min.css", "jodit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jodit.min.css" : "sha512-8gCthSrQtNVjy8s3HAZVRTr+pRZmW02ipMBDtwdvIRJk7tg8iKbJrHId5UGdzTGUvGJ40oFQkmb0WijlGVnXkg==", "jodit.min.js" : "sha512-DAC2pa6c8EBvHYqBr0WJWzb2p2UK5dyjSg2F4dcq4GRtP/xkIwHPj+pMrA4DleKhRjraKetUHsv9M1sH8+o1pA=="}
json_instruct
{"type": "object", "properties": {"jodit.min.css": {"type": "string"}, "jodit.min.js": {"type": "string"}}, "required": ["jodit.min.css", "jodit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "prop...
{"name" : "docker-share", "version" : "1.0.0", "description" : "Share local folders with a Docker Machine VM", "license" : "MIT", "bin" : "bin.js", "author" : "Vincent Weevers", "scripts" : {"test" : "standard"}, "dependencies" : {"docker-machine" : "~3.0.1", "run-series" : "~1.1.4", "unixify" : "~1.0.0", "yargs" : "~1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "depend...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"prefecture": {"type": "string"}, "city": {"type": "string"}, "prefecture_kana": {"type": "string"}, "city_kana": {"type": "string"}, "code": {"type": "string"}, "code5": {"type": "string"}}, "required": ["prefectur...
{"prefecture" : "\u611b\u5a9b\u770c", "city" : "\u4e0a\u5cf6\u753a", "prefecture_kana" : "\u30a8\u30d2\u30e1\u30b1\u30f3", "city_kana" : "\u30ab\u30df\u30b8\u30de\u30c1\u30e7\u30a6", "code" : "383562", "code5" : "38356"}
json_instruct
{"type": "object", "properties": {"prefecture": {"type": "string"}, "city": {"type": "string"}, "prefecture_kana": {"type": "string"}, "city_kana": {"type": "string"}, "code": {"type": "string"}, "code5": {"type": "string"}}, "required": ["prefecture", "city", "prefecture_kana", "city_kana", "code", "code5"], "$schema"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t...
{"name" : "PaymentGateway.IO", "version" : "1.0.0", "description" : "PaymentGateway.IO helps you gain access to the payment gateways to accept cards and payments online. ================", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "PaymentGateway.IO", "license...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywo...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": ...
{"id" : "ANT491Y1F20199", "code" : "ANT491Y1F", "name" : "Internship in Anthropology", "description" : "This course is an opportunity to apply acquired knowledge in anthropology or archeology in a work placement environment. Opportunities may include local community organizations, international development organization...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "inte...
{"Id" : "132989", "ProductId" : "B0090X8IPM", "UserId" : "A2NMQWBDWT3SQF", "ProfileName" : "Lorel Shea", "HelpfulnessNumerator" : 0, "HelpfulnessDenominator" : 0, "Score" : 4, "date" : "2010-12-29", "Summary" : "a pleasant brew", "text" : "Starbucks coffee has a signature taste that my husband describes as \"burnt bean...
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "date": {"type": "string"}, "Summary": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type...
{"\u5de5\u5ee0\u540d\u7a31" : "\u806f\u83ef\u6c23\u9ad4\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u524d\u93ae\u5de5\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "90K00976", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u9ad8\u96c4\u5e02\u524d\u93ae\u5340\u9ad8\u96c4\u...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"vani...
{"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" : {"vanityfox" : {"title" : "VanityFox", "channel_id" : 84850658, "link" : "http:/...
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": {"vanityfox": {"type": "object", "properties": {"title": {"type...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "locat...
{"$schema" : "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion" : "1.0.0.1", "parameters" : {"name" : {"type" : "string"}, "location" : {"type" : "string"}, "sqlpoolName" : {"type" : "string", "defaultValue" : "sqlpool1"}, "sku" : {"type" : "string", "defaultValue" : "DW...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "location": {"type": "object", "properties": {"type": {"type": "string"}}, ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"<page title>": {"type": "string"}, "camera type": {"type": "string"}, "deal first added on": {"type": "string"}, "ean13": {"type": "string"}, "last updated": {"type": "string"}, "manufacturer": {"type": "string"},...
{"<page title>" : "Nikon D3200 24.2MP Digital SLR on sale for $379.00", "camera type" : "SLR", "deal first added on" : "4-May-2012", "ean13" : "0018208254927", "last updated" : "10-October-2014", "manufacturer" : "Nikon", "product name" : "Nikon D3200 24.2MP Digital SLR with 18-55mm f/3.5-5.6 AF-S DX VR Zoom Lens", "re...
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "camera type": {"type": "string"}, "deal first added on": {"type": "string"}, "ean13": {"type": "string"}, "last updated": {"type": "string"}, "manufacturer": {"type": "string"}, "product name": {"type": "string"}, "retail price": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "i...
{"name" : "ngTagsInput", "version" : "2.1.9", "homepage" : "https://github.com/margielm/ngTagsInput", "description" : "ngTagsInput with customizable auto-complete popup", "main" : ["./build/ng-tags-input.min.js", "./build/ng-tags-input.min.css", "./build/ng-tags-input.bootstrap.min.css"], "license" : "MIT", "ignore" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"assetSecuritizationTransactionInitiateActionRecord": {"type": "object", "properties": {}, "required": []}, "assetSecuritizationTransactionInstanceStatus": {"type": "string"}, "assetSecuritizationTransactionSt...
{"assetSecuritizationTransactionInitiateActionRecord" : {}, "assetSecuritizationTransactionInstanceStatus" : "assetSecuritizationTransactionInstanceStatus", "assetSecuritizationTransactionStatus" : "assetSecuritizationTransactionStatus", "assetSecuritizationTransactionSelectedOption" : "assetSecuritizationTransactionSe...
json_instruct
{"type": "object", "properties": {"assetSecuritizationTransactionInitiateActionRecord": {"type": "object", "properties": {}, "required": []}, "assetSecuritizationTransactionInstanceStatus": {"type": "string"}, "assetSecuritizationTransactionStatus": {"type": "string"}, "assetSecuritizationTransactionSelectedOption": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_rig...
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [122.96062992126, 38.4, 0.918898522853851, 92.7244094488189, 80.9890909090909, 0.693881332874298, 54.6771653543307, 74.9381818181818, 0.58719926327467, 3.77952755905512, 118.690909090909, 0.646688632667065, 51.1496062992126, 158.72, 0.627707082778...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "...
{"name" : "mweimann/vanilla-blog", "description" : "Vanilla framework test", "homepage" : "https://github.com/weeman1337/vanilla-blog", "license" : "MIT", "authors" : [{"name" : "Michael Weimann", "email" : "mail@michael-weimann.eu"}], "require" : {"php" : ">=7.1.0", "ext-gd" : "*", "ext-json" : "*", "slim/slim" : "^3....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2002, 5], [2008, 5], [2010, 8], [2013, 5], [2014, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"chainfetch": {"type": "object",...
{"name" : "wallurl", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"chainfetch" : {"version" : "1.2.0", "resolved" : "https://registry.npmjs.org/chainfetch/-/chainfetch-1.2.0.tgz", "integrity" : "sha512-cALMo/W7G63iiliY/Rh/2CZE7fnbKAhedF2AMKwFZJhnFmh1j+BeeLNgtlz7K5F23ApHeY2I0TyteoRF8P...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"chainfetch": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"total": {"type": "integer"}, "pass": {"type": "integer"}, "fail": {"type": "integer"}, "skip": {"type": "integer"}, "classes": {"type": "array", "items": {"type": "string"}}, "startTime": {"type": "integer"}, "...
{"total" : 5, "pass" : 0, "fail" : 4, "skip" : 0, "classes" : ["com.qmetry.qaf.automation.step.client.Scenario", "com.qmetry.qaf.automation.step.client.DataDrivenScenario"], "startTime" : 1520969948859, "endTime" : 1520969955663}
json_instruct
{"type": "object", "properties": {"total": {"type": "integer"}, "pass": {"type": "integer"}, "fail": {"type": "integer"}, "skip": {"type": "integer"}, "classes": {"type": "array", "items": {"type": "string"}}, "startTime": {"type": "integer"}, "endTime": {"type": "integer"}}, "required": ["total", "pass", "fail", "skip...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"lit=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "lit=true": {"type": "object", "properties": {"model": {"type": ...
{"variants" : {"lit=false" : {"model" : "chipped:block/redstone_torch_14_off"}, "lit=true" : {"model" : "chipped:block/redstone_torch_14"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"lit=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "lit=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["lit=false", "lit=true"]}...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["graphql-compose-mongoose"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"ty...
{"geometry" : {"type" : "Point", "coordinates" : [-74.0, 40.23]}, "type" : "Feature", "id" : "07711", "properties" : {"other_cities" : "Loch Arbour, W Allenhurst, West Allenhurst", "city" : "Allenhurst", "state" : "NJ", "county" : "Monmouth County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"canMemoize": {"type": "string"}, "copy": {"type": "string"}, "create": {"type": "string"}, "init": {"type": "string"}, "isRefreshing": {"type": "str...
{"className" : "io.deephaven.db.v2.select.python.ConditionFilterPython", "methods" : {"canMemoize" : "Can this filter operation be memoized?\n\n:return: (boolean) if this filter can be memoized", "copy" : "Create a copy of this SelectFilter.\n\n:return: (io.deephaven.db.v2.select.AbstractConditionFilter) an independent...
json_instruct
{"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"canMemoize": {"type": "string"}, "copy": {"type": "string"}, "create": {"type": "string"}, "init": {"type": "string"}, "isRefreshing": {"type": "string"}, "renameFilter": {"type": "string"}}, "required": ["c...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min....
{"compatibility.js" : "sha256-zthcGd4EsOu+9mdSIHTx82u9cGZb8wfVFbJtDOCyl6M=", "compatibility.min.js" : "sha256-j09EByemDiuWdVDqrJce4du6dghT/hu5JRNcWIYghHA=", "pdf_viewer.css" : "sha256-xb2S9uwsLkKCW7Lg836Kaz5AiiXLhVNuOwERHxPIbG8=", "pdf_viewer.js" : "sha256-0qdSXx0c3pvscbxm00zb5ThXfoq92IjhxqpZ85+/Xw0=", "pdf_viewer.min....
json_instruct
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf....
Using the following JSON schema, generate a compatible JSON instance: {"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" : 101854907, "type" : "Feature", "properties" : {"src:alt_label" : "whosonfirst", "src:geom" : "whosonfirst", "wof:geomhash" : "63d94bba76f62cf21c74b25d31e3c866", "wof:id" : 101854907, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [0.111733, 52.247848, 0.111733, 52.247848], "geometry" : {"coordinates" : [0....
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": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array"...
{"author" : "Rachel Hadas", "classification" : "", "keywords" : [], "period" : "", "reference" : "http://www.poetryfoundation.org/poetrymagazine/poem/146671", "region" : "", "text" : ["The taste is strong as ever,", "figs and cheese and wine.", "I recall each savor;", "the taste is strong as ever,", "even if it will ne...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string...
Construct a JSON document that adheres to this schema specification: {"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" : "Mira hologr\u00e1fica EOTech XPS3-0", "ShortName" : "XPS3-0", "Description" : "O XPS3 \u00e9 mais compacto do que os outras miras hologr\u00e1ficas, mas t\u00e3o eficaz quanto; Al\u00e9m disso, essa abordagem deixa mais espa\u00e7o de montagem para equipamentos adicionais. Tanto os ca\u00e7adores como as for...
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {}, "required": []}, "content_sc...
{"manifest_version" : 2, "name" : "mini-note", "version" : "0.1", "description" : "Adds persistent notes to the browser", "icons" : {}, "content_scripts" : [{"matches" : ["*://*.mozilla.org/*"], "js" : ["mini-note.js"]}]}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {}, "required": []}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "ascLocation": {"type": "string"}, "taskName": {"type": "string"}}, "required": ["api-version"...
{"parameters" : {"api-version" : "2015-06-01-preview", "subscriptionId" : "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "ascLocation" : "westeurope", "taskName" : "62609ee7-d0a5-8616-9fe4-1df5cca7758d"}, "responses" : {"200" : {"body" : {"id" : "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security...
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "ascLocation": {"type": "string"}, "taskName": {"type": "string"}}, "required": ["api-version", "subscriptionId", "ascLocation", "taskName"]}, "responses": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"rating": {"type": "string"}, "episodes": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "rating": {"type": "string"}, "episode-num":...
{"rating" : "9.2", "episodes" : {"1" : [{"date" : "12 Jan. 2014", "rating" : "8.9", "episode-num" : "1", "episode-name" : "The Long Bright Dark"}, {"date" : "19 Jan. 2014", "rating" : "8.9", "episode-num" : "2", "episode-name" : "Seeing Things"}, {"date" : "26 Jan. 2014", "rating" : "9.1", "episode-num" : "3", "episode...
json_instruct
{"type": "object", "properties": {"rating": {"type": "string"}, "episodes": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "rating": {"type": "string"}, "episode-num": {"type": "string"}, "episode-name": {"type": "string"}}, "required": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/s...
{"parent" : "minecraft:item/handheld", "textures" : {"layer0" : "astral:item/metaphoric_flesh"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$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" : 2, "n_trials" : 50, "objective" : "rastrigin_on_cube", "white" : "bayesopt_poi", "black" : "pymoo_nsga3", "traceback" : ["passing", "passing"], "best_val" : [0.17352181615613654, 3.1487252170677285], "best_x" : [[0.5321415685628397, 0.6245344883558559], [0.8023703235258222, 0.23962683262844087]], "feval_coun...
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": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"run": {"type": "string"}}, "required": ["ru...
{"name" : "proxy", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"run" : "node index.js"}, "author" : "", "license" : "ISC", "devDependencies" : {"koa" : "^2.13.0", "koa-router" : "^10.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"run": {"type": "string"}}, "required": ["run"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDepe...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "ureide", "definition" : "Any one of the many complex derivatives of urea; thus, hydantoin, and, in an extended dense, guanidine, caffeine, et., are ureides. [Written also ureid.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"manifestVersion": {"type": "integer"}, "id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "galleryFlags": {"type": "array", "items": {"type": "...
{"manifestVersion" : 1, "id" : "powerapps-ox-build-tools", "name" : "PowerApps Ox Build Tools", "version" : "1.6.0", "publisher" : "ThomasOchsenbein", "galleryFlags" : ["Public", "Preview"], "targets" : [{"id" : "Microsoft.VisualStudio.Services"}], "description" : "This Azure DevOps Extension delivers build automation ...
json_instruct
{"type": "object", "properties": {"manifestVersion": {"type": "integer"}, "id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "galleryFlags": {"type": "array", "items": {"type": "string"}}, "targets": {"type": "array", "items": {"type": "object", "proper...
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" : [[[-118.017638, 33.954616], [-118.010459, 33.963601], [-118.006298, 33.963378], [-118.001947, 33.96191], [-118.001951, 33.963915], [-118.000909, 33.965318], [-117.992347, 33.969507], [-117.982791, 33.976834], [-117.976652, 3...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://jso...
{"text" : {"0" : {"m1" : "\u062f\u0648 \u0644\u0628 \u0686\u0648 \u0646\u0627\u0631 \u06a9\u0641\u06cc\u062f\u0647 \u062f\u0648 \u0628\u0631\u06af \u0633\u0648\u0633\u0646 \u0633\u0631\u062e", "m2" : "\u062f\u0648 \u0631\u062e \u0646\u0627\u0631 \u0634\u06a9\u0641\u062a\u0647 \u062f\u0648 \u0628\u0631\u06af \u0644\u062...
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"ty...
{"citations" : [{"textCitation" : "[See vtoclegft on Metamath](http://us.metamath.org/mpegif/vtoclegft.html)"}], "names" : ["vtoclegft"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_cB", "#T_w3a--1", "#T_wnf", "#T_vx", "#T_wph", "#T_w3a--2", "#T_wal", "#T_vx", "#T_vx", "#T_wceq", "#T_cA", "...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"typ...
{"author" : {"id" : "t2_3k896n1i", "name" : "ultimategeek213"}, "date" : {"day" : 1584576000, "full" : 1584657327, "month" : 1583020800, "week" : 1584230400}, "id" : "t3_fljd4g", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 79963, "fullUrl" : "https://preview.redd.it/xi0q8iqaipn41.jpg?auto=webp&s=5cd14c13...
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"}},...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/skath/skathbanner1/skathbanner1.object": {"type": "array", "items": {"type": "string"}}}, "req...
[{"DeniedAlternatives" : [], "Files" : {"objects/skath/skathbanner1/skathbanner1.object" : ["/description"]}, "Texts" : {"Chs" : "\u4e00\u4e2a\u6a2a\u5e45\uff0c\u5e26\u6709\u5370\u8ff9\u7684\u65af\u62c9\u7279\u7684\u5fbd\u7ae0\u3002", "Eng" : "A banner with the emblem of the Skath imprinted on it."}}, {"DeniedAlternati...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/skath/skathbanner1/skathbanner1.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/skath/skathbanner1/skathbanner1.object"]}...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"946887996827": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subject...
{"946887996827" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/NS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfQmFycmFjdWRhLmh0bWwtYW5hbHl0aWNzLTk0Njg4Nzk5NjczNQ==.json"}, "946887997025" : {"type" : "st"}, "94688799702...
json_instruct
{"type": "object", "properties": {"946887996827": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946887997025": {"type": "object", "properties": {"t...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "dataset": ...
{"@context" : "http://schema.org", "@type" : ["BioChemEntity", "Sample"], "identifier" : ["biosamples:SAMN02603627", "mmp.ref:MMP02603627"], "name" : "Vibrio fischeri MJ11", "url" : "https://mmp.sfb.uit.no/databases/marref/#/records/MMP02603627", "dataset" : ["http://www.ebi.ac.uk/ena/data/search?query=PRJNA19393", "ht...
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "dataset": {"type": "array", "items": {"type": "string"}}, "additionalProperty":...
Based on the schema below, produce a valid JSON object: {"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"}, "c...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Katipunan, Quezon City, Metropolitan Manila, National Capital Region, PH", "locale" : "ph.national-capital-region.metropolitan-manila.quezon-city.katipunan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines",...
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": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}...
{"name" : "Max-Tau-Grund- und Gemeinschaftsschule der Stadt Kiel", "id" : "SH-0707066", "address" : "Odensestra\u00dfe 6, 24109 Kiel", "school_type" : "Gemeinschaftsschule ohne Oberstufe", "legal_status" : 1, "fax" : "0431 - 26095746", "phone" : "0431 - 2609570", "provider" : "Landeshauptstadt Kiel", "headmaster" : "He...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "headmaster": {"type": "string"}, "state"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"},...
{"geometry" : {"type" : "Point", "coordinates" : [-94.53, 38.81]}, "type" : "Feature", "id" : "64012", "properties" : {"other_cities" : "Village Of Loch Lloyd, Vlg Loch Loyd", "city" : "Belton", "state" : "MO", "county" : "Cass County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "supports": {"type": "string"}, "features": {"t...
{"name" : "directxsdk", "version-string" : "jun10", "port-version" : 5, "description" : "Legacy DirectX SDK", "homepage" : "https://docs.microsoft.com/en-us/windows/win32/directx-sdk--august-2009-", "supports" : "windows & !uwp & !arm", "features" : {"xaudio2-7" : {"description" : "Include headers/libs for legacy XAudi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "supports": {"type": "string"}, "features": {"type": "object", "properties": {"xaudio2-7": {"type": "object", "prope...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@mrbuilder/cli": {"type": "string"}},...
{"name" : "@mrbuilder/example-multi-app-cli", "description" : "Shows how you can use cli to configure mrbuilder", "version" : "4.4.7-alpha.9", "private" : true, "devDependencies" : {"@mrbuilder/cli" : "^4.4.7-alpha.9"}, "scripts" : {"clean" : "mrbuilder-clean app", "start" : "mrbuilder --entry index=./public/index.js o...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@mrbuilder/cli": {"type": "string"}}, "required": ["@mrbuilder/cli"]}, "scripts": {"type": "object", "prop...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:ts": {"type": "string"}, "build:babel": {...
{"name" : "rollup-typescript-babel", "version" : "1.0.0", "description" : "A sample setup using Rollup and Babel to build TypeScript code, and using TypeScript for type-checking.", "scripts" : {"build" : "rollup -c", "build:ts" : "tsc --rootDir ./src --outDir ./dist", "build:babel" : "babel src -d ./dist --extensions '...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:ts": {"type": "string"}, "build:babel": {"type": "string"}}, "required": ["build", "build:ts", "build:babel"]},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required...
{"contacts" : [{"name" : "Dr. Sunita banerji", "email" : "", "designation" : "chairperson", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=916", "name" : "Ballygunj Society for Children in Pain", "primaryEmail" : "chip.mumbai@gmail.com", "website" : "www.chipmumbai.org", "organisati...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty...
Construct a JSON document that adheres to this schema specification: {"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": "...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Napnot, Madalag, Aklan, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.aklan.madalag.napnot", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "16", "region_referen...
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": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"animations": {"type": "array", "items": {"type": "object", "properties": {"loop": {"type": "boolean"}, "offsets": {"type": "array", "items": {"type": "integer"}}, "anim": {"type": "string"}, "fps": {"type": "integer"}, "name":...
{"animations" : [{"loop" : false, "offsets" : [70, -160], "anim" : "idle", "fps" : 24, "name" : "Tankman Idle Dance", "indices" : []}, {"loop" : true, "offsets" : [139, -102], "anim" : "singLEFT", "fps" : 24, "name" : "Tankman Note Left", "indices" : []}, {"loop" : true, "offsets" : [140, -258], "anim" : "singDOWN", "f...
json_instruct
{"type": "object", "properties": {"animations": {"type": "array", "items": {"type": "object", "properties": {"loop": {"type": "boolean"}, "offsets": {"type": "array", "items": {"type": "integer"}}, "anim": {"type": "string"}, "fps": {"type": "integer"}, "name": {"type": "string"}, "indices": {"type": "array", "items": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id_1567": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1567"], "$schema": "http://json-schema.org/draft-0...
{"id_1567" : {"publicdate" : "2008-10-17 08:20:45", "title" : "The Meaning of the Glorious Koran"}}
json_instruct
{"type": "object", "properties": {"id_1567": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1567"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "r...
{"type" : "crafting_shaped", "group" : "smoky_quartz_wall", "pattern" : ["###", "###"], "key" : {"#" : {"item" : "assorteddiscoveries:smoky_quartz_block"}}, "result" : {"item" : "assorteddiscoveries:smoky_quartz_wall", "count" : 6}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "url": {"type": "string"}, "version": {"type": "s...
{"resourceType" : "ValueSet", "id" : "2.16.840.1.114222.4.11.7651", "meta" : {"source" : "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.7651"}, "url" : "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7651", "version" : "2", "name" : "PHVS_PreviousCaseDiagnosedBy_Rubella", "t...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies...
{"name" : "repr", "version" : "0.0.1", "authors" : ["Greizgh <greizgh@ephax.org>"], "description" : "Pelican theme", "license" : "MIT", "private" : true, "dependencies" : {"materialize" : "~0.96.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"materialize": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"SantaOranges": {"type": "number"}, "LargeOranges": {"type": "number"}, "SmallOranges": {"type": "number"}, "RedApples": {"type": "number"}, "GoldApples": {"type": "number"}, "GalaApples": {"type": "number"}, "SmallGrapefruit":...
{"SantaOranges" : 12.25, "LargeOranges" : 29.5, "SmallOranges" : 16.5, "RedApples" : 29.75, "GoldApples" : 29.75, "GalaApples" : 31.0, "SmallGrapefruit" : 20.5, "LargeGrapefruit" : 36.5, "Clementines" : 6.0}
json_instruct
{"type": "object", "properties": {"SantaOranges": {"type": "number"}, "LargeOranges": {"type": "number"}, "SmallOranges": {"type": "number"}, "RedApples": {"type": "number"}, "GoldApples": {"type": "number"}, "GalaApples": {"type": "number"}, "SmallGrapefruit": {"type": "number"}, "LargeGrapefruit": {"type": "number"},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "charm:block/bookcase/spruce_bookcase_0"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "Addre...
{"IsRecentlyVerified" : false, "ID" : 167190, "UUID" : "9E7B63AF-317B-4F16-97B4-917823C7079F", "DataProviderID" : 1, "OperatorID" : 80, "UsageTypeID" : 4, "AddressInfo" : {"ID" : 167549, "Title" : "SAN PAOLO Via Dante | ENELX", "AddressLine1" : "Via Dante", "Town" : "San Paolo", "StateOrProvince" : "BS", "Postcode" : "...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "T...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["jjve", "json-schema-consolidate", "jvu"]
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": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator...
{"ajv.bundle.js" : "sha256-gWQRQWiNSboCVIxodOz2hJSAcbyM1y8DFryC1t6jGRc=", "ajv.min.js" : "sha256-BZH4ZtWs9Q2kdoyNNDOHx0jJapMP2BBQgacbdXA4Tq4=", "nodent.min.js" : "sha256-hR3tAvTDz2Q7OjgfBREeZLhMi/srSJBY2za4/1/gewA=", "regenerator.min.js" : "sha256-DCn2+JpjVoKg7vwWEMlzVpAsTDuM/MWmAaWigD06omM="}
json_instruct
{"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Brunei", "value" : 42768.669}, {"name" : "Cambodia", "value" : 25563.963}, {"name" : "Indonesia", "value" : 0.0}, {"name" : "Lao PDR", "value" : 22574.268}, {"name" : "Malaysia", "value" : 9058604.613}, {"name" : "Myanmar", "value" : 142778.752}, {"name" : "Philippines", "value" : 832743.636}, {"name" : "Si...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "teapoy", "definition" : "An ornamental stand, usually with three legs, having caddies for holding tea."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"doi": {"type": "string"}, "filepath": {"type": "string"}, "url": {"type": "string"}, "abstract": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "string"}, "filename": {"type": "string"}, "vol": {"type": "strin...
{"doi" : "http://dx.doi.org/10.1557/PROC-62-129", "filepath" : "abstracts/62/http%3A%2F%2Fjournals.cambridge.org%2Faction%2FdisplayAbstract%3FfromPage%3Donline%26aid%3D8143003%26fulltextType%3DRA%26fileId%3DS1946427400446920.html", "url" : "http://journals.cambridge.org/action/displayAbstract?fromPage=online&aid=814300...
json_instruct
{"type": "object", "properties": {"doi": {"type": "string"}, "filepath": {"type": "string"}, "url": {"type": "string"}, "abstract": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "string"}, "filename": {"type": "string"}, "vol": {"type": "string"}, "authors": {"type": "array", "items": {"type": "stri...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["queryName", "severity", "line", "filename"]}, ...
[{"queryName" : "Cluster Master Authentication Disabled", "severity" : "HIGH", "line" : 4, "filename" : "positive1.yaml"}, {"queryName" : "Cluster Master Authentication Disabled", "severity" : "HIGH", "line" : 5, "filename" : "positive2.yaml"}, {"queryName" : "Cluster Master Authentication Disabled", "severity" : "HIGH...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["queryName", "severity", "line", "filename"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---node-modules-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-js": {"type": "a...
{"app" : ["/app-7c4e2776e2519bf56fb5.js"], "component---node-modules-gatsby-plugin-offline-app-shell-js" : ["/component---node-modules-gatsby-plugin-offline-app-shell-js-0691004cd9de246c1542.js"], "component---src-pages-404-js" : ["/component---src-pages-404-js.705ee3421f43471047da.css", "/component---src-pages-404-js-...
json_instruct
{"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---node-modules-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-js": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "...
{"name" : "display-all-setup-teardown-lifecycle-of-jest", "version" : "0.1.0", "main" : "index.test.js", "repository" : "git@github.com:noriaki/display-all-setup-teardown-lifecycle-of-jest.git", "author" : "Noriaki Uchiyama <uchiyama.noriaki@gmail.com>", "license" : "MIT", "private" : true, "engines" : {"node" : "12.x"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, ...
{"title" : "Configuration synthesis for programmable analog devices with Arco.", "fields" : ["analog computer", "compiler", "neuromorphic engineering", "dynamical system", "solver"], "abstract" : "Programmable analog devices have emerged as a powerful computing substrate for performing complex neuromorphic and cytomorp...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hello.all.js": {"type": "string"}, "hello.all.min.js": {"type": "string"}, "hello.js": {"type": "string"}, "hello.min.js": {"type": "string"}}, "required": ["hello.all.js", "hello.all.min.js", "hello.js", "hell...
{"hello.all.js" : "sha512-9cVQYGPNTwhFSL1CJzq4crg8JkQk/twQIBCHlVml9+sa2TNgf+yGp97bXaSrbm5dv2sNG/Mg6YkQEwVF2kGv7Q==", "hello.all.min.js" : "sha512-AOvJZWCmTkBM/caGPxaGVTNx0PvKsMrBf/NXgTJCetny2n090SAFLiruBWTpt3BvzOuf0qw+HQEEKoUayRmBcA==", "hello.js" : "sha512-fetkUNNavUtqnCz6WpyLwDhafrlo4IuW2xECd9VsgjU1QpR9MWqOStI3HUOa0e...
json_instruct
{"type": "object", "properties": {"hello.all.js": {"type": "string"}, "hello.all.min.js": {"type": "string"}, "hello.js": {"type": "string"}, "hello.min.js": {"type": "string"}}, "required": ["hello.all.js", "hello.all.min.js", "hello.js", "hello.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"t...
{"id" : "43141966", "name" : "Virginia Close", "nodes" : [{"type" : "node", "id" : 26352423, "lat" : 52.5744864, "lon" : -0.2888824, "tags" : {"created_by" : "JOSM"}}, {"type" : "node", "id" : 26352439, "lat" : 52.5740785, "lon" : -0.2884405, "tags" : {"created_by" : "JOSM"}}], "volunteer_postcode" : "PE8 6QF", "closes...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}, "tags": {"type": "object", "properties": {"created_by...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "heigh...
{"width" : 0.19841695, "rotation" : 2.952692, "xCenter" : 0.8673917, "yCenter" : 0.71860296, "height" : 0.24802117}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "210281116200", "text" : "\u4ed9\u6d74\u6e7e\u6751\u59d4\u4f1a"}, {"id" : "210281116204", "text" : "\u5b81\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "210281116207", "text" : "\u53cc\u5c71\u6751\u59d4\u4f1a"}, {"id" : "210281116208", "text" : "\u80dc\u5229\u6751\u59d4\u4f1a"}, {"id" : "210281116209", "text" : "\u5927\...
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": {"python.pythonPath": {"type": "string"}, "C_Cpp.intelliSenseEngineFallback": {"type": "string"}, "python.linting.enabled": {"type": "boolean"}, "python.unitTest.unittestArgs": {"type": "array", "items": {"type": "string"}}, ...
{"python.pythonPath" : "/Users/wesley/.virtualenvs/homework-D6bsV7pH/bin/python", "C_Cpp.intelliSenseEngineFallback" : "Enabled", "python.linting.enabled" : true, "python.unitTest.unittestArgs" : ["-v", "-s", "./hw2", "-p", "test_*.py"], "python.unitTest.pyTestEnabled" : false, "python.unitTest.nosetestsEnabled" : fals...
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "C_Cpp.intelliSenseEngineFallback": {"type": "string"}, "python.linting.enabled": {"type": "boolean"}, "python.unitTest.unittestArgs": {"type": "array", "items": {"type": "string"}}, "python.unitTest.pyTestEnabled": {"type": "boolean"}, "python....
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["s...
{"type" : "Topology", "transform" : {"scale" : [4.5617721429055803e-07, 4.3217002828970637e-07], "translate" : [-63.42882239499997, 18.169094142880397]}, "objects" : {"provinces" : {"type" : "GeometryCollection", "geometries" : [{"type" : "MultiPolygon", "arcs" : [[[0]]], "properties" : {"adm1_code" : "AIA+00?", "iso_a...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}, "objects": {"type": "object", "properties": {"provinces...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"1700,4480": {"type": "string"}, "3640,5940": {"type": "string"}, "2380,2680": {"type": "string"}, "4100,3940": {"type": "string"}, "5660,6020": {"type": "string"}, "4120,1700": {"type": "string"}, "6500,1660": ...
{"1700,4480" : "1", "3640,5940" : "E", "2380,2680" : "A", "4100,3940" : "D", "5660,6020" : "F", "4120,1700" : "B", "6500,1660" : "C", "7500,3260" : "G", "8180,5060" : "H"}
json_instruct
{"type": "object", "properties": {"1700,4480": {"type": "string"}, "3640,5940": {"type": "string"}, "2380,2680": {"type": "string"}, "4100,3940": {"type": "string"}, "5660,6020": {"type": "string"}, "4120,1700": {"type": "string"}, "6500,1660": {"type": "string"}, "7500,3260": {"type": "string"}, "8180,5060": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-...
{"published" : "2015-09-01T15:49:04Z", "media-type" : "News", "title" : "West Brom turn down another Tottenham bid for Saido Berahino", "id" : "a309cbe4-e2f8-4a40-90d4-802e16b0b32d", "content" : "West Brom have rejected a third bid from Tottenham for Saido Berahino, Press Association Sport understands. \n \nThe offer, ...
json_instruct
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "null"}, "start_date": ...
{"id" : "PHA-01072021-01", "title" : "FSIS Issues Public Health Alert for Not-Ready-to-Eat, Heat Treated, Not Fully Cooked Chicken Enchilada Products Due to Misbranding and an Undeclared Allergen ", "url" : "https://www.fsis.usda.gov/recalls-alerts/fsis-issues-public-health-alert-not-ready-eat-heat-treated-not-fully-co...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "null"}, "start_date": {"type": "string"}, "end_date": {"type": "null"}, "summary": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["5 2\n50 110 130 40 120\n", "4 1\n2 3 4 1\n", "1 1\n4\n", "2 2\n7 5\n", "3 2\n34 3 75\n", "5 2\n932 328 886 96 589\n", "10 4\n810 8527 9736 3143 2341 6029 7474 707 2513 2023\n", "20 11\n924129 939902 178964 918687 720767 695035 577430 407131 213304 810868 596349 266075 123602 376312 36680 18426 716200 1215...
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "_source": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "hits": {"type": "integer...
[{"_id" : "85998220-762f-11e7-a385-0f2eb986f8d0", "_type" : "search", "_source" : {"title" : "Alert Search", "description" : "", "hits" : 0, "columns" : ["src_ip", "src_port", "dest_ip", "dest_port", "alert.category", "alert.signature"], "sort" : ["@timestamp", "desc"], "version" : 1, "kibanaSavedObjectMeta" : {"search...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "_source": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "hits": {"type": "integer"}, "columns": {"type": "array", "items": {"type": "string"}}, "sort"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object",...
{"name" : "sabre/event", "description" : "sabre/event is a library for lightweight event-based programming", "keywords" : ["Events", "EventEmitter", "Promise", "Hooks", "Plugin", "Signal"], "homepage" : "http://sabre.io/event/", "license" : "BSD-3-Clause", "require" : {"php" : ">=5.4.1"}, "authors" : [{"name" : "Evert ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "auth...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"assemblea": {"type": "string"}, "codice": {"type": "string"}, "status": {"type": "string"}, "elettori": {"type": "string"}, "votanti": {"type": "string"}, "perc_votanti": {"type": "string"}...
[{"assemblea" : "scrutiniCI", "codice" : "05240000000", "status" : "ESERCIZIO", "elettori" : "196900", "votanti" : "158410", "perc_votanti" : "80,45", "aggiornamento" : "Dato aggiornato al 06/03/2018 - 00:48", "sezioni_perv" : "226", "sezioni" : "226", "coll_uni_perv" : "", "coll_uni" : "", "sezioni_coll_uni_perv" : "2...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"assemblea": {"type": "string"}, "codice": {"type": "string"}, "status": {"type": "string"}, "elettori": {"type": "string"}, "votanti": {"type": "string"}, "perc_votanti": {"type": "string"}, "aggiornamento": {"type": "string"}, "sezioni_perv": {"type": "stri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http:/...
{"code" : "ERW006", "lang" : "en", "description" : "\nRegistered unemployed\n\nExplanatory notes for the following statistics:\n13211 Labour market statistics of the Federal Employment\nAgency\n\nDefinition:\nAs defined by Section 16 of the Social Code, Book III, the\nunemployed include all those who\n- are temporarily...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/dra...
{"symbol" : "AAMMUNIRENWETH", "name" : "Aave AMM UniRENWETH", "decimals" : 18, "address" : "0xa9e201a4e269d6cd5e9f0fcbcb78520cf815878b"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$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"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homep...
{"name" : "glamstack/okta-sdk", "description" : "Okta API SDK for Laravel", "license" : "Apache-2.0", "authors" : [{"name" : "Dillon Wheeler", "email" : "dwheeler@gitlab.com", "homepage" : "https://gitlab.com/dillonwheeler"}, {"name" : "Jeff Martin", "email" : "jmartin@gitlab.com", "homepage" : "https://gitlab.com/jeff...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "strin...
{"schema_version" : "1.2.0", "id" : "GHSA-3mjh-87v6-2677", "modified" : "2022-05-02T00:01:45Z", "published" : "2022-05-02T00:01:45Z", "aliases" : ["CVE-2008-3605"], "details" : "Unspecified vulnerability in McAfee Encrypted USB Manager 3.1.0.0, when the Re-use Threshold for passwords is nonzero, allows remote attackers...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"App\\": {"type": "string"}}, "required": ["App\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "stri...
{"autoload" : {"psr-4" : {"App\\" : "app/"}}, "bin" : ["application"]}
json_instruct
{"type": "object", "properties": {"autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"App\\": {"type": "string"}}, "required": ["App\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["autoload", "bin"], "$schema": "http://json-schem...
Generate a valid JSON object that conforms to the following schema: {"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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.158783, 41.174325], [-73.155424, 41.177973], [-73.154326, 41.183823], [-73.143078, 41.184854], [-73.139475, 41.186722], [-73.134284, 41.187045], [-73.134387, 41.182594], [-73.136221, 41.182869], [-73.137337, 41.179432...
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": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": ...
{"nom" : "Lison", "dpt" : "Calvados", "inscrits" : 348, "abs" : 75, "votants" : 273, "blancs" : 36, "nuls" : 3, "exp" : 234, "res" : [{"panneau" : "2", "voix" : 140}, {"panneau" : "1", "voix" : 94}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {...
{"nom" : "Saint-Martin-du-Mont", "dpt" : "Sa\u00f4ne-et-Loire", "inscrits" : 141, "abs" : 25, "votants" : 116, "blancs" : 3, "nuls" : 2, "exp" : 111, "res" : [{"panneau" : "3", "voix" : 33}, {"panneau" : "2", "voix" : 24}, {"panneau" : "9", "voix" : 19}, {"panneau" : "11", "voix" : 19}, {"panneau" : "1", "voix" : 7}, {...
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": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "str...
{"name" : "cotapreco/horus", "description" : "A simple PHP client for sending messages to Horus receivers :-)", "authors" : [{"name" : "Andrey K. Vital", "email" : "andreykvital@gmail.com", "homepage" : "https://github.com/CentaurWarchief"}], "type" : "library", "license" : "MIT", "require" : {"php" : "~5.5"}, "require...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "type": {"type":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propert...
{"contract" : "0x790f935eb7643f84a4a59cdbeed73655bb2777be", "tool" : "osiris", "start" : 1564595048.212607, "end" : 1564595115.7288475, "duration" : 67.51624059677124, "analysis" : [{"errors" : [{"line" : 1, "column" : 1, "message" : "overflow_bugs"}], "file" : "/unique_chucks/27/0x790f935eb7643f84a4a59cdbeed73655bb277...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {}}, "location": {"type": "string"}, "rarity": {"type": "integer"}, "domain": {"type": "string"}, "da...
{"id" : "teachings_of_gold", "name" : "Enseignement de l'Or", "description" : "L'or est le symbole du Pays de la Roche.<br/>Abondant sous ses terres, il est le nerf de la guerre de Liyue qui tient debout gr\u00e2ce \u00e0 lui.", "source" : [], "location" : "Mondstadt", "rarity" : 2, "domain" : "Manoir Taishan", "days" ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {}}, "location": {"type": "string"}, "rarity": {"type": "integer"}, "domain": {"type": "string"}, "days": {"type": "array", "items": {"type": "string"}}}, "requ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"skrollr.min.js": {"type": "string"}}, "required": ["skrollr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"skrollr.min.js" : "sha256-c7vSH4QYKnCcuyfAAAck0peE4OAjcJwbBYx2713nDQU="}
json_instruct
{"type": "object", "properties": {"skrollr.min.js": {"type": "string"}}, "required": ["skrollr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"vidom.js": {"type": "string"}, "vidom.min.js": {"type": "string"}}, "required": ["vidom.js", "vidom.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vidom.js" : "sha256-Zw5WeFWScZBoo685SrYG0wOSRabmWqJYWcXxoYOMRo4=", "vidom.min.js" : "sha256-CDit0VYfrQBd5Nhgj2YHzK+RoQU1oAIIYGGw4F8DUYs="}
json_instruct
{"type": "object", "properties": {"vidom.js": {"type": "string"}, "vidom.min.js": {"type": "string"}}, "required": ["vidom.js", "vidom.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "chain": {"type": "string"}, "network": {"type": "string"}, "rpc": {"type": "array", "items": {"type": "string"}}, "faucets": {"type": "array", "items": {"type": "string"}}, "nativeCu...
{"name" : "ELA-ETH-Sidechain Testnet", "chain" : "ETH", "network" : "testnet", "rpc" : ["https://rpc.elaeth.io"], "faucets" : ["https://faucet.elaeth.io/"], "nativeCurrency" : {"name" : "Ether", "symbol" : "ETH", "decimals" : 18}, "infoURL" : "https://elaeth.io/", "shortName" : "ELAETHSC", "chainId" : 21, "networkId" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "chain": {"type": "string"}, "network": {"type": "string"}, "rpc": {"type": "array", "items": {"type": "string"}}, "faucets": {"type": "array", "items": {"type": "string"}}, "nativeCurrency": {"type": "object", "properties": {"name": {"type": "string"}, "sym...
Create a JSON structure that matches this schema definition: {"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"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-81.475828, 28.539103], [-81.464988, 28.537924], [-81.458054, 28.538082], [-81.459386, 28.53206], [-81.459395, 28.527986], [-81.467939, 28.527846], [-81.471816, 28.525937], [-81.475601, 28.530235], [-81.475828, 28.539103]...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"vess...
{"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" : {"vessi" : {"title" : "Vessi", "channel_id" : 15324713, "link" : "http://twitch....
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": {"vessi": {"type": "object", "properties": {"title": {"type": "...