input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "demos": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "screenshot": {"type": "string"}}, "required": ["filename", "title", "screenshot"]}}}, "required": ["title", "demos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : {"zh" : "\u4e2d\u6587\u5206\u7c7b", "en" : "Category"}, "demos" : [{"filename" : "basic.ts", "title" : {"zh" : "\u57fa\u7840\u6563\u70b9\u56fe", "en" : "basic Scatter chart"}, "screenshot" : "https://gw.alipayobjects.com/mdn/rms_d314dd/afts/img/A*Cu0wSYK_U6YAAAAAAAAAAABkARQnAQ"}, {"filename" : "color-mapping.ts", "title" : {"zh" : "\u6563\u70b9\u56fe\u989c\u8272\u6620\u5c04", "en" : "the color mapping of Scatter chart"}, "screenshot" : "https://gw.alipayobjects.com/mdn/rms_d314dd/afts/img/A*Mds9Q7-zeHMAAAAAAAAAAABkARQnAQ"}, {"filename" : "shape-mapping.ts", "title" : {"zh" : "\u6563\u70b9\u5f62\u72b6\u8272\u6620\u5c04", "en" : "the shape mapping of Scatter chart"}, "screenshot" : "https://gw.alipayobjects.com/zos/antfincdn/kRFIJ2OlFs/FE726B54-2352-47F5-AAF9-B17D281CE513.png"}, {"filename" : "label.ts", "title" : {"zh" : "\u6563\u70b9\u56fe\u56fe\u5f62\u6807\u7b7e", "en" : "Scatter chart label"}, "screenshot" : "https://gw.alipayobjects.com/mdn/rms_d314dd/afts/img/A*XlOeS4YAHbYAAAAAAAAAAABkARQnAQ"}, {"filename" : "size.ts", "title" : {"zh" : "\u6563\u70b9\u56fe-\u6c14\u6ce1", "en" : "Bubble chart"}, "screenshot" : "https://gw.alipayobjects.com/mdn/rms_d314dd/afts/img/A*_lGkQrhj53gAAAAAAAAAAABkARQnAQ"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "demos": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "screenshot": {"type": "string"}}, "required": ["filename", "title", "screenshot"]}}}, "required": ["title", "demos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"radium.js": {"type": "string"}, "radium.min.js": {"type": "string"}}, "required": ["radium.js", "radium.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"radium.js" : "sha256-P/f4rNrqh8+fj4xk1HvBX9FKqcR2Yjb1zxeiL3AM6RE=", "radium.min.js" : "sha256-3E2j9jf7Ej+DKZZPhTQvWAmBUj2wkGzxB3FApjAinAE="}
json_instruct
{"type": "object", "properties": {"radium.js": {"type": "string"}, "radium.min.js": {"type": "string"}}, "required": ["radium.js", "radium.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"table": {"type": "array", "items": {"type": "object", "properties": {"cardinal_points": {"type": "string"}, "club": {"type": "string"}, "max_score": {"type": "string"}, "place": {"type": "string"}, "score": {"type": "string"}}, "required": ["cardinal_points", "club", "max_score", "place", "score"]}}}, "required": ["table"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"table" : [{"cardinal_points" : "10 : 2", "club" : "AC Heros Berlin", "max_score" : "630.0", "place" : "1", "score" : "2770.4 : 2491.1"}, {"cardinal_points" : "6 : 6", "club" : "FSV Magdeburg", "max_score" : "558.4", "place" : "2", "score" : "3073.9 : 3147.6"}, {"cardinal_points" : "6 : 6", "club" : "VfL Wolfsburg", "max_score" : "615.0", "place" : "3", "score" : "2693.6 : 2555.2"}, {"cardinal_points" : "2 : 10", "club" : "SV Empor Berlin", "max_score" : "548.4", "place" : "4", "score" : "2951 : 3295"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"table": {"type": "array", "items": {"type": "object", "properties": {"cardinal_points": {"type": "string"}, "club": {"type": "string"}, "max_score": {"type": "string"}, "place": {"type": "string"}, "score": {"type": "string"}}, "required": ["cardinal_points", "club", "max_score", "place", "score"]}}}, "required": ["table"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"no-implicit-dependencies": {"type": "boolean"}, "completed-docs": {"type": "object", "properties": {"severity": {"type": "string"}, "options": {"type": "object", "properties": {"interfaces": {"type": "object", "properties": {"visibilities": {"type": "array", "items": {"type": "string"}}}, "required": ["visibilities"]}, "classes": {"type": "object", "properties": {"visibilities": {"type": "array", "items": {"type": "string"}}}, "required": ["visibilities"]}, "namespaces": {"type": "object", "properties": {"visibilities": {"type": "array", "items": {"type": "string"}}}, "required": ["visibilities"]}, "types": {"type": "object", "properties": {"visibilities": {"type": "array", "items": {"type": "string"}}}, "required": ["visibilities"]}, "enums": {"type": "object", "properties": {"visibilities": {"type": "array", "items": {"type": "string"}}}, "required": ["visibilities"]}}, "required": ["interfaces", "classes", "namespaces", "types", "enums"]}}, "required": ["severity", "options"]}}, "required": ["no-implicit-dependencies", "completed-docs"]}}, "required": ["extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : ["tslint-config-gregros"], "rules" : {"no-implicit-dependencies" : false, "completed-docs" : {"severity" : "warn", "options" : {"interfaces" : {"visibilities" : ["exported"]}, "classes" : {"visibilities" : ["exported"]}, "namespaces" : {"visibilities" : ["exported"]}, "types" : {"visibilities" : ["exported"]}, "enums" : {"visibilities" : ["exported"]}}}}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"no-implicit-dependencies": {"type": "boolean"}, "completed-docs": {"type": "object", "properties": {"severity": {"type": "string"}, "options": {"type": "object", "properties": {"interfaces": {"type": "object", "properties": {"visibilities": {"type": "array", "items": {"type": "string"}}}, "required": ["visibilities"]}, "classes": {"type": "object", "properties": {"visibilities": {"type": "array", "items": {"type": "string"}}}, "required": ["visibilities"]}, "namespaces": {"type": "object", "properties": {"visibilities": {"type": "array", "items": {"type": "string"}}}, "required": ["visibilities"]}, "types": {"type": "object", "properties": {"visibilities": {"type": "array", "items": {"type": "string"}}}, "required": ["visibilities"]}, "enums": {"type": "object", "properties": {"visibilities": {"type": "array", "items": {"type": "string"}}}, "required": ["visibilities"]}}, "required": ["interfaces", "classes", "namespaces", "types", "enums"]}}, "required": ["severity", "options"]}}, "required": ["no-implicit-dependencies", "completed-docs"]}}, "required": ["extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x85c6289f199c0a5f56e2035212e13f2511430b6d3403e26dd6a2b6e304c687a0", "parentHash" : "0x227fcce158fd17c26075172edb5927667e4f8fe196f91265b3cbf8e0ffc0bcc5", "number" : 53265, "timestamp" : 1439034940, "nonce" : "0x3888082a86c94159", "difficulty" : 1581608290938, "gasLimit" : {"_hex" : "0x2339b3"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xC759dc67E0c3816fdC56A2f5bb29920fc07e767D", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : []}
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"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cam/image_array" : "10066_cam-image_array_.jpg", "user/angle" : 0.04, "user/throttle" : 0.84, "user/mode" : "user", "pos/pos_x" : 80.76393, "pos/pos_y" : 0.5546318, "pos/pos_z" : 25.1777, "pos/speed" : 11.38916, "pos/cte" : -6.963322, "milliseconds" : 534439}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Since today or yesterday I see this error message on a clean Ubuntu 16.04 Spack install:\n\n```\ncurl: (37) Couldn't open file /home/spacktest/spacktest/spack/var/spack/cache/lzo/lzo-2.09.tar.gz\ncurl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none\nMore details here: http://curl.haxx.se/docs/sslcerts.html\n```\n\nIs this a problem with the lzo package that points to a dysfunctional server? Or do we just need to wait for a few days for Ubuntu to update its certificates?\n", "user" : "eschnett", "url" : "https://api.github.com/repos/spack/spack/issues/1675", "updated_at" : "2016-08-31 16:43:16", "created_at" : "2016-08-31 02:28:51", "closed_at" : "2016-08-31 16:43:16", "state" : "closed", "title" : "Cannot download lzo", "number" : 1675, "milestone" : null, "labels" : [], "id" : 174170191, "html_url" : "https://github.com/spack/spack/issues/1675", "assignees" : [], "comments" : 0}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"type": "string"}, "color2": {"type": "string"}, "color3": {"type": "string"}, "color4": {"type": "string"}, "color5": {"type": "string"}, "color6": {"type": "string"}, "color7": {"type": "string"}, "color8": {"type": "string"}, "color9": {"type": "string"}, "color10": {"type": "string"}, "color11": {"type": "string"}, "color12": {"type": "string"}, "color13": {"type": "string"}, "color14": {"type": "string"}, "color15": {"type": "string"}, "color16": {"type": "string"}, "color17": {"type": "string"}}, "required": ["color0", "color1", "color2", "color3", "color4", "color5", "color6", "color7", "color8", "color9", "color10", "color11", "color12", "color13", "color14", "color15", "color16", "color17"]}, "special": {"type": "object", "properties": {"foreground": {"type": "string"}, "background": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["foreground", "background", "cursor"]}}, "required": ["colors", "special"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"colors" : {"color0" : "#1c1709", "color1" : "#8e4317", "color2" : "#787200", "color3" : "#945c00", "color4" : "#315094", "color5" : "#5c2e40", "color6" : "#00617d", "color7" : "#c2b9a1", "color8" : "#4f4939", "color9" : "#8e4317", "color10" : "#787200", "color11" : "#945c00", "color12" : "#315094", "color13" : "#5c2e40", "color14" : "#00617d", "color15" : "#c2b9a1", "color16" : "#4f4939", "color17" : "#f07935"}, "special" : {"foreground" : "#c2b9a1", "background" : "#1c1709", "cursor" : "#f07935"}}
json_instruct
{"type": "object", "properties": {"colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"type": "string"}, "color2": {"type": "string"}, "color3": {"type": "string"}, "color4": {"type": "string"}, "color5": {"type": "string"}, "color6": {"type": "string"}, "color7": {"type": "string"}, "color8": {"type": "string"}, "color9": {"type": "string"}, "color10": {"type": "string"}, "color11": {"type": "string"}, "color12": {"type": "string"}, "color13": {"type": "string"}, "color14": {"type": "string"}, "color15": {"type": "string"}, "color16": {"type": "string"}, "color17": {"type": "string"}}, "required": ["color0", "color1", "color2", "color3", "color4", "color5", "color6", "color7", "color8", "color9", "color10", "color11", "color12", "color13", "color14", "color15", "color16", "color17"]}, "special": {"type": "object", "properties": {"foreground": {"type": "string"}, "background": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["foreground", "background", "cursor"]}}, "required": ["colors", "special"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extends": {"type": "string"}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["extends", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "../tsconfig-base", "references" : [{"path" : "../meld"}]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["extends", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["Engineering", "Programming"], "desc" : "\n", "details" : {"authors" : "Information Resources Management Association, USA Information Resources Management Association", "format" : "pdf", "isbn-10" : "1466620382", "isbn-13" : "978-1466620384", "pages" : "2102 pages", "publication date" : "September 30, 2012", "publisher" : "IGI Global", "size" : "51.00Mb"}, "img" : "http://23.95.221.108/covers/13/13d67bcb3a1ab24858a77331b85713fd.jpg", "link" : "https://rapidhosting.info/files/ext", "title" : "Geographic Information Systems: Concepts, Methodologies, Tools, and Applications (4 Vols.)"}
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"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"AVATAR_OF": {"type": "string"}, "AVATAR_URL": {"type": "string"}, "ASKED_BY": {"type": "string"}}, "required": ["AVATAR_OF", "AVATAR_URL", "ASKED_BY"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AVATAR_OF" : "%user's Avatar", "AVATAR_URL" : "Avatar URL", "ASKED_BY" : "Asked by: %user"}
json_instruct
{"type": "object", "properties": {"AVATAR_OF": {"type": "string"}, "AVATAR_URL": {"type": "string"}, "ASKED_BY": {"type": "string"}}, "required": ["AVATAR_OF", "AVATAR_URL", "ASKED_BY"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"credentials": {"type": "object", "properties": {"userId": {"type": "string"}, "clientId": {"type": "string"}, "clientSecret": {"type": "string"}}, "required": ["userId", "clientId", "clientSecret"]}}, "required": ["credentials"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"credentials" : {"userId" : "SBANKEN_USERID", "clientId" : "SBANKEN_CLIENTID", "clientSecret" : "SBANKEN_CLIENTSECRET"}}
json_instruct
{"type": "object", "properties": {"credentials": {"type": "object", "properties": {"userId": {"type": "string"}, "clientId": {"type": "string"}, "clientSecret": {"type": "string"}}, "required": ["userId", "clientId", "clientSecret"]}}, "required": ["credentials"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"botbuilder-adapter-webex": {"type": "string"}, "botbuilder-storage-mongodb": {"type": "string"}, "botbuilder-storage-redis": {"type": "string"}, "botkit": {"type": "string"}, "dotenv": {"type": "string"}, "follow-redirects": {"type": "string"}, "redis": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["botbuilder-adapter-webex", "botbuilder-storage-mongodb", "botbuilder-storage-redis", "botkit", "dotenv", "follow-redirects", "redis", "uuid"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "botkit-template", "version" : "1.0.1", "description" : "This project implements a Botkit + Webex Teams adapter bot, based on the [generator-botkit](https://www.npmjs.com/package/generator-botkit) Yoeman template, providing a few extra good-practice features, plus several interesting samples:", "main" : "bot.js", "dependencies" : {"botbuilder-adapter-webex" : "^1.0.8", "botbuilder-storage-mongodb" : "^0.9.5", "botbuilder-storage-redis" : "^1.0.10", "botkit" : "^4.9.0", "dotenv" : "^8.2.0", "follow-redirects" : "^1.12.1", "redis" : "^3.0.2", "uuid" : "^8.2.0"}, "devDependencies" : {}, "scripts" : {"start" : "node bot.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/CiscoDevNet/botkit-template.git"}, "author" : "dstaudt@cisco.com", "license" : "MIT", "bugs" : {"url" : "https://github.com/CiscoDevNet/botkit-template/issues"}, "homepage" : "https://github.com/CiscoDevNet/botkit-template#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"botbuilder-adapter-webex": {"type": "string"}, "botbuilder-storage-mongodb": {"type": "string"}, "botbuilder-storage-redis": {"type": "string"}, "botkit": {"type": "string"}, "dotenv": {"type": "string"}, "follow-redirects": {"type": "string"}, "redis": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["botbuilder-adapter-webex", "botbuilder-storage-mongodb", "botbuilder-storage-redis", "botkit", "dotenv", "follow-redirects", "redis", "uuid"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 66835, "cartId" : "47584695-dfab-49df-ae26-a1086f021701", "preferredProducts" : [1055], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "I am contiguous with", "long" : "I am contiguous with, am next door to."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"150171400": {"type": "string"}}, "required": ["150171400"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"150171400" : "\u91d1\u6d77\u5f00\u53d1\u533a"}
json_instruct
{"type": "object", "properties": {"150171400": {"type": "string"}}, "required": ["150171400"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start-dev": {"type": "string"}}, "required": ["start", "start-dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"babel-preset-stage-2": {"type": "string"}, "express": {"type": "string"}, "heroku": {"type": "string"}, "nodemailer": {"type": "string"}, "path": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "volleyball": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["babel-preset-stage-2", "express", "heroku", "nodemailer", "path", "react", "react-dom", "volleyball", "webpack", "webpack-cli"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-polyfill": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-react": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-polyfill", "babel-preset-env", "babel-preset-react", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "darylconcha", "version" : "1.0.0", "description" : "My personal site", "main" : "app.js", "scripts" : {"start" : "node app.js", "start-dev" : "nodemon app.js"}, "author" : "", "license" : "ISC", "engines" : {"node" : "8.11.3"}, "dependencies" : {"babel-preset-stage-2" : "^6.24.1", "express" : "^4.16.4", "heroku" : "^7.18.9", "nodemailer" : "^4.6.8", "path" : "^0.12.7", "react" : "^16.2.0", "react-dom" : "^16.2.0", "volleyball" : "^1.5.1", "webpack" : "^3.10.0", "webpack-cli" : "^3.1.2"}, "devDependencies" : {"babel-core" : "^6.26.0", "babel-loader" : "^7.1.2", "babel-polyfill" : "^6.26.0", "babel-preset-env" : "^1.6.1", "babel-preset-react" : "^6.24.1", "nodemon" : "^1.14.11"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start-dev": {"type": "string"}}, "required": ["start", "start-dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"babel-preset-stage-2": {"type": "string"}, "express": {"type": "string"}, "heroku": {"type": "string"}, "nodemailer": {"type": "string"}, "path": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "volleyball": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["babel-preset-stage-2", "express", "heroku", "nodemailer", "path", "react", "react-dom", "volleyball", "webpack", "webpack-cli"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-polyfill": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-react": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-polyfill", "babel-preset-env", "babel-preset-react", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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#"}
{"variants" : {"" : {"model" : "compressium:block/kelpblock_2"}}}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "arm_un (1)5861360", "IsStatic" : false, "useGravity" : false, "randomRotation" : false, "Position" : {"x" : -10.9355469, "y" : 27.0568123, "z" : -39.5723877}, "Rotation" : {"x" : 273.2119, "y" : 87.32365, "z" : 277.035278}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5e382a242855471525604287", "Items" : [{"_id" : "5e382a242855471525604287", "_tpl" : "5b44d0de86f774503d30cba8"}]}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"RevitLookup": {"type": "object", "properties": {"commandName": {"type": "string"}, "executablePath": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "executablePath", "commandLineArgs"]}}, "required": ["RevitLookup"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"profiles" : {"RevitLookup" : {"commandName" : "Executable", "executablePath" : "C:\\Program Files\\Autodesk\\Revit 2022\\Revit.exe", "commandLineArgs" : "Z:\\Users\\jta\\a\\rvt\\rac_2022_one_wall.rvt"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"RevitLookup": {"type": "object", "properties": {"commandName": {"type": "string"}, "executablePath": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "executablePath", "commandLineArgs"]}}, "required": ["RevitLookup"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"MagicAntidote": {"type": "array", "items": {"type": "string"}}}, "required": ["MagicAntidote"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MagicAntidote" : ["HealingHerb", "EeriePaleSkinnedBrunette", "TaintedVeins", "ExactTimeToFailure", "RealLife", "NoOntologicalInertia", "YouKeepUsingThatWord", "TaintedVeins", "RealLife", "HandWave", "ThePowerOfLove", "ImprobableAntidote", "Panacea", "InstantSedation", "CPRCleanPrettyReliable", "SelfPoisoningGambit", "FindTheCure", "PressurePoint", "IllGirl", "IncurableCoughOfDeath", "TakeOurWordForIt", "MagnificentBastard", "Ninja", "CurbStompBattle", "SwordBeam", "SubvertedTrope", "AntiMagic", "EleventhHourSuperpower", "AnimateInanimateObject", "PressurePoint", "IllGirl", "IncurableCoughOfDeath", "TakeOurWordForIt", "FunWithAcronyms", "TaintedVeins", "FunWithAcronyms", "TaintedVeins", "EmergencyTransformation", "SingleBiomePlanet", "MorallyAmbiguousDoctorate", "NightOfTheLivingMooks", "ProfessorGuineaPig", "TheVirus", "SyntheticPlague", "PerfectPoison", "SnakeOilSalesman", "SacredPool", "AvertedTrope", "SingleBiomePlanet", "MorallyAmbiguousDoctorate", "NightOfTheLivingMooks", "ProfessorGuineaPig", "TheVirus", "SyntheticPlague", "TheVirus", "RedShirt", "FindTheCure", "RedShirt", "BizarreAlienBiology", "SpotOfTea", "RealLife", "CrazyPrepared", "MagicalDefibrillator", "ElectricJoybuzzer", "RedShirt", "FindTheCure", "RedShirt", "BizarreAlienBiology", "SpotOfTea", "RealLife", "RealLife", "LampshadeHanging", "OneHitKill", "OnlyMostlyDead", "OnlyMostlyDead", "OnlyMostlyDead", "OneHitKill", "OnlyMostlyDead", "OnlyMostlyDead", "OnlyMostlyDead", "NoOntologicalInertia", "TakenForGranite", "WoundThatWilLNotHeal", "HeroicSacrifice", "Squick", "HeroicMime", "OurFairiesAreDifferent", "NoOntologicalInertia", "TakenForGranite", "WoundThatWilLNotHeal", "HeroicSacrifice", "ChekhovsSkill", "CarryingTheAntidote", "CureYourGays", "FridgeLogic", "SuperSoldier", "Subverted", "SpiderPeople", "TaintedVeins", "ChekhovsSkill", "CarryingTheAntidote", "SubvertedTrope", "FindTheCure", "OnlyMostlyDead", "UnstoppableRage", "PlaceboEffect", "CPRCleanPrettyReliable", "MagicalDefibrillator"]}
json_instruct
{"type": "object", "properties": {"MagicAntidote": {"type": "array", "items": {"type": "string"}}}, "required": ["MagicAntidote"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"memberId": {"type": "integer"}, "givenName": {"type": "string"}, "nickName": {"type": "string"}, "surNames": {"type": "array", "items": {"type": "object", "properties": {"surName": {"type": "string"}, "current": {"type": "boolean"}}, "required": ["surName", "current"]}}}, "required": ["memberId", "givenName", "nickName", "surNames"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"memberId" : 241, "givenName" : "David", "nickName" : "", "surNames" : [{"surName" : "Swinford", "current" : true}]}
json_instruct
{"type": "object", "properties": {"memberId": {"type": "integer"}, "givenName": {"type": "string"}, "nickName": {"type": "string"}, "surNames": {"type": "array", "items": {"type": "object", "properties": {"surName": {"type": "string"}, "current": {"type": "boolean"}}, "required": ["surName", "current"]}}}, "required": ["memberId", "givenName", "nickName", "surNames"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following 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": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-72.562678, 41.558562], [-72.559523, 41.562355], [-72.550725, 41.5618], [-72.543378, 41.563017], [-72.536553, 41.567185], [-72.518332, 41.573898], [-72.511509, 41.579301], [-72.506811, 41.581949], [-72.498841, 41.584804], [-72.496648, 41.580813], [-72.498554, 41.577959], [-72.50225, 41.575787], [-72.501877, 41.573849], [-72.508634, 41.564797], [-72.508553, 41.561399], [-72.510905, 41.558338], [-72.511165, 41.55682], [-72.508676, 41.550009], [-72.501181, 41.539423], [-72.495688, 41.534008], [-72.491464, 41.523308], [-72.486584, 41.520696], [-72.485048, 41.518735], [-72.554912, 41.51105], [-72.55598, 41.516635], [-72.556087, 41.523448], [-72.551341, 41.535304], [-72.551128, 41.542994], [-72.551585, 41.545497], [-72.554393, 41.550646], [-72.560802, 41.554049], [-72.562678, 41.558562]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 12990}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"speakers": {"type": "array", "items": {"type": "object", "properties": {"speaker": {"type": "object", "properties": {"id": {"type": "string"}, "wioUrl": {"type": "string"}}, "required": ["id", "wioUrl"]}}, "required": ["speaker"]}}, "title": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "object", "properties": {"text": {"type": "string"}, "spans": {"type": "array", "items": {}}}, "required": ["text", "spans"]}}, "required": ["type", "content"]}}, "start": {"type": "string"}, "end": {"type": "string"}, "description": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "object", "properties": {"text": {"type": "string"}, "spans": {"type": "array", "items": {}}}, "required": ["text", "spans"]}}, "required": ["type", "content"]}}, "title_TYPE": {"type": "string"}, "title_POSITION": {"type": "integer"}, "speakers_TYPE": {"type": "string"}, "speakers_POSITION": {"type": "integer"}, "speakers.speaker_TYPE": {"type": "string"}, "speakers.speaker_POSITION": {"type": "integer"}, "start_TYPE": {"type": "string"}, "start_POSITION": {"type": "integer"}, "end_TYPE": {"type": "string"}, "end_POSITION": {"type": "integer"}, "description_TYPE": {"type": "string"}, "description_POSITION": {"type": "integer"}, "slugs_INTERNAL": {"type": "array", "items": {"type": "string"}}, "uids_INTERNAL": {"type": "array", "items": {}}}, "required": ["speakers", "title", "start", "end", "description", "title_TYPE", "title_POSITION", "speakers_TYPE", "speakers_POSITION", "speakers.speaker_TYPE", "speakers.speaker_POSITION", "start_TYPE", "start_POSITION", "end_TYPE", "end_POSITION", "description_TYPE", "description_POSITION", "slugs_INTERNAL", "uids_INTERNAL"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"speakers" : [{"speaker" : {"id" : "X9jBeBIAACgA5e99", "wioUrl" : "wio://documents/X9jBeBIAACgA5e99"}}, {"speaker" : {"id" : "X9izVBIAACcA5bOL", "wioUrl" : "wio://documents/X9izVBIAACcA5bOL"}}, {"speaker" : {"id" : "X9i28BIAACcA5cQW", "wioUrl" : "wio://documents/X9i28BIAACcA5cQW"}}], "title" : [{"type" : "heading1", "content" : {"text" : "Using i18n Routing with Next 10", "spans" : []}}], "start" : "2020-10-27T18:10:00+00:00", "end" : "2020-10-27T18:50:00+00:00", "description" : [{"type" : "paragraph", "content" : {"text" : "In this talk, you'll learn how Next.js and Vercel help transform the workflow of front-end developers. Hear about the latest developments with Next.js 10 and deploy your application with one click to Vercel.", "spans" : []}}], "title_TYPE" : "StructuredText", "title_POSITION" : 0, "speakers_TYPE" : "Group", "speakers_POSITION" : 1, "speakers.speaker_TYPE" : "Link", "speakers.speaker_POSITION" : 2, "start_TYPE" : "Timestamp", "start_POSITION" : 3, "end_TYPE" : "Timestamp", "end_POSITION" : 4, "description_TYPE" : "StructuredText", "description_POSITION" : 5, "slugs_INTERNAL" : ["using-i18n-routing-with-next-10"], "uids_INTERNAL" : []}
json_instruct
{"type": "object", "properties": {"speakers": {"type": "array", "items": {"type": "object", "properties": {"speaker": {"type": "object", "properties": {"id": {"type": "string"}, "wioUrl": {"type": "string"}}, "required": ["id", "wioUrl"]}}, "required": ["speaker"]}}, "title": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "object", "properties": {"text": {"type": "string"}, "spans": {"type": "array", "items": {}}}, "required": ["text", "spans"]}}, "required": ["type", "content"]}}, "start": {"type": "string"}, "end": {"type": "string"}, "description": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "object", "properties": {"text": {"type": "string"}, "spans": {"type": "array", "items": {}}}, "required": ["text", "spans"]}}, "required": ["type", "content"]}}, "title_TYPE": {"type": "string"}, "title_POSITION": {"type": "integer"}, "speakers_TYPE": {"type": "string"}, "speakers_POSITION": {"type": "integer"}, "speakers.speaker_TYPE": {"type": "string"}, "speakers.speaker_POSITION": {"type": "integer"}, "start_TYPE": {"type": "string"}, "start_POSITION": {"type": "integer"}, "end_TYPE": {"type": "string"}, "end_POSITION": {"type": "integer"}, "description_TYPE": {"type": "string"}, "description_POSITION": {"type": "integer"}, "slugs_INTERNAL": {"type": "array", "items": {"type": "string"}}, "uids_INTERNAL": {"type": "array", "items": {}}}, "required": ["speakers", "title", "start", "end", "description", "title_TYPE", "title_POSITION", "speakers_TYPE", "speakers_POSITION", "speakers.speaker_TYPE", "speakers.speaker_POSITION", "start_TYPE", "start_POSITION", "end_TYPE", "end_POSITION", "description_TYPE", "description_POSITION", "slugs_INTERNAL", "uids_INTERNAL"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "atbyw:block/slab/stripped_dark_oak_log_slab"}
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": {"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#"}
{"Time" : "2020-11-09T06:00:00Z", "Temp" : 15.3, "RelHum" : 63, "WindSpeed" : 7.4, "WindDir" : 77}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See lgseisenlem1 on Metamath](http://us.metamath.org/mpegif/lgseisenlem1.html)"}], "names" : ["lgseisenlem1"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cP", "#T_wcel", "#T_cprime", "#T_cdif", "#T_csn--1", "#T_c2", "#T_csn--2", "#T_wph", "#T_wi", "#T_cQ", "#T_wcel", "#T_cprime", "#T_cdif", "#T_csn--1", "#T_c2", "#T_csn--2", "#T_wph", "#T_wi", "#T_cP", "#T_wne", "#T_cQ", "#T_cR", "#T_wceq", "#T_cQ", "#T_cmul", "#T_c2", "#T_cmul", "#T_vx", "#T_cmo", "#T_cP", "#T_cM", "#T_wceq", "#T_vx", "#T_cmpt--1", "#T_c1", "#T_cfz", "#T_cP", "#T_cmin", "#T_c1", "#T_cdiv", "#T_c2", "#T_cmpt--2", "#T_cneg", "#T_c1", "#T_cexp", "#T_cR", "#T_cmul", "#T_cR", "#T_cmo", "#T_cP", "#T_cdiv", "#T_c2", "#T_wph", "#T_wi", "#T_cM", "#T_wf--1", "#T_c1", "#T_cfz", "#T_cP", "#T_cmin", "#T_c1", "#T_cdiv", "#T_c2", "#T_wf--2", "#T_c1", "#T_cfz", "#T_cP", "#T_cmin", "#T_c1", "#T_cdiv", "#T_c2", "#T_cP", "#T_vx", "#T_cQ", "#T_vx", "#T_wph", "#T_vx"], "metaLanguage" : "METAMATH", "remarks" : " Lemma for ~ lgseisen . If ` R ( u ) = ( Q x. u ) mod P ` and ` M ( u ) = ( -u 1 ^ R ( u ) ) x. R ( u ) ` , then for any even ` 1 <_ u <_ P - 1 ` , ` M ( u ) ` is also an even integer ` 1 <_ M ( u ) <_ P - 1 ` . To simplify these statements, we divide all the even numbers by ` 2 ` , so that it becomes the statement that ` M ( x / 2 ) = ( -u 1 ^ R ( x / 2 ) ) x. R ( x / 2 ) / 2 ` is an integer between ` 1 ` and ` ( P - 1 ) / 2 ` . (Contributed by Mario Carneiro, 17-Jun-2015.) ", "statement" : "lgseisen.1 $e |- ( ph -> P e. ( Prime \\ { 2 } ) ) $.\nlgseisen.2 $e |- ( ph -> Q e. ( Prime \\ { 2 } ) ) $.\nlgseisen.3 $e |- ( ph -> P =/= Q ) $.\nlgseisen.4 $e |- R = ( ( Q x. ( 2 x. x ) ) mod P ) $.\nlgseisen.5 $e |- M = ( x e. ( 1 ... ( ( P - 1 ) / 2 ) ) |-> ( ( ( ( -u 1 ^ R ) x. R ) mod P ) / 2 ) ) $.\nlgseisenlem1 $p |- ( ph -> M : ( 1 ... ( ( P - 1 ) / 2 ) ) --> ( 1 ... ( ( P - 1 ) / 2 ) ) ) $.\n$d P x $.\n$d Q x $.\n$d ph x $."}
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": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3212081003", "district_id" : "3212081", "name" : "GUNUNGSARI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "bodyFileName": {"type": "string"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}, "X-Cloud-Trace-Context": {"type": "string"}, "Date": {"type": "string"}, "Server": {"type": "string"}}, "required": ["Content-Type", "X-Cloud-Trace-Context", "Date", "Server"]}}, "required": ["status", "bodyFileName", "headers"]}, "uuid": {"type": "string"}}, "required": ["id", "request", "response", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "bceda13f-8de3-345a-ac44-7d4b9686fa35", "request" : {"url" : "/3259/3260/3261/3262", "method" : "GET"}, "response" : {"status" : 200, "bodyFileName" : "body-3259-3260-3261-3262-4bEMG.json", "headers" : {"Content-Type" : "application/json", "X-Cloud-Trace-Context" : "9dcea2403318932efa57cf0c3f87677f", "Date" : "Fri, 21 Aug 2020 15:52:09 GMT", "Server" : "Google Frontend"}}, "uuid" : "bceda13f-8de3-345a-ac44-7d4b9686fa35"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "bodyFileName": {"type": "string"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}, "X-Cloud-Trace-Context": {"type": "string"}, "Date": {"type": "string"}, "Server": {"type": "string"}}, "required": ["Content-Type", "X-Cloud-Trace-Context", "Date", "Server"]}}, "required": ["status", "bodyFileName", "headers"]}, "uuid": {"type": "string"}}, "required": ["id", "request", "response", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101888185, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "41172c28b081d8bd9f01e4e36783a81d", "wof:id" : 101888185, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [7.26667, 47.68333, 7.26667, 47.68333], "geometry" : {"coordinates" : [7.26667, 47.68333], "type" : "Point"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"IdentityType": {"type": "string"}, "EventSource": {"type": "string"}, "UserName": {"type": "string"}, "ResourceId": {"type": "string"}, "ResourceName": {"type": "string"}, "EventTime": {"type": "string"}, "UserAgent": {"type": "string"}, "AWSRegion": {"type": "string"}, "EventId": {"type": "string"}, "Service": {"type": "string"}, "EventName": {"type": "string"}}, "required": ["IdentityType", "EventSource", "UserName", "ResourceId", "ResourceName", "EventTime", "UserAgent", "AWSRegion", "EventId", "Service", "EventName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IdentityType" : "IAMUser", "EventSource" : "ec2.amazonaws.com", "UserName" : "test001@test.com", "ResourceId" : "arn:aws:ec2:ap-northeast-1::snapshot/snap-0ea8b3632c0ff21d6", "ResourceName" : "snap-0ea8b3632c0ff21d6", "EventTime" : "2021-04-28T05:01:46Z", "UserAgent" : "console.ec2.amazonaws.com", "AWSRegion" : "ap-northeast-1", "EventId" : "874f5a46-560b-4e77-81b7-441837c3399c", "Service" : "Snapshot", "EventName" : "CreateSnapshots"}
json_instruct
{"type": "object", "properties": {"IdentityType": {"type": "string"}, "EventSource": {"type": "string"}, "UserName": {"type": "string"}, "ResourceId": {"type": "string"}, "ResourceName": {"type": "string"}, "EventTime": {"type": "string"}, "UserAgent": {"type": "string"}, "AWSRegion": {"type": "string"}, "EventId": {"type": "string"}, "Service": {"type": "string"}, "EventName": {"type": "string"}}, "required": ["IdentityType", "EventSource", "UserName", "ResourceId", "ResourceName", "EventTime", "UserAgent", "AWSRegion", "EventId", "Service", "EventName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u5b9c\u9f0e\u5be6\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T6500002", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u6a39\u6797\u5340\u67d1\u5712\u88571\u6bb5253\u5df740\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u6a39\u6797\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5ed6\u660e\u5fb7", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "22869911", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1000811", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["30\u6c7d\u8eca\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["303\u6c7d\u8eca\u96f6\u4ef6"]}
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": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["simdna"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-0.70666, 50.93131], [-0.70488, 50.93096], [-0.69323, 50.92289], [-0.6823, 50.92089], [-0.67428, 50.905], [-0.67852, 50.8998], [-0.67409, 50.89647], [-0.65298, 50.89298], [-0.65002, 50.893], [-0.6481, 50.90585], [-0.63745, 50.91239], [-0.63756, 50.91367], [-0.62788, 50.92269], [-0.62669, 50.92848], [-0.61777, 50.93048], [-0.61093, 50.93656], [-0.61188, 50.93983], [-0.60224, 50.94363], [-0.60534, 50.94975], [-0.6004, 50.95383], [-0.59354, 50.95232], [-0.58568, 50.95438], [-0.58229, 50.9575], [-0.58554, 50.95908], [-0.5874, 50.96647], [-0.5839, 50.968], [-0.58582, 50.97434], [-0.57859, 50.97643], [-0.57716, 50.97842], [-0.5792, 50.98369], [-0.56757, 50.98949], [-0.56434, 50.98912], [-0.55624, 50.99468], [-0.56082, 51.00346], [-0.56792, 51.01239], [-0.56389, 51.0175], [-0.56576, 51.02161], [-0.56408, 51.02603], [-0.56774, 51.02805], [-0.57749, 51.02991], [-0.57931, 51.03191], [-0.57741, 51.03736], [-0.58417, 51.04195], [-0.57787, 51.05135], [-0.58896, 51.05424], [-0.59541, 51.06708], [-0.59818, 51.06829], [-0.61247, 51.06702], [-0.61351, 51.06725], [-0.61995, 51.07175], [-0.63134, 51.07361], [-0.63313, 51.07334], [-0.64096, 51.07821], [-0.65213, 51.07567], [-0.6533, 51.06804], [-0.65563, 51.06697], [-0.65167, 51.06065], [-0.65175, 51.05896], [-0.65579, 51.05477], [-0.66359, 51.05434], [-0.66781, 51.04972], [-0.66773, 51.04597], [-0.67202, 51.04128], [-0.68839, 51.04061], [-0.68576, 51.03642], [-0.68785, 51.03062], [-0.68982, 51.02879], [-0.69823, 51.02876], [-0.70029, 51.02941], [-0.7099, 51.02791], [-0.71314, 51.0269], [-0.71439, 51.01631], [-0.71542, 51.01427], [-0.71236, 51.01231], [-0.69404, 51.00231], [-0.69719, 50.99719], [-0.70458, 50.99398], [-0.70386, 50.9914], [-0.70174, 50.98996], [-0.68393, 50.98539], [-0.68839, 50.98011], [-0.68762, 50.97737], [-0.68895, 50.96935], [-0.69164, 50.9691], [-0.69838, 50.96684], [-0.70171, 50.95459], [-0.70414, 50.95304], [-0.70551, 50.9498], [-0.70666, 50.93131]]]}, "properties" : {"name" : "GU28"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "200202", "message" : "The recipient is invalid."}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Kubeapps": {"type": "string"}, "Submit": {"type": "string"}, "Token": {"type": "string"}, "error-login-token": {"type": "string"}, "login-desc-oidc": {"type": "string"}, "login-desc-token": {"type": "string"}, "login-oidc": {"type": "string"}, "login-title-welcome": {"type": "string"}, "more-info": {"type": "string"}, "paste-token-here": {"type": "string"}}, "required": ["Kubeapps", "Submit", "Token", "error-login-token", "login-desc-oidc", "login-desc-token", "login-oidc", "login-title-welcome", "more-info", "paste-token-here"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Kubeapps" : "Kubeapps", "Submit" : "Submit", "Token" : "Token", "error-login-token" : "There was an error connecting to the Kubernetes API. Please check that your token is valid.", "login-desc-oidc" : "Your cluster operator has enabled login via an authentication provider.", "login-desc-token" : "Your cluster operator should provide you with a Kubernetes API token.", "login-oidc" : "Login via OIDC Provider", "login-title-welcome" : "Welcome to", "more-info" : "More Info", "paste-token-here" : "Paste token here"}
json_instruct
{"type": "object", "properties": {"Kubeapps": {"type": "string"}, "Submit": {"type": "string"}, "Token": {"type": "string"}, "error-login-token": {"type": "string"}, "login-desc-oidc": {"type": "string"}, "login-desc-token": {"type": "string"}, "login-oidc": {"type": "string"}, "login-title-welcome": {"type": "string"}, "more-info": {"type": "string"}, "paste-token-here": {"type": "string"}}, "required": ["Kubeapps", "Submit", "Token", "error-login-token", "login-desc-oidc", "login-desc-token", "login-oidc", "login-title-welcome", "more-info", "paste-token-here"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6101040019", "district_id" : "6101040", "name" : "SEI RAMBAH"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 27613, "title" : "A Coward's Death", "year" : 2018, "type" : "short-story", "nominations" : 0, "wins" : -1}, {"id" : 30162, "title" : "Empty Planets", "year" : 2016, "type" : "novelette", "nominations" : 0, "wins" : -1}, {"id" : 23240, "title" : "Here is My Thinking on a Situation That Affects Us All", "year" : 2015, "type" : "short-story", "nominations" : 0, "wins" : -1}, {"id" : 26125, "title" : "What Everyone Remembers", "year" : 2012, "type" : "short-story", "nominations" : 0, "wins" : -1}, {"id" : 25752, "title" : "The Association of the Dead", "year" : 2001, "type" : "short-story", "nominations" : 0, "wins" : -1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-x65w-rc3c-c7r6", "modified" : "2022-05-01T02:05:00Z", "published" : "2022-05-01T02:05:00Z", "aliases" : ["CVE-2005-2105"], "details" : "Cisco IOS 12.2T through 12.4 allows remote attackers to bypass Authentication, Authorization, and Accounting (AAA) RADIUS authentication, if the fallback method is set to none, via a long username.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2005-2105"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/21190"}, {"type" : "WEB", "url" : "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A5756"}, {"type" : "WEB", "url" : "http://www.cisco.com/warp/public/707/cisco-sa-20050629-aaa.shtml"}, {"type" : "WEB", "url" : "http://www.securitytracker.com/alerts/2005/Jun/1014330.html"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}}
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": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "511421117001", "text" : "\u9f99\u65b9\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511421117005", "text" : "\u66f2\u6c5f\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511421117200", "text" : "\u4e1c\u5347\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511421117203", "text" : "\u6b66\u901a\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511421117209", "text" : "\u592a\u5e73\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511421117213", "text" : "\u54e8\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511421117215", "text" : "\u4e1c\u5cb3\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511421117218", "text" : "\u6c34\u6c60\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511421117229", "text" : "\u5efa\u56fd\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511421117230", "text" : "\u91d1\u9e21\u6751\u6c11\u59d4\u5458\u4f1a"}]
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease and flour two 9-inch round pans.", "Beat shortening and sugar until light and fluffy. Add eggs one at a time, mixing until fully incorporated. Stir in butter flavoring. Make a paste with food coloring and cocoa and add to the shortening mixture.", "Mix buttermilk, salt, baking soda and vinegar; add to batter alternating with the flour mixture.", "Divide batter into prepared pans. Bake in preheated oven until cake springs back when touched lightly with a finger or tester comes out clean, 20 to 30 minutes. Cook completely on wire rack.", "To Make Cream Cheese Frosting: beat butter and cream cheese with an electric mixer until smooth. Gradually beat in confectioners' sugar and 1 teaspoon vanilla. Mix until well blended."], "ingredients" : ["Cake:", "1/2 cup shortening", "1 1/2 cups white sugar", "2 eggs, room temperature", "1 teaspoon butter flavored extract", "4 tablespoons red food coloring", "2 tablespoons unsweetened cocoa powder", "1 cup buttermilk, room temperature", "1 teaspoon salt", "2 1/2 cups sifted all-purpose flour", "1 tablespoon white vinegar", "1 teaspoon baking soda", "Cream Cheese Frosting:", "1/2 cup butter, room temperature", "1 (8 ounce) package cream cheese, room temperature", "4 cups confectioners' sugar, sifted", "1 teaspoon vanilla extract"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Ravishing Red Velvet Cake", "url" : "http://allrecipes.com/recipe/7945/ravishing-red-velvet-cake/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"cloud_not_connected": {"type": "string"}, "single_instance_allowed": {"type": "string"}}, "required": ["cloud_not_connected", "single_instance_allowed"]}, "create_entry": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"description": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "title"]}}, "required": ["user"]}}, "required": ["abort", "create_entry", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"abort" : {"cloud_not_connected" : "Pas connect\u00e9 \u00e0 Home Assistant Cloud", "single_instance_allowed" : "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible."}, "create_entry" : {"default" : "\n\nSous Android, ouvrez [l'application OwnTracks]({android_url}), acc\u00e9dez \u00e0 Pr\u00e9f\u00e9rences - > Connexion. Modifiez les param\u00e8tres suivants: \n - Mode: HTTP priv\u00e9 \n - H\u00f4te: {webhook_url} \n - Identification: \n - Nom d'utilisateur: `'<Votre nom>'` \n - ID de p\u00e9riph\u00e9rique: `'<Nom de votre appareil>'` \n\n Sur iOS, ouvrez [l'application OwnTracks]({ios_url}), appuyez sur l'ic\u00f4ne (i) en haut \u00e0 gauche - > param\u00e8tres. Modifiez les param\u00e8tres suivants: \n - Mode: HTTP \n - URL: {webhook_url} \n - Activer l'authentification \n - ID utilisateur: `'<Votre nom>'` \n\n {secret} \n \n Voir [la documentation]({docs_url}) pour plus d'informations."}, "step" : {"user" : {"description" : "\u00cates-vous s\u00fbr de vouloir configurer OwnTracks?", "title" : "Configurer OwnTracks"}}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"cloud_not_connected": {"type": "string"}, "single_instance_allowed": {"type": "string"}}, "required": ["cloud_not_connected", "single_instance_allowed"]}, "create_entry": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"description": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "title"]}}, "required": ["user"]}}, "required": ["abort", "create_entry", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["talisman"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "code": {"type": "string"}, "hash": {"type": "string"}}, "required": ["image", "attributes", "code", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"image" : "https://ipfs.infura.io/ipfs/QmfBvhGZnhCd7SNk4GN8zztWU8xDAEfq2kgncn2CbWr2M4", "attributes" : [{"trait_type" : "Type", "value" : "Human"}, {"trait_type" : "Gender", "value" : "Female"}, {"trait_type" : "Hair Style", "value" : "Straight"}, {"trait_type" : "Smoking", "value" : "E-Cig"}, {"trait_type" : "Sweater", "value" : "High Collar Cableknit"}, {"trait_type" : "Sweater Color", "value" : "Lilac"}, {"trait_type" : "Earrings", "value" : "Stud"}, {"trait_type" : "Earrings Color", "value" : "Gold"}, {"trait_type" : "Physiognomy", "value" : "High-Brow"}, {"trait_type" : "Hat", "value" : "Fedora"}, {"trait_type" : "Hair Color", "value" : "Black"}], "code" : "hfssk1ha3#0d0d0dto19#c8a2c8ear1sm2br2ha2", "hash" : "cbf81641cfc31e02aa046ebe6079a028fabcbf58ad73f8beeaa05564afcf8693"}
json_instruct
{"type": "object", "properties": {"image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "code": {"type": "string"}, "hash": {"type": "string"}}, "required": ["image", "attributes", "code", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"max": {"type": "array", "items": {"type": "number"}}, "centroid": {"type": "array", "items": {"type": "number"}}, "id": {"type": "string"}, "numVertices": {"type": "integer"}, "min": {"type": "array", "items": {"type": "number"}}}, "required": ["max", "centroid", "id", "numVertices", "min"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"max" : [0.717983, 0.992203, 0.699839], "centroid" : [0.3962877142111371, 0.6983654892111335, 0.37999004675174], "id" : "21a94be58900df5bcb2a965e75be701c", "numVertices" : 1724, "min" : [0.0746191, 0.0, 0.0558952]}
json_instruct
{"type": "object", "properties": {"max": {"type": "array", "items": {"type": "number"}}, "centroid": {"type": "array", "items": {"type": "number"}}, "id": {"type": "string"}, "numVertices": {"type": "integer"}, "min": {"type": "array", "items": {"type": "number"}}}, "required": ["max", "centroid", "id", "numVertices", "min"], "$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"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-qunit": {"type": "string"}, "jquery-mousewheel": {"type": "string"}, "jquery-simulate": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "qunit-assert-classes": {"type": "string"}, "qunit-assert-close": {"type": "string"}, "qunitjs": {"type": "string"}, "requirejs": {"type": "string"}}, "required": ["grunt", "grunt-cli", "grunt-contrib-qunit", "jquery-mousewheel", "jquery-simulate", "load-grunt-tasks", "qunit-assert-classes", "qunit-assert-close", "qunitjs", "requirejs"]}, "keywords": {"type": "array", "items": {}}}, "required": ["name", "title", "description", "version", "license", "scripts", "dependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jquery-ui-drupal-fork-tests", "title" : "jQuery UI Drupal fork tests", "description" : "Qunit tests specifically for Drupal core's fork of jQuery UI", "version" : "1.12.1-0.0", "license" : "MIT", "scripts" : {"test" : "grunt"}, "dependencies" : {"grunt" : "^1.3.0", "grunt-cli" : "^1.3.2", "grunt-contrib-qunit" : "^4.0.0", "jquery-mousewheel" : "3.1.12", "jquery-simulate" : "1.0.2", "load-grunt-tasks" : "3.4.0", "qunit-assert-classes" : "1.0.2", "qunit-assert-close" : "JamesMGreene/qunit-assert-close#v1.1.1", "qunitjs" : "1.18.0", "requirejs" : "2.1.14"}, "keywords" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-qunit": {"type": "string"}, "jquery-mousewheel": {"type": "string"}, "jquery-simulate": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "qunit-assert-classes": {"type": "string"}, "qunit-assert-close": {"type": "string"}, "qunitjs": {"type": "string"}, "requirejs": {"type": "string"}}, "required": ["grunt", "grunt-cli", "grunt-contrib-qunit", "jquery-mousewheel", "jquery-simulate", "load-grunt-tasks", "qunit-assert-classes", "qunit-assert-close", "qunitjs", "requirejs"]}, "keywords": {"type": "array", "items": {}}}, "required": ["name", "title", "description", "version", "license", "scripts", "dependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 28961, "citation_title" : "Dynamic Preference \u201cReversals\u201d and Time Inconsistency", "citation_author" : ["Philipp Strack", "Dmitry Taubinsky"], "citation_publication_date" : "2021-06-28", "issue_date" : "2021-06-24", "revision_date" : "None", "topics" : ["Econometrics", "Experimental Design", "Microeconomics", "Behavioral Economics"], "program" : ["Economics of Aging", "Development Economics", "Health Economics", "Public Economics"], "projects" : null, "working_groups" : ["Behavioral Finance"], "abstract" : "\n\nWe study identification of time inconsistency when an agent at time 0 makes an advance commitment, and later at time 1 can revise their choice after possibly receiving additional information. Roughly speaking, we prove that the only data that reject time-consistent expected utility maximization is a time-0 choice that is always strictly dominated at time 1. This holds for rich choice sets; if the complete ranking of alternatives is observed in every period and state; when it is natural to assume additional properties like concavity; and with supplementary cardinal information. However, time inconsistency can be point identified from willingness to pay for different alternatives in both periods, if utility from money is plausibly additively-separable and independent of time-1 information.\n\n", "acknowledgement" : "\nWe thank Ned Augenblick, Yoram Halevy, Paul Heidhues, Eric Koepcke, Peter Maxted, Alex Rees-Jones, Charlie Sprenger, Tomasz Strzalecki, and seminar participants at the University of Zurich, Toulouse, Toronto, and Cornell for helpful comments. Afras Sial provided impeccable research assistance. The views expressed herein are those of the authors and do not necessarily reflect the views of the National Bureau of Economic Research.\n\n\n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "PSYD20H3S20201", "code" : "PSYD20H3S", "name" : "Current Topics in Developmental Psychology", "description" : "An intensive examination of selected issues and research problems in developmental psychology.The specific content will vary from year to year with the interests of both instructor and students. Lectures, discussions, and oral presentations by students.", "division" : "University of Toronto Scarborough", "department" : "Psychology (UTSC)", "prerequisites" : "PSYB20H3 and [(PSYB01H3) or (PSYB04H3) or PSYB70H3] and [PSYB07H3 or STAB22H3 or STAB23H3] and [0.5 credit at the C-level in PSY courses]", "exclusions" : "PSY410H", "level" : 400, "campus" : "UTSC", "term" : "2020 Winter", "breadths" : [4], "meeting_sections" : [{"code" : "L01", "instructors" : ["S Di Domenico"], "times" : [{"day" : "MONDAY", "start" : 39600, "end" : 46800, "duration" : 7200, "location" : "HL B108"}], "size" : 24, "enrolment" : 24}]}
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"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"inferno.js": {"type": "string"}, "inferno.min.js": {"type": "string"}}, "required": ["inferno.js", "inferno.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inferno.js" : "sha512-rmPzlLJMGtQv2iaVVXX/TbWYogUmlYeZYkDPHMH+7zTZb13i+NWg/n4EdTXywYwx9gCuxQbN865njO+h1yhZfQ==", "inferno.min.js" : "sha512-0FkOhwDiyuXbEOyITEDKKQ0RXGDNoNMHWd+l8KlH+9LnjhMEicBJVN8/6qbI3bQf+wlgiJPhr7DoWkEykpnYBg=="}
json_instruct
{"type": "object", "properties": {"inferno.js": {"type": "string"}, "inferno.min.js": {"type": "string"}}, "required": ["inferno.js", "inferno.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xae45fd94bc857d2b9db8078c539e49c5d0e360f5", "tool" : "osiris", "start" : 1564621783.6235852, "end" : 1564621843.6654365, "duration" : 60.04185128211975, "analysis" : [{"errors" : [{"line" : 65, "column" : 12, "message" : "time_dependency_bug"}, {"line" : 70, "column" : 9, "message" : "time_dependency_bug"}, {"line" : 61, "column" : 9, "message" : "time_dependency_bug"}, {"line" : 70, "column" : 12, "message" : "time_dependency_bug"}, {"line" : 75, "column" : 9, "message" : "time_dependency_bug"}, {"line" : 65, "column" : 9, "message" : "time_dependency_bug"}, {"line" : 60, "column" : 9, "message" : "time_dependency_bug"}, {"line" : 75, "column" : 12, "message" : "time_dependency_bug"}], "file" : "/unique_chucks/36/0xae45fd94bc857d2b9db8078c539e49c5d0e360f5.sol", "name" : "JOUL3SCrowdsale"}]}
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", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"900404338": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900404339": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900404340": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900404341": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900404342": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900404343": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900404338", "900404339", "900404340", "900404341", "900404342", "900404343"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900404338" : {"nama" : "TPS 1", "dapil" : [3306, 13309, 2332301]}, "900404339" : {"nama" : "TPS 2", "dapil" : [3306, 13309, 2332301]}, "900404340" : {"nama" : "TPS 3", "dapil" : [3306, 13309, 2332301]}, "900404341" : {"nama" : "TPS 4", "dapil" : [3306, 13309, 2332301]}, "900404342" : {"nama" : "TPS 5", "dapil" : [3306, 13309, 2332301]}, "900404343" : {"nama" : "TPS 6", "dapil" : [3306, 13309, 2332301]}}
json_instruct
{"type": "object", "properties": {"900404338": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900404339": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900404340": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900404341": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900404342": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900404343": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900404338", "900404339", "900404340", "900404341", "900404342", "900404343"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"order": {"type": "integer"}}, "required": ["order"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"order" : 1}
json_instruct
{"type": "object", "properties": {"order": {"type": "integer"}}, "required": ["order"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"@cardstack/eslint-config": {"type": "string"}, "@cardstack/test-support": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-ember": {"type": "string"}, "eslint-plugin-mocha": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "koa": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["@cardstack/eslint-config", "@cardstack/test-support", "eslint", "eslint-plugin-ember", "eslint-plugin-mocha", "eslint-plugin-node", "koa", "supertest"]}, "dependencies": {"type": "object", "properties": {"@cardstack/di": {"type": "string"}, "@cardstack/logger": {"type": "string"}, "@cardstack/plugin-utils": {"type": "string"}, "jsonpatch": {"type": "string"}, "lodash": {"type": "string"}, "node-pg-migrate": {"type": "string"}, "pg": {"type": "string"}}, "required": ["@cardstack/di", "@cardstack/logger", "@cardstack/plugin-utils", "jsonpatch", "lodash", "node-pg-migrate", "pg"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "cardstack-plugin": {"type": "object", "properties": {"api-version": {"type": "integer"}}, "required": ["api-version"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "repository", "author", "license", "engines", "devDependencies", "dependencies", "keywords", "cardstack-plugin", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@cardstack/postgresql", "version" : "0.12.15", "description" : "PostgreSQL data source plugin for @cardstack/hub.", "repository" : "https://github.com/cardstack/cardstack", "author" : "Edward Faulkner <edward@eaf4.com>", "license" : "MIT", "engines" : {"node" : ">= 7.7"}, "devDependencies" : {"@cardstack/eslint-config" : "0.12.7", "@cardstack/test-support" : "0.12.16", "eslint" : "^5.8.0", "eslint-plugin-ember" : "^5.0.0", "eslint-plugin-mocha" : "^5.2.0", "eslint-plugin-node" : "^5.2.1", "koa" : "2", "supertest" : "^2.0.1"}, "dependencies" : {"@cardstack/di" : "0.12.7", "@cardstack/logger" : "^0.1.0", "@cardstack/plugin-utils" : "0.12.7", "jsonpatch" : "^3.0.1", "lodash" : "^4.17.11", "node-pg-migrate" : "3.5.0", "pg" : "^7.0.3"}, "keywords" : ["cardstack-plugin"], "cardstack-plugin" : {"api-version" : 1}, "scripts" : {"test" : "mocha ../test-support/bin/run.js"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"@cardstack/eslint-config": {"type": "string"}, "@cardstack/test-support": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-ember": {"type": "string"}, "eslint-plugin-mocha": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "koa": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["@cardstack/eslint-config", "@cardstack/test-support", "eslint", "eslint-plugin-ember", "eslint-plugin-mocha", "eslint-plugin-node", "koa", "supertest"]}, "dependencies": {"type": "object", "properties": {"@cardstack/di": {"type": "string"}, "@cardstack/logger": {"type": "string"}, "@cardstack/plugin-utils": {"type": "string"}, "jsonpatch": {"type": "string"}, "lodash": {"type": "string"}, "node-pg-migrate": {"type": "string"}, "pg": {"type": "string"}}, "required": ["@cardstack/di", "@cardstack/logger", "@cardstack/plugin-utils", "jsonpatch", "lodash", "node-pg-migrate", "pg"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "cardstack-plugin": {"type": "object", "properties": {"api-version": {"type": "integer"}}, "required": ["api-version"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "repository", "author", "license", "engines", "devDependencies", "dependencies", "keywords", "cardstack-plugin", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}, "serviceCategory": {"type": "array", "items": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "display": {"type": "string"}}, "required": ["code", "display"]}}}, "required": ["coding"]}}, "schedule": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}, "status": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}, "overbooked": {"type": "boolean"}, "comment": {"type": "string"}}, "required": ["resourceType", "id", "text", "identifier", "serviceCategory", "schedule", "status", "start", "end", "overbooked", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceType" : "Slot", "id" : "1", "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t25 Dec 2013 9:00am - 9:15am: <b>Busy</b> Physiotherapy\n\t\t</div>"}, "identifier" : [{"system" : "http://example.org/identifiers/slots", "value" : "123132"}], "serviceCategory" : [{"coding" : [{"code" : "17", "display" : "General Practice"}]}], "schedule" : {"reference" : "Schedule/example"}, "status" : "busy", "start" : "2013-12-25T09:00:00Z", "end" : "2013-12-25T09:15:00Z", "overbooked" : true, "comment" : "Assessments should be performed before requesting appointments in this slot."}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}, "serviceCategory": {"type": "array", "items": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "display": {"type": "string"}}, "required": ["code", "display"]}}}, "required": ["coding"]}}, "schedule": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}, "status": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}, "overbooked": {"type": "boolean"}, "comment": {"type": "string"}}, "required": ["resourceType", "id", "text", "identifier", "serviceCategory", "schedule", "status", "start", "end", "overbooked", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "object", "properties": {"codeQL.runningQueries.memory": {"type": "integer"}, "codeQL.runningQueries.debug": {"type": "boolean"}}, "required": ["codeQL.runningQueries.memory", "codeQL.runningQueries.debug"]}}, "required": ["extensions", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extensions" : ["github.vscode-codeql", "slevesque.vscode-zipexplorer"], "settings" : {"codeQL.runningQueries.memory" : 2048, "codeQL.runningQueries.debug" : true}}
json_instruct
{"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "object", "properties": {"codeQL.runningQueries.memory": {"type": "integer"}, "codeQL.runningQueries.debug": {"type": "boolean"}}, "required": ["codeQL.runningQueries.memory", "codeQL.runningQueries.debug"]}}, "required": ["extensions", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Beaulieu-sur-Loire", "dpt" : "Loiret", "inscrits" : 1358, "abs" : 312, "votants" : 1046, "blancs" : 89, "nuls" : 45, "exp" : 912, "res" : [{"panneau" : "1", "voix" : 465}, {"panneau" : "2", "voix" : 447}]}
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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"expo": {"type": "string"}, "react-native-circular-progress": {"type": "string"}, "react-native-paper": {"type": "string"}, "react-native-svg": {"type": "string"}}, "required": ["expo", "react-native-circular-progress", "react-native-paper", "react-native-svg"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pastelpastures", "version" : "1.0.0", "description" : "Federal Reserve Code-A-Thon 2020", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/selester12/PastelPastures.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/selester12/PastelPastures/issues"}, "homepage" : "https://github.com/selester12/PastelPastures#readme", "dependencies" : {"expo" : "^39.0.3", "react-native-circular-progress" : "^1.3.6", "react-native-paper" : "^4.2.0", "react-native-svg" : "^12.1.0"}}
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"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"expo": {"type": "string"}, "react-native-circular-progress": {"type": "string"}, "react-native-paper": {"type": "string"}, "react-native-svg": {"type": "string"}}, "required": ["expo", "react-native-circular-progress", "react-native-paper", "react-native-svg"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"index_number": {"type": "integer"}, "names": {"type": "object", "properties": {"fr": {"type": "string"}, "de": {"type": "string"}, "it": {"type": "string"}, "en": {"type": "string"}}, "required": ["fr", "de", "it", "en"]}, "descriptions": {"type": "object", "properties": {"en": {"type": "string"}, "de": {"type": "string"}}, "required": ["en", "de"]}}, "required": ["index_number", "names", "descriptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index_number" : 64, "names" : {"fr" : "Suintement", "de" : "Kloakenso\u00dfe", "it" : "Melma", "en" : "Liquid Ooze"}, "descriptions" : {"en" : "Inflicts damage on foes using any draining move.", "de" : "Versucht der Gegner KPs zu absorbieren, gewinnt er diese nicht hinzu sondern verliert sie. Gilt auch f\u00fcr Egelsamen."}}
json_instruct
{"type": "object", "properties": {"index_number": {"type": "integer"}, "names": {"type": "object", "properties": {"fr": {"type": "string"}, "de": {"type": "string"}, "it": {"type": "string"}, "en": {"type": "string"}}, "required": ["fr", "de", "it", "en"]}, "descriptions": {"type": "object", "properties": {"en": {"type": "string"}, "de": {"type": "string"}}, "required": ["en", "de"]}}, "required": ["index_number", "names", "descriptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "130683102200", "text" : "\u77f3\u4f5b\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102201", "text" : "\u8def\u666f\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102202", "text" : "\u5357\u9633\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102203", "text" : "\u7acb\u5e84\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102204", "text" : "\u5317\u9633\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102205", "text" : "\u5357\u7ae0\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102206", "text" : "\u674e\u8857\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102207", "text" : "\u738b\u8857\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102208", "text" : "\u9ad8\u8857\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102209", "text" : "\u4e1c\u5df7\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102210", "text" : "\u6d41\u5404\u5e84\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102211", "text" : "\u7504\u5e84\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102212", "text" : "\u4e1c\u53e9\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102213", "text" : "\u90d1\u5404\u5e84\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102214", "text" : "\u5357\u5448\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102215", "text" : "\u5317\u5448\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102216", "text" : "\u9a6c\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102217", "text" : "\u77f3\u5e84\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102218", "text" : "\u7c73\u5e84\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102219", "text" : "\u9a6c\u5e84\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102220", "text" : "\u56fa\u663e\u6751\u6751\u59d4\u4f1a"}]
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[0, 0], [0, 34], [5, 72], [30, 17], [43, 74], [60, 40]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"username": {"type": "string"}, "rotating_key_strings": {"type": "array", "items": {"type": "object", "properties": {"_secret": {"type": "string"}}, "required": ["_secret"]}}, "rotating_key_objects": {"type": "array", "items": {"type": "object", "properties": {"a": {"type": "object", "properties": {"_secret": {"type": "string"}}, "required": ["_secret"]}}, "required": ["a"]}}}, "required": ["username", "rotating_key_strings", "rotating_key_objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"username" : "charles", "rotating_key_strings" : [{"_secret" : "airbyte_workspace_e0eb0554-ffe0-4e9c-9dc0-ed7f52023eb2_secret_9eba44d8-51e7-48f1-bde2-619af0e42c22_v1"}, {"_secret" : "airbyte_workspace_e0eb0554-ffe0-4e9c-9dc0-ed7f52023eb2_secret_2c2ef2b3-259a-4e73-96d1-f56dacee2e5e_v1"}, {"_secret" : "airbyte_workspace_e0eb0554-ffe0-4e9c-9dc0-ed7f52023eb2_secret_1206db5b-b968-4df1-9a76-f3fcdae7e307_v1"}], "rotating_key_objects" : [{"a" : {"_secret" : "airbyte_workspace_e0eb0554-ffe0-4e9c-9dc0-ed7f52023eb2_secret_c03ef566-79a7-4e77-b6f3-d23d2528f25a_v1"}}, {"a" : {"_secret" : "airbyte_workspace_e0eb0554-ffe0-4e9c-9dc0-ed7f52023eb2_secret_35f08b15-bfd9-44fe-a8c7-5aa9e156c0f5_v1"}}, {"a" : {"_secret" : "airbyte_workspace_e0eb0554-ffe0-4e9c-9dc0-ed7f52023eb2_secret_159c0b6f-f9ae-48b4-b7f3-bcac4ba15743_v1"}}]}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "rotating_key_strings": {"type": "array", "items": {"type": "object", "properties": {"_secret": {"type": "string"}}, "required": ["_secret"]}}, "rotating_key_objects": {"type": "array", "items": {"type": "object", "properties": {"a": {"type": "object", "properties": {"_secret": {"type": "string"}}, "required": ["_secret"]}}, "required": ["a"]}}}, "required": ["username", "rotating_key_strings", "rotating_key_objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Heat the oil in a wok or large saucepan over nearly high heat. Add the onions; cook and stir until browned. Mix in the curry leaves, then season with the ginger garlic paste, coriander and salt. Cook and stir for 1 minute.", "Season with salt and turmeric, then mix in the tomato, chile powder, shrimp and water. Reduce the heat to medium-high and cook for 7 to 8 minutes, until shrimp are opaque. Taste and adjust salt and chile powder if necessary. Season with garam masala, stir and remove from the heat. Garnish with fresh cilantro and serve with flat bread or rice."], "ingredients" : ["1/4 cup vegetable oil", "1 large onion, chopped", "10 fresh curry leaves (optional)", "1 tablespoon ginger garlic paste", "1 teaspoon ground coriander", "2/3 teaspoon salt", "1/2 teaspoon ground turmeric", "1 tomato, finely chopped", "1 teaspoon ground red chile pepper", "2 pounds medium shrimp - peeled and deveined", "1/4 cup water", "1 teaspoon garam masala", "chopped fresh cilantro to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Authentic and Easy Shrimp Curry", "url" : "http://allrecipes.com/recipe/93597/authentic-and-easy-shrimp-curry/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS": {"type": "string"}, "CNTY_FIPS": {"type": "string"}, "STATE_FIPS": {"type": "string"}, "STATE_NAME": {"type": "string"}, "NAME": {"type": "string"}}, "required": ["FIPS", "CNTY_FIPS", "STATE_FIPS", "STATE_NAME", "NAME"]}, "type": {"type": "string"}}, "required": ["geometry", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"coordinates" : [[[-101.61994377455275, 36.05474577191711], [-101.62075554385069, 36.492031439387475], [-101.09010236822317, 36.48805024715291], [-101.08274598740735, 36.05629916784359], [-101.61994377455275, 36.05474577191711]]], "type" : "Polygon"}, "properties" : {"FIPS" : "48195", "CNTY_FIPS" : "195", "STATE_FIPS" : "48", "STATE_NAME" : "Texas", "NAME" : "Hansford"}, "type" : "Feature"}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS": {"type": "string"}, "CNTY_FIPS": {"type": "string"}, "STATE_FIPS": {"type": "string"}, "STATE_NAME": {"type": "string"}, "NAME": {"type": "string"}}, "required": ["FIPS", "CNTY_FIPS", "STATE_FIPS", "STATE_NAME", "NAME"]}, "type": {"type": "string"}}, "required": ["geometry", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "integer"}, "isRoot": {"type": "boolean"}, "tools": {"type": "object", "properties": {"sharpfuzz.commandline": {"type": "object", "properties": {"version": {"type": "string"}, "commands": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "commands"]}}, "required": ["sharpfuzz.commandline"]}}, "required": ["version", "isRoot", "tools"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1, "isRoot" : true, "tools" : {"sharpfuzz.commandline" : {"version" : "1.6.3", "commands" : ["sharpfuzz"]}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "isRoot": {"type": "boolean"}, "tools": {"type": "object", "properties": {"sharpfuzz.commandline": {"type": "object", "properties": {"version": {"type": "string"}, "commands": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "commands"]}}, "required": ["sharpfuzz.commandline"]}}, "required": ["version", "isRoot", "tools"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"limit": {"type": "object", "properties": {"type": {"type": "string"}, "minimum": {"type": "integer"}, "maximum": {"type": "integer"}, "default": {"type": "integer"}}, "required": ["type", "minimum", "maximum", "default"]}, "offset": {"type": "object", "properties": {"type": {"type": "string"}, "minimum": {"type": "integer"}, "default": {"type": "integer"}}, "required": ["type", "minimum", "default"]}}, "required": ["limit", "offset"]}}, "required": ["type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "object", "properties" : {"limit" : {"type" : "integer", "minimum" : 0, "maximum" : 500, "default" : 500}, "offset" : {"type" : "integer", "minimum" : 0, "default" : 0}}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"limit": {"type": "object", "properties": {"type": {"type": "string"}, "minimum": {"type": "integer"}, "maximum": {"type": "integer"}, "default": {"type": "integer"}}, "required": ["type", "minimum", "maximum", "default"]}, "offset": {"type": "object", "properties": {"type": {"type": "string"}, "minimum": {"type": "integer"}, "default": {"type": "integer"}}, "required": ["type", "minimum", "default"]}}, "required": ["limit", "offset"]}}, "required": ["type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "B-13V \u201cClassic\u201d\u4e0a\u673a\u5323\u5bfc\u8f68\u5e73\u53f0", "ShortName" : "B-13V", "Description" : "B-13V\u4e0a\u673a\u5323\u5bfc\u8f68\u5e73\u53f0\u5b89\u88c5\u5728\u914d\u5907\u6709\u6807\u51c6Dovetail\u4fa7\u67b6\u7684PP-19-01 \"Vityaz\"\u4e0a\uff0c\u63d0\u4f9b\u4e86\u80fd\u591f\u5b89\u88c5\u7784\u51c6\u8bbe\u5907\u7684\u5e73\u53f0\u3002"}
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": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"results" : [{"tech" : 3, "pts" : 28, "connections" : 5507, "capacity" : 132438, "investments" : 728418}, {"tech" : 1, "pts" : 51, "connections" : 214574, "capacity" : 1820554, "investments" : 19377202}, {"tech" : 2, "pts" : 252, "connections" : 48679, "capacity" : 781429, "investments" : 1072511}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "string"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 176093, "name" : "Goodblox 2009", "description" : "https://goodblox.xyz/users/?id=29", "user" : {"id" : 384942, "name" : "Toad The Fungus", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2019-10-08T01:19:02.000Z", "weekly_install_count" : 2, "total_install_count" : 116, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/176093_after.png?r=1602057913", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2019-10-08T01:19:02.000Z", "category" : "site", "raw_subcategory" : "goodblox", "subcategory" : "goodblox", "additional_info" : "super epic.", "style_tags" : [], "css" : "@-moz-document domain(\"goodblox.xyz\") {\r\nbody {\r\n background: url(http://web.archive.org/web/20100522111914im_/http://www.roblox.com/images/bg_clouds.jpg) no-repeat scroll center top, #F8FCFF url(http://web.archive.org/web/20100522112159im_/http://www.roblox.com/images/bg_gradient.jpg) repeat-x;\r\n}\r\n#Banner {\r\n background-image: url(https://finobe.com/img/nine/WoodBanner.png);\r\n}\r\n.Asset .AssetThumbnail, .imgc {\r\n background: white;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/176093/goodblox-2009.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "string"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "download": {"type": "object", "properties": {"darwin": {"type": "object", "properties": {"arm64": {"type": "string"}, "amd64": {"type": "string"}}, "required": ["arm64", "amd64"]}, "linux": {"type": "object", "properties": {"amd64": {"type": "string"}}, "required": ["amd64"]}}, "required": ["darwin", "linux"]}, "version": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "object", "properties": {"in_source": {"type": "array", "items": {"type": "string"}}, "installed": {"type": "array", "items": {"type": "string"}}}, "required": ["in_source", "installed"]}, "commands": {"type": "object", "properties": {"all": {"type": "object", "properties": {"install": {"type": "array", "items": {"type": "string"}}, "update": {"type": "array", "items": {"type": "string"}}}, "required": ["install", "update"]}}, "required": ["all"]}, "config_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "author", "description", "download", "version", "license", "bin", "commands", "config_paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "deno", "author" : "deno", "description" : "A modern runtime for JavaScript and TypeScript.", "download" : {"darwin" : {"arm64" : "https://github.com/denoland/deno/releases/download/v1.21.1/deno-aarch64-apple-darwin.zip", "amd64" : "https://github.com/denoland/deno/releases/download/v1.21.1/deno-x86_64-apple-darwin.zip"}, "linux" : {"amd64" : "https://github.com/denoland/deno/releases/download/v1.21.1/deno-x86_64-unknown-linux-gnu.zip"}}, "version" : "1.21.1", "license" : "MIT", "bin" : {"in_source" : ["deno"], "installed" : ["deno"]}, "commands" : {"all" : {"install" : ["cp deno.indiepkg.downloaded deno.zip", "rm -f deno", "unzip deno.zip"], "update" : ["cp deno.indiepkg.downloaded deno.zip", "rm -f deno", "unzip deno.zip"]}}, "config_paths" : ["deno"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "download": {"type": "object", "properties": {"darwin": {"type": "object", "properties": {"arm64": {"type": "string"}, "amd64": {"type": "string"}}, "required": ["arm64", "amd64"]}, "linux": {"type": "object", "properties": {"amd64": {"type": "string"}}, "required": ["amd64"]}}, "required": ["darwin", "linux"]}, "version": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "object", "properties": {"in_source": {"type": "array", "items": {"type": "string"}}, "installed": {"type": "array", "items": {"type": "string"}}}, "required": ["in_source", "installed"]}, "commands": {"type": "object", "properties": {"all": {"type": "object", "properties": {"install": {"type": "array", "items": {"type": "string"}}, "update": {"type": "array", "items": {"type": "string"}}}, "required": ["install", "update"]}}, "required": ["all"]}, "config_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "author", "description", "download", "version", "license", "bin", "commands", "config_paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"features": {"type": "number"}, "process_features_model_1": {"type": "number"}, "predict_and_compile_model_1": {"type": "number"}, "relax_model_1": {"type": "number"}, "process_features_model_2": {"type": "number"}, "predict_and_compile_model_2": {"type": "number"}, "relax_model_2": {"type": "number"}, "process_features_model_3": {"type": "number"}, "predict_and_compile_model_3": {"type": "number"}, "relax_model_3": {"type": "number"}, "process_features_model_4": {"type": "number"}, "predict_and_compile_model_4": {"type": "number"}, "relax_model_4": {"type": "number"}, "process_features_model_5": {"type": "number"}, "predict_and_compile_model_5": {"type": "number"}, "relax_model_5": {"type": "number"}}, "required": ["features", "process_features_model_1", "predict_and_compile_model_1", "relax_model_1", "process_features_model_2", "predict_and_compile_model_2", "relax_model_2", "process_features_model_3", "predict_and_compile_model_3", "relax_model_3", "process_features_model_4", "predict_and_compile_model_4", "relax_model_4", "process_features_model_5", "predict_and_compile_model_5", "relax_model_5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"features" : 985.2445111274719, "process_features_model_1" : 2.484224319458008, "predict_and_compile_model_1" : 176.90722918510437, "relax_model_1" : 14.239156484603882, "process_features_model_2" : 1.635979413986206, "predict_and_compile_model_2" : 160.46156930923462, "relax_model_2" : 6.663316965103149, "process_features_model_3" : 1.3754308223724365, "predict_and_compile_model_3" : 143.56159925460815, "relax_model_3" : 6.1446006298065186, "process_features_model_4" : 1.388071060180664, "predict_and_compile_model_4" : 142.95104360580444, "relax_model_4" : 7.643982648849487, "process_features_model_5" : 1.4576685428619385, "predict_and_compile_model_5" : 124.80834031105042, "relax_model_5" : 6.085788011550903}
json_instruct
{"type": "object", "properties": {"features": {"type": "number"}, "process_features_model_1": {"type": "number"}, "predict_and_compile_model_1": {"type": "number"}, "relax_model_1": {"type": "number"}, "process_features_model_2": {"type": "number"}, "predict_and_compile_model_2": {"type": "number"}, "relax_model_2": {"type": "number"}, "process_features_model_3": {"type": "number"}, "predict_and_compile_model_3": {"type": "number"}, "relax_model_3": {"type": "number"}, "process_features_model_4": {"type": "number"}, "predict_and_compile_model_4": {"type": "number"}, "relax_model_4": {"type": "number"}, "process_features_model_5": {"type": "number"}, "predict_and_compile_model_5": {"type": "number"}, "relax_model_5": {"type": "number"}}, "required": ["features", "process_features_model_1", "predict_and_compile_model_1", "relax_model_1", "process_features_model_2", "predict_and_compile_model_2", "relax_model_2", "process_features_model_3", "predict_and_compile_model_3", "relax_model_3", "process_features_model_4", "predict_and_compile_model_4", "relax_model_4", "process_features_model_5", "predict_and_compile_model_5", "relax_model_5"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-83.625756, 41.608803], [-83.606388, 41.608438], [-83.605059, 41.608767], [-83.605775, 41.607395], [-83.620916, 41.596507], [-83.625722, 41.60245], [-83.625756, 41.608803]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 49498}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Make pastry dough as directed. Roll out dough into a 15-inch round on a lightly floured surface and fit into tart pan. Roll rolling pin over top of pan to trim dough flush with rim and lightly prick bottom all over with a fork. Chill 30 minutes.", "Preheat oven to 375\u00b0F.", "Line shell with foil and fill with pie weights. Bake in middle of oven 20 minutes. Remove weights and foil and bake shell until pale golden, 6 to 10 minutes more. Cool in pan on a rack.", "Cook sugar in a dry heavy saucepan over moderately low heat, stirring slowly with a fork, until melted and pale golden. Cook caramel without stirring, swirling pan, until deep golden. Add corn syrup and simmer, stirring occasionally, until caramel is dissolved (it will harden before dissolving). Remove pan from heat and cool mixture until it stops bubbling.", "Whisk eggs with a pinch of salt in a bowl. Whisk caramel mixture into eggs in a slow stream and whisk in butter, vanilla, and lemon juice until butter is melted. Spread pecans in bottom of tart shell and pour in filling, tapping down pecans to coat.", "Bake tart in middle of oven until crust is golden and filling is puffed, 20 to 25 minutes, and cool in pan on a rack."], "ingredients" : ["Pastry dough", "3/4 cup sugar", "1 cup light corn syrup", "3 large eggs", "2 tablespoons unsalted butter", "1 teaspoon vanilla", "1 teaspoon fresh lemon juice", "1 3/4 cups pecan halves", "10- by 1-inch tart pan with a removable fluted bottom", "pie weights or raw rice", "Accompaniment: lightly whipped cream"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Egg", "Dessert", "Bake", "Thanksgiving", "Pecan", "Fall", "Gourmet"], "title" : "Pecan Tart", "url" : "http://www.epicurious.com/recipes/food/views/pecan-tart-102555"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"alsatian": {"type": "string"}, "neworbit-tslint-config": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["alsatian", "neworbit-tslint-config", "tslint", "typescript"]}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"prepublishOnly": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["prepublishOnly", "build", "test", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "files", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rotate-array-to", "version" : "1.0.0", "description" : "Rotate an array to start a specified index", "main" : "index.js", "dependencies" : {}, "devDependencies" : {"alsatian" : "^2.3.0", "neworbit-tslint-config" : "^3.0.0", "tslint" : "^5.11.0", "typescript" : "^3.1.4"}, "files" : ["index.js"], "scripts" : {"prepublishOnly" : "npm run lint && npm test", "build" : "tsc -p ./", "test" : "npm run build && alsatian test.js", "lint" : "tslint -c tslint.json index.ts test.ts"}, "repository" : {"type" : "git", "url" : "git+https://github.com/NewOrbit/rotate-array-to.git"}, "keywords" : ["array", "rotate", "rotate", "to", "index", "pure"], "author" : "NewOrbit Ltd", "license" : "MIT", "bugs" : {"url" : "https://github.com/NewOrbit/rotate-array-to/issues"}, "homepage" : "https://github.com/NewOrbit/rotate-array-to#readme"}
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": {"alsatian": {"type": "string"}, "neworbit-tslint-config": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["alsatian", "neworbit-tslint-config", "tslint", "typescript"]}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"prepublishOnly": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["prepublishOnly", "build", "test", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "files", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "140429400498", "text" : "\u6b66\u4e61\u7ecf\u6d4e\u6280\u672f\u5f00\u53d1\u533a\u865a\u62df\u5c45\u59d4\u4f1a"}]
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": {"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#"}
{"width" : 0.3260152, "rotation" : -2.5148842, "xCenter" : 0.40859714, "yCenter" : 0.7802714, "height" : 0.57958263}
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 a valid JSON object that conforms to the following 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"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Amherst", "state_name" : "Virginia", "state_abbrv" : "VA", "lat" : "37.6027", "long" : "-79.0506"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@reach/router": {"type": "string"}, "@types/node": {"type": "string"}, "@types/reach__router": {"type": "string"}, "@types/react": {"type": "string"}, "@types/stack-trace": {"type": "string"}, "express": {"type": "string"}, "error-stack-parser": {"type": "string"}, "path-browserify": {"type": "string"}, "react": {"type": "string"}, "stack-trace": {"type": "string"}, "stacktrace-gps": {"type": "string"}, "stacktrace-js": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "strip-ansi": {"type": "string"}, "@types/escape-string-regexp": {"type": "string"}, "escape-string-regexp": {"type": "string"}, "mocha": {"type": "string"}, "memfs": {"type": "string"}, "ssh2": {"type": "string"}, "@types/ssh2": {"type": "string"}, "tsconfig-paths-webpack-plugin": {"type": "string"}, "fast-glob": {"type": "string"}, "webpack": {"type": "string"}, "jest": {"type": "string"}, "source-map-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "@jest/types": {"type": "string"}}, "required": ["@types/express", "@reach/router", "@types/node", "@types/reach__router", "@types/react", "@types/stack-trace", "express", "error-stack-parser", "path-browserify", "react", "stack-trace", "stacktrace-gps", "stacktrace-js", "ts-node", "typescript", "strip-ansi", "@types/escape-string-regexp", "escape-string-regexp", "mocha", "memfs", "ssh2", "@types/ssh2", "tsconfig-paths-webpack-plugin", "fast-glob", "webpack", "jest", "source-map-loader", "ts-loader", "@jest/types"]}}, "required": ["version", "name", "description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "0.0.0", "name" : "~util-javi", "description" : "Utilities for jawis/javi", "dependencies" : {"@types/express" : "^4.17.11", "@reach/router" : "^1.3.4", "@types/node" : "^14.14.32", "@types/reach__router" : "^1.3.7", "@types/react" : "^16.14.4", "@types/stack-trace" : "^0.0.29", "express" : "^4.17.1", "error-stack-parser" : "^2.0.6", "path-browserify" : "^1.0.1", "react" : "^16.14.0", "stack-trace" : "^0.0.10", "stacktrace-gps" : "^3.0.4", "stacktrace-js" : "^2.0.2", "ts-node" : "^8.8.2", "typescript" : "^4.2.3", "strip-ansi" : "^6.0.0", "@types/escape-string-regexp" : "^2.0.1", "escape-string-regexp" : "^4.0.0", "mocha" : "^9.1.2", "memfs" : "^3.2.4", "ssh2" : "^1.5.0", "@types/ssh2" : "^0.5.48", "tsconfig-paths-webpack-plugin" : "^3.2.0", "fast-glob" : "^3.2.7", "webpack" : "^5.24.3", "jest" : "^27.2.5", "source-map-loader" : "^2.0.1", "ts-loader" : "^8.0.17", "@jest/types" : "^27.2.5"}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@reach/router": {"type": "string"}, "@types/node": {"type": "string"}, "@types/reach__router": {"type": "string"}, "@types/react": {"type": "string"}, "@types/stack-trace": {"type": "string"}, "express": {"type": "string"}, "error-stack-parser": {"type": "string"}, "path-browserify": {"type": "string"}, "react": {"type": "string"}, "stack-trace": {"type": "string"}, "stacktrace-gps": {"type": "string"}, "stacktrace-js": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "strip-ansi": {"type": "string"}, "@types/escape-string-regexp": {"type": "string"}, "escape-string-regexp": {"type": "string"}, "mocha": {"type": "string"}, "memfs": {"type": "string"}, "ssh2": {"type": "string"}, "@types/ssh2": {"type": "string"}, "tsconfig-paths-webpack-plugin": {"type": "string"}, "fast-glob": {"type": "string"}, "webpack": {"type": "string"}, "jest": {"type": "string"}, "source-map-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "@jest/types": {"type": "string"}}, "required": ["@types/express", "@reach/router", "@types/node", "@types/reach__router", "@types/react", "@types/stack-trace", "express", "error-stack-parser", "path-browserify", "react", "stack-trace", "stacktrace-gps", "stacktrace-js", "ts-node", "typescript", "strip-ansi", "@types/escape-string-regexp", "escape-string-regexp", "mocha", "memfs", "ssh2", "@types/ssh2", "tsconfig-paths-webpack-plugin", "fast-glob", "webpack", "jest", "source-map-loader", "ts-loader", "@jest/types"]}}, "required": ["version", "name", "description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ignore_labels": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "semver_part": {"type": "string"}}, "required": ["title", "labels", "semver_part"]}}, "bump_files": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["path", "prefix"]}}}, "required": ["ignore_labels", "categories", "bump_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ignore_labels" : ["no release"], "categories" : [{"title" : "## \ud83d\udc1b Fixes", "labels" : ["bug", "fix", "patch"], "semver_part" : "patch"}, {"title" : "## \ud83d\udcdc Docs", "labels" : ["docs", "documentation"], "semver_part" : "patch"}, {"title" : "## \ud83d\ude80 Features", "labels" : ["enhancement", "feat", "feature", "minor"], "semver_part" : "minor"}, {"title" : "## \ud83d\udca5 Breaking", "labels" : ["breaking", "major"], "semver_part" : "major"}], "bump_files" : [{"path" : "Cargo.toml", "prefix" : "version = \""}]}
json_instruct
{"type": "object", "properties": {"ignore_labels": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "semver_part": {"type": "string"}}, "required": ["title", "labels", "semver_part"]}}, "bump_files": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["path", "prefix"]}}}, "required": ["ignore_labels", "categories", "bump_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Pelin Kuzucu"}, {"author" : "Tolga T\u00fcrkmen"}, {"author" : "Alp \u00d6zg\u00fcn B\u00f6rcek"}], "doi" : "10.1186/s12887-020-02068-y", "publication_date" : "2020-04-26", "id" : "EN111113", "url" : "https://pubmed.ncbi.nlm.nih.gov/32331522", "source" : "BMC pediatrics", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "We present a patient with Sotos syndrome who is harboring a sacral lipoma and tethered cord syndrome and she had growth retardation, frontal bossing and hypertelorism. After a standard approach for tethered cord syndrome, the patient was discharged 3\u2009days after without any additional neurodeficits."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-91.19653, 30.469365], [-91.188358, 30.469195], [-91.183418, 30.472608], [-91.168354, 30.473127], [-91.167534, 30.458539], [-91.179973, 30.456789], [-91.180813, 30.455197], [-91.180336, 30.447434], [-91.196007, 30.44689], [-91.19653, 30.469365]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 29040}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2007, 8], [2009, 5], [2011, 6], [2012, 6], [2013, 9]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this 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", "properties": {"urnmgaming": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["urnmgaming"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : {"urnmgaming" : {"title" : "UrNmGaming", "channel_id" : 123045180, "link" : "http://twitch.tv/urnmgaming", "desc" : null, "plans" : {"$4.99" : "107024", "$9.99" : "107027", "$24.99" : "107028"}, "id" : "urnmgaming", "first_seen" : "2017-06-28 21:35:30", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 107027, "emotes" : [{"code" : "urnmgaSmile", "image_id" : 220592, "set" : 107027}, {"code" : "urnmgaFreddy", "image_id" : 217040, "set" : 107024}]}}}
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": {"urnmgaming": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["urnmgaming"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MRRm_new" : 0.43176300428148534, "MRm_new" : 255.64598365464062, "HITS@1m_new" : 0.3384684441392492, "HITS@3m_new" : 0.4745136245778958, "HITS@10m_new" : 0.6104144137323019}
json_instruct
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "handler": {"type": "string"}}, "required": ["version", "title", "description", "author", "url", "handler"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.0", "title" : "Android Docs", "description" : "Allows searching the Android SDK reference for relevant information (If there is such thing as relevant docs...).", "author" : "Max Keller", "url" : "", "handler" : "de.langerhans.linkbait.android.AndroidHandler"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "handler": {"type": "string"}}, "required": ["version", "title", "description", "author", "url", "handler"], "$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"}, "description": {"type": "string"}, "banner": {"type": "string"}, "scripts": {"type": "object", "properties": {"phantom": {"type": "array", "items": {"type": "string"}}}, "required": ["phantom"]}}, "required": ["name", "description", "banner", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Phantom Sitemap", "description" : "Automatically generates sitemap.xml files for your Phantom website", "banner" : "safe://sitemap.phantom/banner.png", "scripts" : {"phantom" : ["safe://sitemap.phantom/plugin-phantom.js"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "banner": {"type": "string"}, "scripts": {"type": "object", "properties": {"phantom": {"type": "array", "items": {"type": "string"}}}, "required": ["phantom"]}}, "required": ["name", "description", "banner", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "sloc": {"type": "integer"}, "lloc": {"type": "integer"}, "functions": {"type": "integer"}, "deliveredBugs": {"type": "number"}, "maintainability": {"type": "number"}, "lintErrors": {"type": "array", "items": {}}, "difficulty": {"type": "number"}}, "required": ["date", "sloc", "lloc", "functions", "deliveredBugs", "maintainability", "lintErrors", "difficulty"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"date" : "Mon, 09 May 2016 22:23:10 GMT", "sloc" : 34, "lloc" : 18, "functions" : 6, "deliveredBugs" : 0.15278232697873156, "maintainability" : 80.65973931410255, "lintErrors" : [], "difficulty" : 6.681818181818182}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "sloc": {"type": "integer"}, "lloc": {"type": "integer"}, "functions": {"type": "integer"}, "deliveredBugs": {"type": "number"}, "maintainability": {"type": "number"}, "lintErrors": {"type": "array", "items": {}}, "difficulty": {"type": "number"}}, "required": ["date", "sloc", "lloc", "functions", "deliveredBugs", "maintainability", "lintErrors", "difficulty"]}, "$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"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-bump": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-coffee": {"type": "string"}}, "required": ["grunt", "grunt-bump", "grunt-contrib-clean", "grunt-contrib-coffee"]}, "peerDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}}, "required": ["grunt"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"hipchatter": {"type": "string"}}, "required": ["hipchatter"]}}, "required": ["name", "description", "version", "homepage", "author", "repository", "bugs", "licenses", "main", "engines", "scripts", "devDependencies", "peerDependencies", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "grunt-hipchat-v2-notifier", "description" : "Send grunt messages to a Hipchat channel (v2 API)", "version" : "0.0.1", "homepage" : "https://git.corp.yahoo.com/jasonmit/grunt-hipchat-v2-notifier", "author" : {"name" : "Logan Koester", "email" : "logan@logankoester.com", "url" : "http://logankoester.com"}, "repository" : {"type" : "git", "url" : "git://github.com/logankoester/grunt-hipchat-v2-notifier.git"}, "bugs" : {"url" : "https://git.corp.yahoo.com/jasonmit/grunt-hipchat-v2-notifier/issues"}, "licenses" : [{"type" : "MIT", "url" : "https://git.corp.yahoo.com/jasonmit/grunt-hipchat-v2-notifier/blob/master/LICENSE-MIT"}], "main" : "tasks/hipchat_notifier.js", "engines" : {"node" : ">= 0.8.0"}, "scripts" : {"build" : "grunt"}, "devDependencies" : {"grunt" : "~0.4.1", "grunt-bump" : "0.0.14", "grunt-contrib-clean" : "~0.5.0", "grunt-contrib-coffee" : "~0.10.0"}, "peerDependencies" : {"grunt" : "~0.4.1"}, "keywords" : ["gruntplugin", "hipchat", "notifier"], "dependencies" : {"hipchatter" : "^0.1.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-bump": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-coffee": {"type": "string"}}, "required": ["grunt", "grunt-bump", "grunt-contrib-clean", "grunt-contrib-coffee"]}, "peerDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}}, "required": ["grunt"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"hipchatter": {"type": "string"}}, "required": ["hipchatter"]}}, "required": ["name", "description", "version", "homepage", "author", "repository", "bugs", "licenses", "main", "engines", "scripts", "devDependencies", "peerDependencies", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"MasterKeyDisabled": {"type": "string"}, "MasterKeyEnabled": {"type": "string"}, "NotAllowed": {"type": "string"}, "UnlockedWith": {"type": "string"}, "LockedWith": {"type": "string"}, "OpenWith": {"type": "string"}, "LogUnlock": {"type": "string"}, "LogLock": {"type": "string"}, "LogOpen": {"type": "string"}}, "required": ["MasterKeyDisabled", "MasterKeyEnabled", "NotAllowed", "UnlockedWith", "LockedWith", "OpenWith", "LogUnlock", "LogLock", "LogOpen"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MasterKeyDisabled" : "Master key access is now disabled.", "MasterKeyEnabled" : "Master key access is now enabled.", "NotAllowed" : "You are not allowed to use the '{0}' command.", "UnlockedWith" : "Unlocked {0} with master key!", "LockedWith" : "Locked {0} with master key!", "OpenWith" : "Opened {0} with master key!", "LogUnlock" : "{0} unlocked '{1}' with master key at {2}", "LogLock" : "{0} locked '{1}' with master key at {2}", "LogOpen" : "{0} opened '{1}' with master key at {2}"}
json_instruct
{"type": "object", "properties": {"MasterKeyDisabled": {"type": "string"}, "MasterKeyEnabled": {"type": "string"}, "NotAllowed": {"type": "string"}, "UnlockedWith": {"type": "string"}, "LockedWith": {"type": "string"}, "OpenWith": {"type": "string"}, "LogUnlock": {"type": "string"}, "LogLock": {"type": "string"}, "LogOpen": {"type": "string"}}, "required": ["MasterKeyDisabled", "MasterKeyEnabled", "NotAllowed", "UnlockedWith", "LockedWith", "OpenWith", "LogUnlock", "LogLock", "LogOpen"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Subramanian Vaidyanathan"}, {"author" : "Bakul M Soni"}, {"author" : "Peter L Hughes"}, {"author" : "Gurpreet Singh"}, {"author" : "John W H Watt"}, {"author" : "Tun Oo"}, {"author" : "Pradipkumar Sett"}], "doi" : "10.1186/1471-2490-2-9", "publication_date" : "2002-09-11", "id" : "EN119799", "url" : "https://pubmed.ncbi.nlm.nih.gov/12220481", "source" : "BMC urology", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 56-year-old male with C-4 tetraplegia had undergone implantation of programmable pump in the anterior abdominal wall for intrathecal infusion of baclofen to control spasticity. He developed perinephric haematoma while he was taking warfarin as prophylactic for deep vein thrombosis. Perinephric haematoma became infected with a resistant strain of Pseudomonas aeruginosa, and required percutaneous drainage. Positioning this patient on his abdomen without anaesthesia, for insertion of a catheter from behind, was not a realistic option. Administration of general anaesthesia in this patient in the radiology department would have been hazardous."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "null"}, "year_start": {"type": "null"}, "year_end": {"type": "null"}, "year_acquired": {"type": "string"}, "decade": {"type": "null"}, "woe:country": {"type": "null"}, "medium": {"type": "null"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "null"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "string"}, "role_id": {"type": "string"}, "person_name": {"type": "string"}, "role_name": {"type": "string"}, "person_url": {"type": "string"}, "role_url": {"type": "string"}}, "required": ["person_id", "role_id", "person_name", "role_name", "person_url", "role_url"]}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "18622743", "tms:id" : "186208", "accession_number" : "1987-55-1", "title" : "Necklace", "url" : "http://collection.cooperhewitt.org/objects/18622743/", "department_id" : "35347497", "period_id" : null, "media_id" : "35371135", "type_id" : "35237147", "date" : null, "year_start" : null, "year_end" : null, "year_acquired" : "1987", "decade" : null, "woe:country" : null, "medium" : null, "markings" : null, "signed" : null, "inscribed" : null, "provenance" : null, "dimensions" : "Overall: 21.5 x 26.5 x 2.8 cm (8 7/16 x 10 7/16 x 1 1/8 in.)", "creditline" : "Gift of Jung-Hoo Kim", "description" : null, "justification" : null, "type" : {"id" : "35237147", "name" : "Necklace"}, "images" : [], "participants" : [{"person_id" : "18054835", "role_id" : "35236565", "person_name" : "Jung-Hoo Kim", "role_name" : "Artist", "person_url" : "http://collection.cooperhewitt.org/people/18054835/", "role_url" : "http://collection.cooperhewitt.org/roles/35236565/"}], "tombstone" : {"epitaph" : "Necklace.\nOverall: 21.5 x 26.5 x 2.8 cm (8 7/16 x 10 7/16 x 1 1/8 in.). Gift of Jung-Hoo Kim. 1987-55-1."}, "colors" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "null"}, "year_start": {"type": "null"}, "year_end": {"type": "null"}, "year_acquired": {"type": "string"}, "decade": {"type": "null"}, "woe:country": {"type": "null"}, "medium": {"type": "null"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "null"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "string"}, "role_id": {"type": "string"}, "person_name": {"type": "string"}, "role_name": {"type": "string"}, "person_url": {"type": "string"}, "role_url": {"type": "string"}}, "required": ["person_id", "role_id", "person_name", "role_name", "person_url", "role_url"]}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "78789", "name" : {"en" : "Ailigandi"}, "country" : "PA", "region" : "SB", "identifiers" : {"wmo" : "78789"}, "location" : {"latitude" : 9.25, "longitude" : -78.0333, "elevation" : 1}, "timezone" : "America/Panama"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Hangi, Las Navas, Northern Samar, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.northern-samar.las-navas.hangi", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_reference" : "8", "region_name" : "Eastern Visayas (Region VIII)", "province_id" : "54", "province_reference" : "54", "province_name" : "Northern Samar", "city_id" : "662", "city_reference" : "1104", "city_name" : "Las Navas", "barangay_id" : "18513", "barangay_reference" : "28996", "barangay_name" : "Hangi"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[125.029503, 12.32374], [125.027092, 12.30896], [125.025223, 12.3017], [125.017059, 12.30046], [125.008377, 12.29877], [125.002129, 12.31623], [125.003159, 12.31588], [125.003853, 12.31597], [125.004562, 12.31569], [125.005203, 12.31588], [125.005692, 12.31664], [125.006058, 12.3175], [125.006477, 12.31895], [125.006363, 12.32003], [125.006973, 12.32071], [125.007477, 12.32047], [125.007637, 12.32074], [125.008232, 12.32096], [125.015358, 12.31561], [125.015961, 12.31722], [125.016296, 12.31824], [125.016533, 12.31969], [125.016823, 12.32066], [125.016617, 12.32124], [125.016068, 12.32172], [125.014961, 12.3224], [125.014801, 12.32304], [125.015121, 12.32419], [125.015602, 12.32547], [125.016029, 12.32626], [125.016708, 12.32636], [125.01757, 12.32598], [125.018501, 12.32528], [125.021133, 12.32372], [125.022163, 12.32374], [125.023117, 12.32406], [125.024109, 12.32443], [125.024811, 12.325], [125.029503, 12.32374]]]]}}
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": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Tween.js": {"type": "string"}, "Tween.min.js": {"type": "string"}}, "required": ["Tween.js", "Tween.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Tween.js" : "sha512-UPSdBfz8DCSlKWdGivt5XAyv0+RDb+Q0eZW2XQtblNeiqTybtt/60ob3GUyrLTJfeOLkSHCl3wN37q/fYbBH/A==", "Tween.min.js" : "sha512-fDKHugpOBCO7HqfWohJJ/go/WqlP3ufgYh49BKOzMh2z2yHwnsQelr9FQJ9eJxVxhKSPFMhB5JNQg984BYq1tw=="}
json_instruct
{"type": "object", "properties": {"Tween.js": {"type": "string"}, "Tween.min.js": {"type": "string"}}, "required": ["Tween.js", "Tween.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following 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": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-122.4766, 37.756108], [-122.472639, 37.756322], [-122.47121, 37.755194], [-122.47068, 37.752376], [-122.468335, 37.753244], [-122.464462, 37.752899], [-122.463442, 37.751195], [-122.466469, 37.750939], [-122.466336, 37.749075], [-122.476131, 37.748643], [-122.4766, 37.756108]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 5721}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"jsxSingleQuote": {"type": "boolean"}, "bracketSameLine": {"type": "boolean"}}, "required": ["jsxSingleQuote", "bracketSameLine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jsxSingleQuote" : true, "bracketSameLine" : true}
json_instruct
{"type": "object", "properties": {"jsxSingleQuote": {"type": "boolean"}, "bracketSameLine": {"type": "boolean"}}, "required": ["jsxSingleQuote", "bracketSameLine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Badger Sett Digg", "symbol" : "bDIGG", "id" : "0x7e7E112A68d8D2E221E11047a72fFC1065c38e1a", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/badger-sett-digg", "market_cap_usd" : 0.0, "market_cap_rank" : null, "24_hr_volume_usd" : 0.0, "logoURI" : "https://raw.githubusercontent.com/poolsharks-protocol/token-metadata/master/blockchains/ethereum/assets/0x7e7E112A68d8D2E221E11047a72fFC1065c38e1a/logo.png"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "logoURI"], "$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"}, "main": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "moduleType": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "main", "authors", "license", "keywords", "moduleType", "homepage", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "librequire", "description" : "Frontend-side CommonJS require via Fetch API", "main" : ["dist/librequire.js"], "authors" : ["yogurt1 <stalinswag1@gmail.com>"], "license" : "BSD-3-Clause", "keywords" : ["require", "commonjs", "fetchapi", "frontend", "coffeescript", "js", "javascript", "web"], "moduleType" : ["globals"], "homepage" : "github.com/yogurt1/librequire", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "moduleType": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "main", "authors", "license", "keywords", "moduleType", "homepage", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"required": {"type": "boolean"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"installations": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "app_id": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "enabled": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "settings": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "properties": {"type": "object", "properties": {"title": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "api_token": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "use_ssl": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}}, "required": ["title", "api_token", "use_ssl"]}}, "required": ["type", "required", "properties"]}}, "required": ["id", "app_id", "enabled", "settings"]}}, "required": ["type", "properties"]}}}, "required": ["type", "required", "items"]}}, "required": ["installations"]}}, "required": ["required", "$schema", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"required" : true, "$schema" : "http://json-schema.org/draft-03/schema", "type" : "object", "properties" : {"installations" : {"type" : "array", "required" : false, "items" : [{"type" : "object", "properties" : {"id" : {"type" : "number", "required" : false}, "app_id" : {"type" : "number", "required" : false}, "enabled" : {"type" : "boolean", "required" : false}, "settings" : {"type" : "object", "required" : false, "properties" : {"title" : {"type" : "string", "required" : false}, "api_token" : {"type" : "string", "required" : false}, "use_ssl" : {"type" : "boolean", "required" : false}}}}}]}}}
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"installations": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "app_id": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "enabled": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "settings": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "properties": {"type": "object", "properties": {"title": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "api_token": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "use_ssl": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}}, "required": ["title", "api_token", "use_ssl"]}}, "required": ["type", "required", "properties"]}}, "required": ["id", "app_id", "enabled", "settings"]}}, "required": ["type", "properties"]}}}, "required": ["type", "required", "items"]}}, "required": ["installations"]}}, "required": ["required", "$schema", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"cumulativeDeaths": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeDeaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cumulativeDeaths" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 8, 8, 8, 8, 8, 8, 8, 17, 17, 17, 17, 17, 17, 17, 35, 35, 35, 35, 35, 35, 35, 46, 46, 46, 46, 46, 46, 46, 55, 55, 55, 55, 55, 55, 55, 64, 64, 64, 64, 64, 64, 64, 74, 74, 74, 74, 74, 74, 74, 83, 83, 83, 83, 83, 83, 83, 91, 91, 91, 91, 91, 91, 91, 99, 99, 99, 99, 99, 99, 99, 108, 108, 108, 108, 108, 108, 108, 116, 116, 116, 116, 116, 116, 116, 123, 123, 123, 123, 123, 123, 123, 128, 128, 128, 128, 128, 128, 128, 133, 133, 133, 133, 133, 133, 133, 137, 137, 137, 137, 137, 137, 137, 141, 141, 141, 141, 141, 141, 141, 144, 144, 144, 144, 144, 144, 144, 147, 147, 147, 147, 147, 147, 147, 149, 149, 149, 149, 149, 149, 149, 151, 151, 151, 151, 151, 151, 151, 151, 153, 153, 153, 153, 153, 153, 154, 154, 154, 154, 154, 154, 154, 155, 155, 155, 155, 155, 155, 155, 156, 156, 156, 156, 156, 156, 156, 156, 156, 157, 157, 157, 157, 157, 158, 158, 158, 158, 158, 158, 158, 159, 159, 159, 159, 159, 159, 159, 160, 160, 160, 160, 160, 160, 160, 161, 161, 161, 161, 161, 161, 161, 162, 162, 162, 162, 162, 162, 162, 162, 163, 163, 163, 163, 163, 163, 163, 164, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, 166, 166, 166, 167, 167, 167, 167, 167, 167, 167, 168, 168, 168, 168, 168, 168, 168, 169, 169, 169, 169, 169, 169, 169, 170, 170, 170, 170, 170, 170, 170]}
json_instruct
{"type": "object", "properties": {"cumulativeDeaths": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeDeaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"mobxreactlite.umd.development.js": {"type": "string"}, "mobxreactlite.umd.development.min.js": {"type": "string"}, "mobxreactlite.umd.production.min.js": {"type": "string"}}, "required": ["mobxreactlite.umd.development.js", "mobxreactlite.umd.development.min.js", "mobxreactlite.umd.production.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mobxreactlite.umd.development.js" : "sha512-v8FSvhWVnrX2j9uRZm/pAJL/0GfTTRrogLd7OPVqHv3QYsy0nqF6QqyO5mdUBL/XoawAb2ACCVIR8HMf3t8Fsg==", "mobxreactlite.umd.development.min.js" : "sha512-OMrXsJUw9D4Xg83uJxLmXpmfcDtMJQuqjkBvtMDtBcf5QtTH1mEkxxva2tKbMp1QnqHaY4dW4I+3j2/aIDXFlg==", "mobxreactlite.umd.production.min.js" : "sha512-8KwygXmm/1HZPwy4L3QorSlASS3uUo6Ij/PpBZ6HoNs/6DVa+e6/XEl1IqJ9IwhBbVdkONxczlfFy0SlXxBolA=="}
json_instruct
{"type": "object", "properties": {"mobxreactlite.umd.development.js": {"type": "string"}, "mobxreactlite.umd.development.min.js": {"type": "string"}, "mobxreactlite.umd.production.min.js": {"type": "string"}}, "required": ["mobxreactlite.umd.development.js", "mobxreactlite.umd.development.min.js", "mobxreactlite.umd.production.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}