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": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 674, "hash" : 274842535, "artDyeHash" : 274842535, "redacted" : false, "dyeManifestHash" : 611948967, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "I can see how the second <a href=\"https://en.wikipedia.org/wiki/Second_impeachment_trial_of_Donald_Trump\">impeachment trial</a> could backfire. Trump has been obscured, pushed to the side. He used to be the focus of everyone's attention, but now it feels like years ago that he was a menace. The trauma could be substantial. On the other hand, it has to be done.", "created" : "Sun, 07 Feb 2021 02:48:00 GMT", "type" : "outline", "flInCalendar" : true}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [311.776, 130.87, 1, 313.072, 155.493, 1, 296.431, 156.393, 1, 295.637, 186.614, 1, 305.839, 189.83, 1, 332.729, 155.267, 1, 355.86, 177.634, 1, 341.123, 190.431, 1, 310.165, 211.476, 1, 288.693, 260.739, 1, 302.563, 300.484, 1, 335.973, 211.144, 1, 329.333, 253.664, 1, 325.61, 303.364, 1, 304.507, 126.649, 1, 314.019, 125.863, 1, 295.078, 132.793, 1, 323.047, 131.206, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "c6d1d68e30b9b4628491", "c" : {"pages/index" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "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": "null"}, "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-29rv-fqx2-4c9f", "modified" : "2022-03-18T00:01:10Z", "published" : "2022-03-18T00:01:10Z", "aliases" : ["CVE-2022-0749"], "details" : "This affects all versions of package SinGooCMS.Utility. The socket client in the package can pass in the payload via the user-controllable input after it has been established, because this socket client transmission does not have the appropriate restrictions or type bindings for the BinaryFormatter.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2022-0749"}, {"type" : "WEB", "url" : "https://github.com/SinGooCMS/SinGooCMSUtility/issues/1"}, {"type" : "WEB", "url" : "https://github.com/SinGooCMS/SinGooCMSUtility/blob/master/SinGooCMS.Utility/Net/SocketClient.cs"}, {"type" : "WEB", "url" : "https://snyk.io/vuln/SNYK-DOTNET-SINGOOCMSUTILITY-2312979"}], "database_specific" : {"cwe_ids" : [], "severity" : null, "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": "null"}, "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "dernier", "definition" : "Last; final. Dernier ressort ( Etym: [F.], last resort or expedient."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "children": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "link": {"type": "string"}, "size": {"type": "string"}, "number": {"type": "string"}}, "required": ["name", "id", "link", "size", "number"]}}}, "required": ["name", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "123456", "children" : [{"name" : "\u59ae\u50b2\u7d72\u7fe0\u91ab\u5b78\u7f8e\u5bb9", "id" : "350201751848697", "link" : "https://www.facebook.com/neoasiatw/", "size" : "12443", "number" : "3140"}, {"name" : "O.B \u6b50\u5e03\u5fb7", "id" : "135215569832205", "link" : "https://www.facebook.com/Ownedbrand/", "size" : "239007", "number" : "57294"}, {"name" : "\u9876\u5c16\u7626\u8eab\u672f", "id" : "203822143122163", "link" : "https://www.facebook.com/djssshu/", "size" : "438949", "number" : "95084"}, {"name" : "Anden Hud\uff08AH\uff09", "id" : "224714430890150", "link" : "https://www.facebook.com/AndenHud.com.tw/", "size" : "1014324", "number" : "317476"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "link": {"type": "string"}, "size": {"type": "string"}, "number": {"type": "string"}}, "required": ["name", "id", "link", "size", "number"]}}}, "required": ["name", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "paypalEmail": {"type": "string"}}, "required": ["id", "name", "paypalEmail"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 94387, "info" : {"name" : "Return to top - Rose button", "description" : "Made to match my Sakamaki Kanato theme. The rose icon was made by me on the spur of the moment, i was to tired to look for stock pictures.", "additionalInfo" : null, "format" : "uso", "category" : "tumblr", "createdAt" : "2013-10-22T22:14:50.000Z", "updatedAt" : "2013-10-22T22:14:50.000Z", "license" : "CC-BY-4.0", "author" : {"id" : 199434, "name" : "trashtheidols", "paypalEmail" : "nydelizann@gmail.com"}}, "stats" : {"installs" : {"total" : 302, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "94387_after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document url-prefix(\"http://www.tumblr.com\"), url-prefix('https://www.tumblr.com') {\r\n#return_to_top .return_to_top_icon{\r\nbackground: url('http://i40.tinypic.com/2dtuib8.png') no-repeat transparent!important}\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "paypalEmail": {"type": "string"}}, "required": ["id", "name", "paypalEmail"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ractive.js" : "sha512-IzXxhqYTnG4pLLlLYKxKzKMH6DdlrTedU9qi5Hk8UTxohNg+xgpM2nrlzl4IdtMoA/z3G7vCRE3iIC1ifRfcPg==", "ractive.min.js" : "sha512-g4ccQxtJlOeLEosHlANgBEMxesKqeV7sL/+3yt9PgA2c7sNU48yqZrn7xjnRny9L1N2gp3H4CdoYwOhgtB24Nw=="}
json_instruct
{"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "arch": {"type": "array", "items": {"type": "string"}}, "startup": {"type": "string"}, "boot": {"type": "string"}, "hassio_api": {"type": "boolean"}, "hassio_role": {"type": "string"}, "options": {"type": "object", "properties": {"log_level": {"type": "string"}, "file_root": {"type": "string"}, "ip_address": {"type": "string"}}, "required": ["log_level", "file_root", "ip_address"]}, "schema": {"type": "object", "properties": {"log_level": {"type": "string"}, "file_root": {"type": "string"}, "ip_address": {"type": "string"}}, "required": ["log_level", "file_root", "ip_address"]}, "host_network": {"type": "boolean"}, "map": {"type": "array", "items": {"type": "string"}}, "ports": {"type": "object", "properties": {"8888/tcp": {"type": "integer"}}, "required": ["8888/tcp"]}}, "required": ["name", "version", "slug", "description", "arch", "startup", "boot", "hassio_api", "hassio_role", "options", "schema", "host_network", "map", "ports"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Doorbell Song Server", "version" : "2.3", "slug" : "doorbell_song_server", "description" : "Doorbell Song Web Server", "arch" : ["armhf", "armv7", "aarch64", "amd64", "i386"], "startup" : "before", "boot" : "auto", "hassio_api" : true, "hassio_role" : "default", "options" : {"log_level" : "info", "file_root" : "", "ip_address" : ""}, "schema" : {"log_level" : "match(^(trace|debug|info|notice|warning|error|fatal)$)", "file_root" : "str", "ip_address" : "str"}, "host_network" : false, "map" : ["config"], "ports" : {"8888/tcp" : 8888}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "arch": {"type": "array", "items": {"type": "string"}}, "startup": {"type": "string"}, "boot": {"type": "string"}, "hassio_api": {"type": "boolean"}, "hassio_role": {"type": "string"}, "options": {"type": "object", "properties": {"log_level": {"type": "string"}, "file_root": {"type": "string"}, "ip_address": {"type": "string"}}, "required": ["log_level", "file_root", "ip_address"]}, "schema": {"type": "object", "properties": {"log_level": {"type": "string"}, "file_root": {"type": "string"}, "ip_address": {"type": "string"}}, "required": ["log_level", "file_root", "ip_address"]}, "host_network": {"type": "boolean"}, "map": {"type": "array", "items": {"type": "string"}}, "ports": {"type": "object", "properties": {"8888/tcp": {"type": "integer"}}, "required": ["8888/tcp"]}}, "required": ["name", "version", "slug", "description", "arch", "startup", "boot", "hassio_api", "hassio_role", "options", "schema", "host_network", "map", "ports"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "electoral_wards/W05000159.json", "poly" : "-3.415030999999999 52.981668,-3.421555000000012 52.9765,-3.4208680000000413 52.972779,-3.4421539999999595 52.963061,-3.447646999999961 52.963268,-3.4672160000000076 52.953341,-3.483696000000009 52.943411,-3.4826659999999947 52.940721,-3.492279000000053 52.933479,-3.487816000000066 52.92934,-3.475112999999965 52.923131,-3.464813000000049 52.921682,-3.4679029999999784 52.916921,-3.466872999999964 52.912988,-3.4802630000000363 52.909054,-3.481979000000024 52.901807,-3.488845999999967 52.895801,-3.474083000000064 52.872183,-3.483696000000009 52.865551,-3.471336000000065 52.861821,-3.424987999999985 52.868038,-3.410224904785082 52.870836222035,-3.38928199999998 52.875292,-3.374518999999964 52.891865,-3.3728029999999762 52.901807,-3.3600999999999885 52.904292,-3.3549500000000307 52.912781,-3.3487700000000586 52.915265,-3.3532330000000456 52.921889,-3.3395000000000437 52.924994,-3.326110999999969 52.931824,-3.3134079999999813 52.947342,-3.3267969999999423 52.954168,-3.3364109999999982 52.953547,-3.3412170000000287 52.959545,-3.3525469999999586 52.953341,-3.3903119999999944 52.975673,-3.3946039999999584 52.976735,-3.3956339999999727 52.978595,-3.398551999999995 52.977561,-3.4023280000000113 52.978078,-3.4057619999999815 52.978388,-3.4062770000000455 52.980145,-3.415030999999999 52.981668"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "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"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dfra-cv-backend", "version" : "1.0.0", "description" : "", "main" : "app.js", "scripts" : {"test" : "nodemon bin/www"}, "repository" : {"type" : "git", "url" : "git+https://github.com/exiled212/dfra-cv-backend.git"}, "author" : "Daniel Ruiz", "license" : "MIT", "bugs" : {"url" : "https://github.com/exiled212/dfra-cv-backend/issues"}, "homepage" : "https://github.com/exiled212/dfra-cv-backend#readme"}
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"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"filesDirectory": {"type": "string"}, "aliases": {"type": "object", "properties": {"A": {"type": "object", "properties": {"pathFilter": {"type": "string"}}, "required": ["pathFilter"]}, "B": {"type": "object", "properties": {"pathFilter": {"type": "string"}}, "required": ["pathFilter"]}, "C": {"type": "object", "properties": {"pathFilter": {"type": "string"}}, "required": ["pathFilter"]}}, "required": ["A", "B", "C"]}, "common": {"type": "object", "properties": {"staleTimeout": {"type": "string"}, "maxBatchSize": {"type": "integer"}, "maxPublicationDelay": {"type": "string"}, "leaveLastFileOpen": {"type": "boolean"}, "fixTimestamp": {"type": "boolean"}, "maxBatchesPerSecond": {"type": "integer"}}, "required": ["staleTimeout", "maxBatchSize", "maxPublicationDelay", "leaveLastFileOpen", "fixTimestamp", "maxBatchesPerSecond"]}, "pullingInterval": {"type": "string"}}, "required": ["filesDirectory", "aliases", "common", "pullingInterval"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"filesDirectory" : "files/dir", "aliases" : {"A" : {"pathFilter" : "fileA.*"}, "B" : {"pathFilter" : "fileB.*"}, "C" : {"pathFilter" : "fileC.*"}}, "common" : {"staleTimeout" : "PT1S", "maxBatchSize" : 100, "maxPublicationDelay" : "PT5S", "leaveLastFileOpen" : false, "fixTimestamp" : false, "maxBatchesPerSecond" : -1}, "pullingInterval" : "PT5S"}
json_instruct
{"type": "object", "properties": {"filesDirectory": {"type": "string"}, "aliases": {"type": "object", "properties": {"A": {"type": "object", "properties": {"pathFilter": {"type": "string"}}, "required": ["pathFilter"]}, "B": {"type": "object", "properties": {"pathFilter": {"type": "string"}}, "required": ["pathFilter"]}, "C": {"type": "object", "properties": {"pathFilter": {"type": "string"}}, "required": ["pathFilter"]}}, "required": ["A", "B", "C"]}, "common": {"type": "object", "properties": {"staleTimeout": {"type": "string"}, "maxBatchSize": {"type": "integer"}, "maxPublicationDelay": {"type": "string"}, "leaveLastFileOpen": {"type": "boolean"}, "fixTimestamp": {"type": "boolean"}, "maxBatchesPerSecond": {"type": "integer"}}, "required": ["staleTimeout", "maxBatchSize", "maxPublicationDelay", "leaveLastFileOpen", "fixTimestamp", "maxBatchesPerSecond"]}, "pullingInterval": {"type": "string"}}, "required": ["filesDirectory", "aliases", "common", "pullingInterval"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "null"}, "birth_place": {"type": "string"}, "death_place": {"type": "null"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Central National Bank", "creation_date" : "1976", "creation_date_earliest" : "1976-01-01", "creation_date_latest" : "1976-01-01", "medium" : "graphite on tracing paper", "accession_number" : "82.22.2", "id" : "cmoa:things/6e687fb3-58cb-410b-94d7-3ad6f866e2a4", "credit_line" : "Contemporary American Drawings Fund and National Endowment for the Arts", "date_acquired" : "1982-06-03", "department" : "Contemporary Art", "physical_location" : "Not on View", "item_width" : 18.0, "item_height" : 24.0, "item_depth" : 0.0, "item_diameter" : 0.0, "web_url" : "http://collection.cmoa.org/CollectionDetail.aspx?item=1022294", "provenance_text" : "Fendrick Gallery, Washington, D.C.; Contemporary American Drawings Fund and National Endowment for the Arts", "classification" : "drawings and watercolors", "images" : [{"image_url" : "http://collection.cmoa.org/CollectionImage.aspx?irn=114919&size=Medium"}], "creator" : [{"artist_id" : "cmoa:parties/b527d416-7fa9-43dc-b5a3-e058ccb74342", "party_type" : "Person", "full_name" : "Robert Cottingham", "cited_name" : "Cottingham, Robert", "role" : null, "nationality" : "American", "birth_date" : "1935-01-01", "death_date" : null, "birth_place" : "Brooklyn, NY", "death_place" : null}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "null"}, "birth_place": {"type": "string"}, "death_place": {"type": "null"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$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"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "position", "type", "required"]}}}, "required": ["name", "protocol", "method", "pathPattern", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ModifyDiskAttribute", "protocol" : "HTTP|HTTPS", "method" : "GET|POST", "pathPattern" : "", "parameters" : [{"name" : "BurstingEnabled", "position" : "Query", "type" : "Boolean", "required" : false}, {"name" : "DeleteAutoSnapshot", "position" : "Query", "type" : "Boolean", "required" : false}, {"name" : "DeleteWithInstance", "position" : "Query", "type" : "Boolean", "required" : false}, {"name" : "Description", "position" : "Query", "type" : "String", "required" : false}, {"name" : "DiskId", "position" : "Query", "type" : "String", "required" : false}, {"name" : "DiskIds", "position" : "Query", "type" : "RepeatList", "required" : false}, {"name" : "DiskName", "position" : "Query", "type" : "String", "required" : false}, {"name" : "EnableAutoSnapshot", "position" : "Query", "type" : "Boolean", "required" : false}, {"name" : "RegionId", "position" : "Query", "type" : "String", "required" : false}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "position", "type", "required"]}}}, "required": ["name", "protocol", "method", "pathPattern", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "template": {"type": "array", "items": {"type": "string"}}, "values": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["name", "filename", "template", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "trig_functions", "filename" : "20.8--{0}.sv", "template" : ["/*", ":name: {0}_function", ":description: ${0} test", ":should_fail: 0", ":tags: 20.8", ":type: simulation parsing", "*/", "module top();", "initial", "$display(\"%f\", ${0}(4));", "endmodule"], "values" : [["sin"], ["cos"], ["tan"], ["asin"], ["acos"], ["atan"], ["sinh"], ["cosh"], ["tanh"], ["asinh"], ["acosh"], ["atanh"]]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "template": {"type": "array", "items": {"type": "string"}}, "values": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["name", "filename", "template", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "stakingToken": {"type": "string"}, "rewardsToken": {"type": "string"}}, "required": ["name", "stakingToken", "rewardsToken"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "PeriMockLP", "stakingToken" : "0x1357a050b0895535A173B0aaD97d1A2DEC48398B", "rewardsToken" : "ProxyERC20"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "stakingToken": {"type": "string"}, "rewardsToken": {"type": "string"}}, "required": ["name", "stakingToken", "rewardsToken"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"configs": {"type": "array", "items": {"type": "object", "properties": {"input_file": {"type": "string"}, "output_file": {"type": "string"}}, "required": ["input_file", "output_file"]}}}, "required": ["configs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configs" : [{"input_file" : "../prep_time_batch_preparation_query.hql", "output_file" : "../prep_time_batch_preparation_query1.hql"}]}
json_instruct
{"type": "object", "properties": {"configs": {"type": "array", "items": {"type": "object", "properties": {"input_file": {"type": "string"}, "output_file": {"type": "string"}}, "required": ["input_file", "output_file"]}}}, "required": ["configs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"fine-uploader": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["fine-uploader"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"requires" : true, "lockfileVersion" : 1, "dependencies" : {"fine-uploader" : {"version" : "5.16.2", "resolved" : "https://registry.npmjs.org/fine-uploader/-/fine-uploader-5.16.2.tgz", "integrity" : "sha1-DYeNoc0nU/gGg6wJHfXa/5/7jEQ="}}}
json_instruct
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"fine-uploader": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["fine-uploader"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "sapiselenaw", "h" : [{"d" : [{"f" : "\u60f3\u586b\u5145\u3001\u586b\u88dc\u3002", "e" : ["\ufff9`Sapiselen~`aw~ `ira~ `to~ `amoto~ `i~ `a~`ofang~`a~`n~.\ufffa\ufffb\u4ed6\u60f3\u5728\u90a3\u6d1e\u88e1\u586b\u6c34\u6ce5\u3002"]}]}], "stem" : "selen"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "startTimeMillis": {"type": "string"}, "endTimeMillis": {"type": "string"}, "modifiedTimeMillis": {"type": "string"}, "application": {"type": "object", "properties": {"packageName": {"type": "string"}, "version": {"type": "string"}, "detailsUrl": {"type": "string"}, "name": {"type": "string"}}, "required": ["packageName", "version", "detailsUrl", "name"]}, "activityType": {"type": "integer"}, "activeTimeMillis": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}}, "required": ["id", "name", "startTimeMillis", "endTimeMillis", "modifiedTimeMillis", "application", "activityType", "activeTimeMillis", "startTime", "endTime"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "healthkit-8F95F826-B851-4161-93DF-FA542A12879A", "name" : "Elliptical", "startTimeMillis" : "1583069009834", "endTimeMillis" : "1583069619380", "modifiedTimeMillis" : "1583226010265", "application" : {"packageName" : "com.apple.workout", "version" : "", "detailsUrl" : "", "name" : ""}, "activityType" : 25, "activeTimeMillis" : "609000", "startTime" : "2020-03-01T13:23:29.834Z", "endTime" : "2020-03-01T13:33:39.380Z"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "startTimeMillis": {"type": "string"}, "endTimeMillis": {"type": "string"}, "modifiedTimeMillis": {"type": "string"}, "application": {"type": "object", "properties": {"packageName": {"type": "string"}, "version": {"type": "string"}, "detailsUrl": {"type": "string"}, "name": {"type": "string"}}, "required": ["packageName", "version", "detailsUrl", "name"]}, "activityType": {"type": "integer"}, "activeTimeMillis": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}}, "required": ["id", "name", "startTimeMillis", "endTimeMillis", "modifiedTimeMillis", "application", "activityType", "activeTimeMillis", "startTime", "endTime"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"listIndex": {"type": "null"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "line": {"type": "string"}}, "required": ["listIndex", "_guid", "customId", "line"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"listIndex" : null, "_guid" : "7f5f8b0a-d63a-410c-adcb-1ba3e82b7369", "customId" : null, "line" : "Offer unique selling points to gain unique talents"}
json_instruct
{"type": "object", "properties": {"listIndex": {"type": "null"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "line": {"type": "string"}}, "required": ["listIndex", "_guid", "customId", "line"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"created": {"type": "integer"}}, "required": ["created"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"created" : 1430669187517}
json_instruct
{"type": "object", "properties": {"created": {"type": "integer"}}, "required": ["created"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"em": {"type": "array", "items": {}}, "bites": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}}, "other": {"type": "array", "items": {}}, "fever": {"type": "array", "items": {}}}, "required": ["em", "bites", "other", "fever"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"em" : [], "bites" : [{"location" : {"latitude" : 52.54, "longitude" : 5.47}}, {"location" : {"latitude" : 52.3, "longitude" : 6.45}}, {"location" : {"latitude" : 52.24, "longitude" : 5.65}}, {"location" : {"latitude" : 52.05, "longitude" : 6.39}}, {"location" : {"latitude" : 52.78, "longitude" : 6.21}}, {"location" : {"latitude" : 52.19, "longitude" : 6.26}}, {"location" : {"latitude" : 52.34, "longitude" : 5.71}}, {"location" : {"latitude" : 51.24, "longitude" : 5.68}}, {"location" : {"latitude" : 52.34, "longitude" : 5.66}}, {"location" : {"latitude" : 51.29, "longitude" : 5.75}}, {"location" : {"latitude" : 52.06, "longitude" : 5.28}}, {"location" : {"latitude" : 52.02, "longitude" : 5.96}}, {"location" : {"latitude" : 52.93, "longitude" : 6.56}}, {"location" : {"latitude" : 51.95, "longitude" : 6.29}}, {"location" : {"latitude" : 51.99, "longitude" : 5.9}}], "other" : [], "fever" : []}
json_instruct
{"type": "object", "properties": {"em": {"type": "array", "items": {}}, "bites": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}}, "other": {"type": "array", "items": {}}, "fever": {"type": "array", "items": {}}}, "required": ["em", "bites", "other", "fever"], "$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"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "TicTacToe", "displayName" : "TicTacToe"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"runtime": {"type": "object", "properties": {"majorVersion": {"type": "string"}}, "required": ["majorVersion"]}, "command": {"type": "string"}, "release": {"type": "object", "properties": {"commit": {"type": "string"}, "version": {"type": "string"}}, "required": ["commit", "version"]}, "notes": {"type": "string"}}, "required": ["runtime", "command", "release", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"runtime" : {"majorVersion" : "0.12"}, "command" : "node index.js", "release" : {"commit" : "verion 0.1 .", "version" : "0.1"}, "notes" : "Oracle Go"}
json_instruct
{"type": "object", "properties": {"runtime": {"type": "object", "properties": {"majorVersion": {"type": "string"}}, "required": ["majorVersion"]}, "command": {"type": "string"}, "release": {"type": "object", "properties": {"commit": {"type": "string"}, "version": {"type": "string"}}, "required": ["commit", "version"]}, "notes": {"type": "string"}}, "required": ["runtime", "command", "release", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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 frgpinv on Metamath](http://us.metamath.org/mpegif/frgpinv.html)"}], "names" : ["frgpinv"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cW", "#T_wceq", "#T_cid", "#T_cfv", "#T_cword", "#T_cI", "#T_cxp", "#T_c2o", "#T_cG", "#T_wceq", "#T_cfrgp", "#T_cfv", "#T_cI", "#T_c.sm", "#T_wceq", "#T_cefg", "#T_cfv", "#T_cI", "#T_cN", "#T_wceq", "#T_cminusg", "#T_cfv", "#T_cG", "#T_cM", "#T_wceq", "#T_vy", "#T_cmpt2--1", "#T_cI", "#T_cmpt2--2", "#T_vz", "#T_cmpt2--3", "#T_c2o", "#T_cmpt2--4", "#T_cop--1", "#T_vy", "#T_cop--2", "#T_c1o", "#T_cdif", "#T_vz", "#T_cop--3", "#T_cA", "#T_wcel", "#T_cW", "#T_wi", "#T_cN", "#T_cfv", "#T_cec--1", "#T_cA", "#T_cec--2", "#T_c.sm", "#T_wceq", "#T_cec--1", "#T_cM", "#T_ccom", "#T_creverse", "#T_cfv", "#T_cA", "#T_cec--2", "#T_c.sm", "#T_c.sm", "#T_vy", "#T_vz", "#T_cI", "#T_vy", "#T_vz", "#T_cW", "#T_vy", "#T_vz"], "metaLanguage" : "METAMATH", "remarks" : " The inverse of an element of the free group. (Contributed by Mario Carneiro, 2-Oct-2015.) ", "statement" : "frgpadd.w $e |- W = ( _I ` Word ( I X. 2o ) ) $.\nfrgpadd.g $e |- G = ( freeGrp ` I ) $.\nfrgpadd.r $e |- .~ = ( ~FG ` I ) $.\nfrgpinv.n $e |- N = ( invg ` G ) $.\nfrgpinv.m $e |- M = ( y e. I , z e. 2o |-> <. y , ( 1o \\ z ) >. ) $.\nfrgpinv $p |- ( A e. W -> ( N ` [ A ] .~ ) = [ ( M o. ( reverse ` A ) ) ] .~ ) $.\n$d .~ y z $.\n$d I y z $.\n$d W y z $."}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "Edouard DUPIN", "value" : ";", "type" : "hand", "time" : 1472135079080411648, "data" : [{"type" : "type::finger", "list" : [[438.92691, 388.976562], [436.433899, 385.235596], [436.46698, 385.285156]]}, {"type" : "type::finger", "list" : [[466.234985, 307.685608], [457.47406, 295.983093], [450.914581, 279.52179], [429.918335, 243.958435]]}]}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : 85895473, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "19dc8945110132e85adf511a39cb8a8f", "wof:id" : 85895473, "wof:repo" : "whosonfirst-data-admin-ca"}, "bbox" : [-79.671499, 43.566319, -79.671499, 43.566319], "geometry" : {"coordinates" : [-79.671499, 43.566319], "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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[143.75, 25.25], [143.75, 25.333333333333332], [143.875, 25.333333333333332], [143.875, 25.25], [143.75, 25.25]]]}, "properties" : {"code" : 374376, "url" : "http://madefor.github.io/0410/api/v1/374376.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/374376.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : 101903147, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "0dff1c898820073e4ab3f6ade37a90ac", "wof:id" : 101903147, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.05279, 49.43346, 4.05279, 49.43346], "geometry" : {"coordinates" : [4.05279, 49.43346], "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#"}
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"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "should": {"type": "string"}, "coveralls": {"type": "string"}, "istanbul": {"type": "string"}}, "required": ["mocha", "should", "coveralls", "istanbul"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "_id": {"type": "string"}, "_from": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "repository", "homepage", "author", "license", "scripts", "readme", "readmeFilename", "bugs", "_id", "_from"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rename", "version" : "0.2.3", "description" : "Rename files", "main" : "index", "dependencies" : {}, "devDependencies" : {"mocha" : "~1.17.1", "should" : "~3.1.3", "coveralls" : "~2.8.0", "istanbul" : "~0.2.6"}, "repository" : {"type" : "git", "url" : "https://github.com/popomore/rename"}, "homepage" : "https://github.com/popomore/rename", "author" : {"name" : "popomore", "email" : "sakura9515@gmail.com"}, "license" : "MIT", "scripts" : {"test" : "make test"}, "readme" : "# rename [![Build Status](https://travis-ci.org/popomore/rename.png?branch=master)](https://travis-ci.org/popomore/rename) [![Coverage Status](https://coveralls.io/repos/popomore/rename/badge.png?branch=master)](https://coveralls.io/r/popomore/rename?branch=master) \n\nRename files\n\n---\n\n## Install\n\n```\n$ npm install rename -g\n```\n\n## Usage\n\nExtract from [gulp-rename](https://github.com/hparra/gulp-rename) that can use it directly, you can see it's [document](https://github.com/hparra/gulp-rename#usage).\n\n## Note\n\nRename before version 0.2.0 is not the same lib, you can see [renamer](https://www.npmjs.org/package/renamer).\n\n## LISENCE\n\nCopyright (c) 2014 popomore. Licensed under the MIT license.\n", "readmeFilename" : "README.md", "bugs" : {"url" : "https://github.com/popomore/rename/issues"}, "_id" : "rename@0.2.3", "_from" : "rename@^0.2.3"}
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": {"mocha": {"type": "string"}, "should": {"type": "string"}, "coveralls": {"type": "string"}, "istanbul": {"type": "string"}}, "required": ["mocha", "should", "coveralls", "istanbul"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "_id": {"type": "string"}, "_from": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "repository", "homepage", "author", "license", "scripts", "readme", "readmeFilename", "bugs", "_id", "_from"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pll_model_constants": {"type": "object", "properties": {"CF": {"type": "number"}, "Cc": {"type": "number"}, "Cf": {"type": "number"}, "Iavg_const": {"type": "number"}}, "required": ["CF", "Cc", "Cf", "Iavg_const"]}}, "required": ["pll_model_constants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pll_model_constants" : {"CF" : 5.344763e-14, "Cc" : 6.36669e-12, "Cf" : 1.817906e-12, "Iavg_const" : 31932090.0}}
json_instruct
{"type": "object", "properties": {"pll_model_constants": {"type": "object", "properties": {"CF": {"type": "number"}, "Cc": {"type": "number"}, "Cf": {"type": "number"}, "Iavg_const": {"type": "number"}}, "required": ["CF", "Cc", "Cf", "Iavg_const"]}}, "required": ["pll_model_constants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "zendframework/zendframework": {"type": "string"}, "sporkcode/spork": {"type": "string"}}, "required": ["php", "zendframework/zendframework", "sporkcode/spork"]}}, "required": ["name", "description", "type", "keywords", "homepage", "license", "authors", "support", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sporkcode/sporktools", "description" : "Zend Framework 2 application tools module", "type" : "library", "keywords" : ["PHP", "ZF2", "Spork", "SporkTools", "Tools", "Module"], "homepage" : "https://github.com/SporkCode/SporkTools", "license" : "MIT", "authors" : [{"name" : "Chris Schreiber", "homepage" : "http://sporkcode.com"}], "support" : {"issues" : "https://github.com/SporkCode/SporkTools/issues", "source" : "https://github.com/SporkCode/SporkTools"}, "require" : {"php" : ">=5.3.0", "zendframework/zendframework" : ">=2.2.0", "sporkcode/spork" : "dev-master"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "zendframework/zendframework": {"type": "string"}, "sporkcode/spork": {"type": "string"}}, "required": ["php", "zendframework/zendframework", "sporkcode/spork"]}}, "required": ["name", "description", "type", "keywords", "homepage", "license", "authors", "support", "require"], "$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"}, "license": {"type": "string"}, "repository": {"type": "string"}, "funding": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "tsd": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "tsd", "xo"]}}, "required": ["name", "version", "description", "license", "repository", "funding", "author", "engines", "scripts", "files", "keywords", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "srcset", "version" : "4.0.0", "description" : "Parse and stringify the HTML `<img>` srcset attribute", "license" : "MIT", "repository" : "sindresorhus/srcset", "funding" : "https://github.com/sponsors/sindresorhus", "author" : {"name" : "Sindre Sorhus", "email" : "sindresorhus@gmail.com", "url" : "https://sindresorhus.com"}, "engines" : {"node" : ">=12"}, "scripts" : {"test" : "xo && ava && tsd"}, "files" : ["index.js", "index.d.ts"], "keywords" : ["html", "attribute", "image", "img", "src", "parse", "stringify", "srcset", "responsive", "picture", "element"], "devDependencies" : {"ava" : "^2.4.0", "tsd" : "^0.13.1", "xo" : "^0.39.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "funding": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "tsd": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "tsd", "xo"]}}, "required": ["name", "version", "description", "license", "repository", "funding", "author", "engines", "scripts", "files", "keywords", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dockerExe": {"type": "string"}, "dockerfileDir": {"type": "string"}, "dockerImgUrl": {"type": "string"}, "isImage": {"type": "boolean"}, "makefilePath": {"type": "string"}, "makefileFile": {"type": "string"}, "target": {"type": "string"}, "codePath": {"type": "string"}, "m2Path": {"type": "string"}, "envScript": {"type": "string"}, "advancedDockerSettings": {"type": "string"}}, "required": ["dockerExe", "dockerfileDir", "dockerImgUrl", "isImage", "makefilePath", "makefileFile", "target", "codePath", "m2Path", "envScript", "advancedDockerSettings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dockerExe" : "/usr/local/bin/docker", "dockerfileDir" : "/Users/ahmedshawky/Downloads/chaperone-master/demo/app/src/main/cpp/Android", "dockerImgUrl" : "", "isImage" : false, "makefilePath" : "../app/src/main/cpp", "makefileFile" : "Android.mk", "target" : "", "codePath" : "/Users/ahmedshawky/Downloads/chaperone-master/demo", "m2Path" : "/Users/ahmedshawky/.m2", "envScript" : "", "advancedDockerSettings" : ""}
json_instruct
{"type": "object", "properties": {"dockerExe": {"type": "string"}, "dockerfileDir": {"type": "string"}, "dockerImgUrl": {"type": "string"}, "isImage": {"type": "boolean"}, "makefilePath": {"type": "string"}, "makefileFile": {"type": "string"}, "target": {"type": "string"}, "codePath": {"type": "string"}, "m2Path": {"type": "string"}, "envScript": {"type": "string"}, "advancedDockerSettings": {"type": "string"}}, "required": ["dockerExe", "dockerfileDir", "dockerImgUrl", "isImage", "makefilePath", "makefileFile", "target", "codePath", "m2Path", "envScript", "advancedDockerSettings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"running-pi-loss": {"type": "number"}, "running-v_losses": {"type": "number"}, "run_loss": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "pwins": {"type": "integer"}, "nwins": {"type": "integer"}, "draws": {"type": "integer"}}, "required": ["running-pi-loss", "running-v_losses", "run_loss", "_step", "_runtime", "_timestamp", "pwins", "nwins", "draws"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"running-pi-loss" : 0.8000751779157929, "running-v_losses" : 0.04868055939570897, "run_loss" : 0.8487557373115018, "_step" : 38304, "_runtime" : 683, "_timestamp" : 1633149422, "pwins" : 0, "nwins" : 0, "draws" : 60}
json_instruct
{"type": "object", "properties": {"running-pi-loss": {"type": "number"}, "running-v_losses": {"type": "number"}, "run_loss": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "pwins": {"type": "integer"}, "nwins": {"type": "integer"}, "draws": {"type": "integer"}}, "required": ["running-pi-loss", "running-v_losses", "run_loss", "_step", "_runtime", "_timestamp", "pwins", "nwins", "draws"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 193813, "info" : {"name" : "metasploit-unleased(offensive security)", "description" : "Dark theme for metasploit-unleashed course/documentation on offensive-security.com", "additionalInfo" : null, "format" : "uso", "category" : "offensive-security", "createdAt" : "2020-12-05T22:08:26.000Z", "updatedAt" : "2020-12-05T22:08:26.000Z", "license" : "CC0-1.0", "author" : {"id" : 1081864, "name" : "kashif_iftikhar"}}, "stats" : {"installs" : {"total" : 0, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "193813_after.png", "archived" : true}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document url-prefix(\"https://www.offensive-security.com/metasploit-unleashed/\") {\r\nbody {\r\n background-color: #222121;\r\n color: #d5d5d5;\r\n}\r\n\r\n#meta .toc {\r\n background: #353535;\r\n color: #ddd;\r\n}\r\n\r\n#meta .toc .menu .active > a {\r\n background: transparent;\r\n color: #d91428;\r\n}\r\n\r\n#meta .toc ul li a {\r\n color: #f0fffc;\r\n padding: 0.75rem 0;\r\n font-size: 1rem;\r\n text-transform: uppercase;\r\n}\r\n\r\nstrong {\r\n color: #83ee95;\r\n}\r\n\r\n.navigation .next a {\r\n color: #f2b5ff;\r\n}\r\n\r\n.post-navigation .next a {\r\n color: #f2b5ff;\r\n}\r\n\r\n.navigation .prev a {\r\n color: #f2b5ff;\r\n}\r\n\r\n.post-navigation .prev a {\r\n color: #f2b5ff;\r\n}\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"recommendations" : ["ms-vsliveshare.vsliveshare", "ms-vsliveshare.vsliveshare-pack"]}
json_instruct
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 23139, "cartId" : "a201bed3-39ad-45a9-b273-ef989cbe117e", "preferredProducts" : [4596, 1117, 2361, 4987], "productReviews" : [{"productId" : 2850, "reviewText" : "talk about remorse!!!", "reviewDate" : "2018-06-30T08:03:25.6510801+03:00"}, {"productId" : 3505, "reviewText" : "this Directives is tasty.", "reviewDate" : "2016-06-22T21:39:30.0091899+03:00"}, {"productId" : 2367, "reviewText" : "My neighbor Georgine has one of these. She works as a fireman and she says it looks colorful.", "reviewDate" : "2017-03-03T06:51:57.1934084+02:00"}, {"productId" : 2630, "reviewText" : "The box this comes in is 3 meter by 6 yard and weights 12 pound.", "reviewDate" : "2017-09-19T14:44:37.5057812+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "_(0mega)_", "scores" : [{"xp" : 14311, "rank" : 487, "cardId" : 160}, {"xp" : 17171, "rank" : 38, "cardId" : 417}, {"xp" : 92811, "rank" : 293, "cardId" : 54}, {"xp" : 17238, "rank" : 289, "cardId" : 114}, {"xp" : 5754, "rank" : 320, "cardId" : 594}, {"xp" : 17818, "rank" : 271, "cardId" : 194}, {"xp" : 50414, "rank" : 25, "cardId" : 637}, {"xp" : 13317, "rank" : 344, "cardId" : 393}, {"xp" : 90824, "rank" : 111, "cardId" : 403}, {"xp" : 8879, "rank" : 200, "cardId" : 651}, {"xp" : 32083, "rank" : 77, "cardId" : 678}, {"xp" : 45748, "rank" : 321, "cardId" : 39}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$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"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "9471040001", "nama" : "GURABESI"}, {"id" : "9471040002", "nama" : "BAYANGKARA"}, {"id" : "9471040003", "nama" : "MANDALA"}, {"id" : "9471040004", "nama" : "TRIKORA"}, {"id" : "9471040005", "nama" : "ANGKASAPURA"}, {"id" : "9471040006", "nama" : "IMBI"}, {"id" : "9471040007", "nama" : "TANJUNG RIA"}, {"id" : "9471040008", "nama" : "KAMPUNG KAYOBATU"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1377030014", "district_id" : "1377030", "name" : "TUNGKAL UTARA"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"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"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["line", "column", "level", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xe02506134dde171d9fc5d1fbc408da9b2c0633f7", "tool" : "oyente", "start" : 1563487006.7449734, "end" : 1563487049.6264074, "duration" : 42.881433963775635, "analysis" : [{"errors" : [{"line" : 246, "column" : 48, "level" : "Warning", "message" : "Integer Underflow."}], "file" : "/unique_chucks/4/0xe02506134dde171d9fc5d1fbc408da9b2c0633f7.sol", "name" : "DateTime", "evm_code_coverage" : "72.8%", "integer_underflow" : true, "integer_overflow" : false, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : false, "transaction-ordering_dependence_tod" : false, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}, {"errors" : [], "file" : "/unique_chucks/4/0xe02506134dde171d9fc5d1fbc408da9b2c0633f7.sol", "name" : "SafeMath", "evm_code_coverage" : "100.0%", "integer_underflow" : false, "integer_overflow" : false, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : false, "transaction-ordering_dependence_tod" : false, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}, {"errors" : [{"line" : 28, "column" : 17, "level" : "Warning", "message" : "Integer Overflow."}], "file" : "/unique_chucks/4/0xe02506134dde171d9fc5d1fbc408da9b2c0633f7.sol", "name" : "ySignToken", "evm_code_coverage" : "77.7%", "integer_underflow" : false, "integer_overflow" : true, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : false, "transaction-ordering_dependence_tod" : false, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}]}
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"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["line", "column", "level", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Kvaksrud\\IbmCos\\": {"type": "string"}}, "required": ["Kvaksrud\\IbmCos\\"]}}, "required": ["psr-4"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "spatie/laravel-data": {"type": "string"}}, "required": ["php", "guzzlehttp/guzzle", "spatie/laravel-data"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "license", "autoload", "authors", "require", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "kvaksrud/ibm-cos-laravel", "description" : "A Laravel package to contact IBM COS Manager and Service API of on-premise installations", "license" : "Apache-2.0", "autoload" : {"psr-4" : {"Kvaksrud\\IbmCos\\" : "src/"}}, "authors" : [{"name" : "Patrick Kvaksrud", "email" : "patrick@kvaksrud.no"}], "require" : {"php" : "^8.0", "guzzlehttp/guzzle" : "^7.4", "spatie/laravel-data" : "^1.2"}, "extra" : {"laravel" : {"providers" : ["Kvaksrud\\IbmCos\\IbmCosServiceProvider"]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Kvaksrud\\IbmCos\\": {"type": "string"}}, "required": ["Kvaksrud\\IbmCos\\"]}}, "required": ["psr-4"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "spatie/laravel-data": {"type": "string"}}, "required": ["php", "guzzlehttp/guzzle", "spatie/laravel-data"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "license", "autoload", "authors", "require", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "9107170001", "district_id" : "9107170", "name" : "MALAWELE"}, {"id" : "9107170004", "district_id" : "9107170", "name" : "MALAWILI"}, {"id" : "9107170005", "district_id" : "9107170", "name" : "AIMAS"}, {"id" : "9107170006", "district_id" : "9107170", "name" : "MARIAT PANTAI"}, {"id" : "9107170011", "district_id" : "9107170", "name" : "MARIAT GUNUNG"}, {"id" : "9107170012", "district_id" : "9107170", "name" : "WARMON"}, {"id" : "9107170014", "district_id" : "9107170", "name" : "KLAIGIT"}, {"id" : "9107170015", "district_id" : "9107170", "name" : "KLABINAIN"}, {"id" : "9107170016", "district_id" : "9107170", "name" : "MALASAUM"}]
json_instruct
{"type": "array", "items": {"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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1713, "children" : [{"id" : 1715, "name" : "Wikipedia -- \"Bosniak\" page within"}, {"id" : 1714, "name" : "Wikipedia -- beginning of"}, {"id" : 1716, "name" : "Wikipedia -- collaboration within"}, {"id" : 1717, "name" : "Wikipedia -- conflation of other wikis with"}, {"id" : 5016, "name" : "Wikipedia -- credibility of"}, {"id" : 1718, "name" : "Wikipedia -- expert contributions to"}, {"id" : 1719, "name" : "Wikipedia -- Nature study of"}, {"id" : 1720, "name" : "Wikipedia -- neutral point of view (NPOV)"}, {"id" : 1721, "name" : "Wikipedia -- Project Wikidemia"}, {"id" : 1722, "name" : "Wikipedia -- refactoring discussed"}, {"id" : 1723, "name" : "Wikipedia -- reliability of"}, {"id" : 1724, "name" : "Wikipedia -- revision practices"}, {"id" : 1725, "name" : "Wikipedia -- role as encyclopedia"}, {"id" : 1726, "name" : "Wikipedia -- Seigenthaler controversy"}, {"id" : 1727, "name" : "Wikipedia -- user registration within"}], "name" : "Wikipedia"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}, "xivdb": {"type": "string"}}, "required": ["id", "help", "img", "xivdb"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 530, "help" : {"de" : "10.000 Flottentaler verdient.", "en" : "Earn 10,000 Storm Seals.", "fr" : "Gagner 10 000 sceaux de compagnie lims\u00e9ens.", "jp" : "\u9ed2\u6e26\u56e3\u3067\u8ecd\u7968\u309210,000\u7372\u5f97"}, "img" : "/i/062000/062951.png", "xivdb" : "/achievement/530"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}, "xivdb": {"type": "string"}}, "required": ["id", "help", "img", "xivdb"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "illuminate/support"]}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "psr-4": {"type": "object", "properties": {"Sinepel\\LaravelAsana\\": {"type": "string"}}, "required": ["Sinepel\\LaravelAsana\\"]}}, "required": ["files", "psr-4"]}}, "required": ["name", "description", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sinepel/laravel-asana", "description" : "Asana API wrapper for Laravel", "keywords" : ["laravel", "asana", "laravel 5"], "license" : "BSD-2-Clause", "authors" : [{"name" : "Constantin Boulanger", "email" : "constantin.boulanger@gmail.com"}, {"name" : "Daniel Stainback", "email" : "torann@gmail.com"}], "require" : {"php" : ">=5.5.9", "illuminate/support" : "~5.0 | ^6.0 | ^7.0 | ^8.0"}, "autoload" : {"files" : ["src/helpers.php"], "psr-4" : {"Sinepel\\LaravelAsana\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "illuminate/support"]}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "psr-4": {"type": "object", "properties": {"Sinepel\\LaravelAsana\\": {"type": "string"}}, "required": ["Sinepel\\LaravelAsana\\"]}}, "required": ["files", "psr-4"]}}, "required": ["name", "description", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "properties": {"level": {"type": "string"}, "submissions": {"type": "integer"}, "solved": {"type": "integer"}, "ratio": {"type": "string"}}, "required": ["level", "submissions", "solved", "ratio"]}}, "required": ["output", "input", "level", "name", "has_images", "description", "id", "category", "statistics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"output" : "Para cada inst\u00e2ncia imprima uma linha contendo o n\u00famero total de liga\u00e7\u00f5es que ocorre quando a fita descrita \u00e9 ativada.", "input" : "A entrada \u00e9 composta por diversos casos de teste e termina com EOF. Cada caso de teste possui uma linha descrevendo a sequ\u00eancia de bases da fita de RNAA. \n\tUma fita de RNAA na entrada cont\u00e9m pelo menos 1 e no m\u00e1ximo 300 bases. N\u00e3o existem espa\u00e7os entre bases de uma fita da entrada. \n\tAs bases s\u00e3o 'B', 'C', 'F' e 'S'.", "level" : 4, "name" : "\u00c1cido Ribonucleico Alien\u00edgena", "has_images" : true, "description" : "Foi descoberta uma esp\u00e9cie alien\u00edgena de \u00e1cido ribonucleico (popularmente conhecido como RNA). Os cientistas, por falta de criatividade, batizaram a descoberta de \u00e1cido ribonucleico alien\u00edgena (RNAA). Similar ao RNA que conhecemos, o RNAA \u00e9 uma fita composta de v\u00e1rias bases. As bases s\u00e3o B C F S e podem ligar-se em pares. Os \u00fanicos pares poss\u00edveis s\u00e3o entre as bases B e S e as bases C e F.\n\tEnquanto est\u00e1 ativo, o RNAA dobra v\u00e1rios intervalos da fita sobre si mesma, realizando liga\u00e7\u00f5es entre suas bases. Os cientistas perceberam que:\n \n\t- Quando um intervalo da fita de RNAA se dobra, todas as bases neste intervalo se ligam com suas bases correspondentes;\n\t- Cada base pode se ligar a apenas uma outra base;\n\t- As dobras ocorrem de forma a maximizar o n\u00famero de liga\u00e7\u00f5es feitas sobre fitas;\n \n\tAs figuras abaixo ilustram dobras e ligac\u00f5es feitas sobre fitas.\n \n\t\n\t\t\n\t\t\n Sua tarefa ser\u00e1, dada a descri\u00e7\u00e3o de uma tira de RNAA, determinar quantas liga\u00e7\u00f5es ser\u00e3o realizadas entre suas bases se a tira ficar ativa.", "id" : "1242", "category" : "Estruturas e Bibliotecas", "statistics" : {"level" : "4 / 10", "submissions" : 2113, "solved" : 864, "ratio" : "40.89%"}}
json_instruct
{"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "properties": {"level": {"type": "string"}, "submissions": {"type": "integer"}, "solved": {"type": "integer"}, "ratio": {"type": "string"}}, "required": ["level", "submissions", "solved", "ratio"]}}, "required": ["output", "input", "level", "name", "has_images", "description", "id", "category", "statistics"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"population": {"type": "array", "items": {"type": "integer"}}, "weights": {"type": "array", "items": {"type": "integer"}}}, "required": ["population", "weights"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"population" : [48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108], "weights" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 7, 12, 44, 64, 132, 320, 627, 1325, 2450, 4443, 7934, 13425, 22455, 35461, 54517, 81955, 117738, 164578, 221479, 290201, 367108, 449462, 532949, 609904, 675422, 722690, 747301, 746372, 721272, 671801, 602603, 520155, 434036, 347544, 267730, 196726, 139504, 93508, 59474, 35623, 19945, 10697, 5328, 2277, 943, 320, 107, 28, 2, 0]}
json_instruct
{"type": "object", "properties": {"population": {"type": "array", "items": {"type": "integer"}}, "weights": {"type": "array", "items": {"type": "integer"}}}, "required": ["population", "weights"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "1508040022", "district_id" : "1508040", "name" : "SUNGAI RAMBAI"}
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": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "system_full": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "comments": {"type": "string"}, "result": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["system", "system_full", "version", "type", "comments", "result"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"system" : "2019-07-12 19.10", "system_full" : "ClickHouse 19.10.1.5 2019-07-12(adaptive)", "version" : "19.10.1.5", "type" : "adaptive", "comments" : "", "result" : [[0.045, 0.003, 0.003], [0.017, 0.001, 0.001], [0.018, 0.003, 0.003], [0.023, 0.002, 0.001], [0.016, 0.002, 0.002], [0.021, 0.003, 0.003], [0.017, 0.001, 0.001], [0.062, 0.024, 0.023], [0.021, 0.008, 0.008], [0.011, 0.001, 0.001], [1.159, 0.338, 0.334], [0.62, 0.323, 0.307], [0.021, 0.002, 0.001], [0.009, 0.001, 0.001], [0.017, 0.004, 0.004], [3.646, 0.094, 0.089], [2.997, 0.679, 0.667], [2.24, 0.06, 0.059], [1.177, 0.06, 0.056], [4.103, 0.224, 0.194], [3.934, 0.167, 0.171], [1.754, 0.188, 0.177], [63.474, 2.051, 2.021], [42.421, 1.55, 1.518], [3.482, 0.725, 0.731], [0.683, 0.161, 0.136], [0.087, 0.058, 0.055], [3.057, 0.061, 0.055], [0.095, 0.01, 0.01], [0.062, 0.008, 0.007], [0.425, 0.062, 0.065], [1.645, 0.047, 0.045], [1.655, 0.117, 0.113], [2.541, 0.22, 0.198], [0.058, 0.044, 0.044], [0.019, 0.008, 0.008], [2.034, 0.434, 0.42], [2.035, 0.485, 0.484], [1.036, 0.116, 0.118], [1.672, 0.15, 0.148], [2.584, 0.397, 0.385], [3.829, 0.512, 0.488], [2.373, 0.518, 0.504], [1.191, 0.546, 0.539], [4.394, 1.359, 1.319], [3.649, 0.754, 0.735], [7.906, 2.846, 2.808], [0.906, 0.044, 0.027], [19.556, 0.441, 0.41], [21.468, 0.529, 0.521], [40.145, 1.194, 1.165], [39.573, 0.559, 0.529], [4.652, 0.18, 0.171], [2.321, 0.154, 0.147], [5.312, 0.188, 0.178], [19.213, 0.444, 0.424], [15.806, 1.006, 0.981], [2.265, 2.257, 2.274], [3.826, 0.47, 0.449], [9.797, 0.666, 0.639], [9.059, 3.902, 3.855], [19.428, 1.865, 1.804], [19.377, 1.843, 1.815], [0.885, 0.828, 0.828], [0.09, 0.061, 0.061], [0.052, 0.029, 0.027], [0.045, 0.021, 0.022], [0.195, 0.129, 0.137], [0.035, 0.011, 0.011], [0.027, 0.009, 0.008], [0.013, 0.002, 0.002]]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "system_full": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "comments": {"type": "string"}, "result": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["system", "system_full", "version", "type", "comments", "result"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Bernd, Greg,\n\n\nDo these programs have to go in /usr/bin? Could they go in, say, / \nusr/libexec/radiance instead? The main time they're run, after all, \nis when oconv invokes them. Would that work with Debian standards?\n\n\nRandolph\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2007-October/004485.html).</sup>", "attachments" : [], "created_by_name" : "Randolph Fritz", "created_at" : "October 19, 2007 at 05:07PM", "created_by" : "Randolph_Fritz", "parent_id" : "radiance-general_004471", "id" : "radiance-general_004485"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$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"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attack": {"type": "string"}, "defense": {"type": "string"}, "attribute": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "is_xyz": {"type": "boolean"}, "is_synchro": {"type": "boolean"}, "is_fusion": {"type": "boolean"}, "is_link": {"type": "boolean"}, "is_extra_deck": {"type": "boolean"}, "monster_types": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "species", "attack", "defense", "attribute", "is_pendulum", "is_xyz", "is_synchro", "is_fusion", "is_link", "is_extra_deck", "monster_types", "stars"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Infernity Randomizer", "number" : "13582837", "is_illegal" : false, "text" : "Once per turn, while you have no cards in your hand, you can draw 1 card and reveal it. For a Monster Card drawn with this effect, inflict damage to your opponent equal to the Level of that monster \u00c3\u2014 200. For a Spell or Trap Card, you take 500 damage.", "type" : "Monster", "is_monster" : true, "is_spell" : false, "is_trap" : false, "species" : "Warrior", "attack" : "900", "defense" : "0", "attribute" : "DARK", "is_pendulum" : false, "is_xyz" : false, "is_synchro" : false, "is_fusion" : false, "is_link" : false, "is_extra_deck" : false, "monster_types" : ["Effect"], "stars" : "1"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attack": {"type": "string"}, "defense": {"type": "string"}, "attribute": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "is_xyz": {"type": "boolean"}, "is_synchro": {"type": "boolean"}, "is_fusion": {"type": "boolean"}, "is_link": {"type": "boolean"}, "is_extra_deck": {"type": "boolean"}, "monster_types": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "species", "attack", "defense", "attribute", "is_pendulum", "is_xyz", "is_synchro", "is_fusion", "is_link", "is_extra_deck", "monster_types", "stars"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "kacangalan", "h" : [{"d" : [{"f" : "\u4e0d\u7a31\u5fc3\u7684\u3001\u4e0d\u6eff\u8db3\u7684\u3001\u770b\u4e0d\u8d77\u7684\uff08\u4e8b\u60c5\uff09\u3002", "e" : ["\ufff9`Awaay~ `ko~ `ka~`cangalan~ `to~ `tayal~ `ni~ `May~`aw~.\ufffa\ufffb\u99ac\u8981\u5148\u751f\u4f5c\u4e8b\u6c92\u6709\u4e0d\u4ee4\u4eba\u64d4\u5fc3\u7684\u3002"]}]}], "stem" : "cangal"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Importer": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}, "Description": {"type": "string"}, "Patterns": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "DisplayName", "Description", "Patterns"]}}}, "required": ["Importer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Importer" : [{"Name" : "de.uni_stuttgart.Voxie.ExtDataT3R.EventListImporter", "DisplayName" : "Timepix3 Event List importer", "Description" : "Reads Timepix3 Event List files in the Timepix3 raw format", "Patterns" : ["*.t3r", "*.timepixraw.json"]}]}
json_instruct
{"type": "object", "properties": {"Importer": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}, "Description": {"type": "string"}, "Patterns": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "DisplayName", "Description", "Patterns"]}}}, "required": ["Importer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "Rumi Itoyama"}, {"author" : "Yo-Ichi Yamashita"}, {"author" : "Yosuke Nakao"}, {"author" : "Toshihiko Yusa"}, {"author" : "Naoki Umezaki"}, {"author" : "Takanobu Yamao"}, {"author" : "Shigeki Nakagawa"}, {"author" : "Hirohisa Okabe"}, {"author" : "Katsunori Imai"}, {"author" : "Hiromitsu Hayashi"}, {"author" : "Daisuke Hashimoto"}, {"author" : "Akira Chikamoto"}, {"author" : "Hideo Baba"}], "doi" : "10.1186/s40792-019-0575-z", "publication_date" : "2019-02-02", "id" : "EN112613", "url" : "https://pubmed.ncbi.nlm.nih.gov/30706323", "source" : "Surgical case reports", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 76-year-old female patient was preoperatively diagnosed with a papillary adenocarcinoma in Vater's papilla by endoscopic biopsy. The patient underwent subtotal stomach-preserving pancreaticoduodenectomy, and postoperative pathological examination diagnosed the carcinosarcoma. The patient received adjuvant chemotherapy with gemcitabine, but multiple liver metastases were found 3\u2009months after the operation. Though chemotherapy with gemcitabine and cisplatin was introduced, she died owing to tumor progression 7\u2009months after the operation."}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"type": "string"}, "_postman_exported_at": {"type": "string"}, "_postman_exported_using": {"type": "string"}}, "required": ["id", "name", "values", "_postman_variable_scope", "_postman_exported_at", "_postman_exported_using"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "c7faaea2-04f0-4191-a9f3-98ed09ba0485", "name" : "DataDomain 7.3", "values" : [{"key" : "baseUrl", "value" : "https://ddve-02.vlab.local:3009", "enabled" : true}], "_postman_variable_scope" : "environment", "_postman_exported_at" : "2020-11-27T12:41:28.006Z", "_postman_exported_using" : "Postman/7.34.0"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"type": "string"}, "_postman_exported_at": {"type": "string"}, "_postman_exported_using": {"type": "string"}}, "required": ["id", "name", "values", "_postman_variable_scope", "_postman_exported_at", "_postman_exported_using"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"17us6fZYcQbTgkYERXMFVS6Xh51GyMBmpG": {"type": "string"}}, "required": ["17us6fZYcQbTgkYERXMFVS6Xh51GyMBmpG"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "G3EuPyyOxm5BJ0yqhmqbAXbbmXUICzTU4FZK+9sVMoZyj5EGoFsL0IKOOMIUsyM0Pr5Q0uj+xsOWABVE0vhkhFQ=", "cert_user_id" : "h2h@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/17us6fZYcQbTgkYERXMFVS6Xh51GyMBmpG/content.json", "modified" : 1485164231, "signs" : {"17us6fZYcQbTgkYERXMFVS6Xh51GyMBmpG" : "G74t/QxITHoTKGuzVGBmIbRyMxiKjYZql3uoSkkCyzxpNtC339DyDCA0rrky9aaS4LNfMiqt7fKOk9m10KxJ/K0="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"17us6fZYcQbTgkYERXMFVS6Xh51GyMBmpG": {"type": "string"}}, "required": ["17us6fZYcQbTgkYERXMFVS6Xh51GyMBmpG"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}, "artists": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}}, "required": ["_id", "names", "releases", "artists"]}}, "targets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "targetId": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "targetId", "trackCount", "tracks"]}}}, "required": ["source", "trackCount", "tracks", "targets"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source" : "Kevin Kelley", "trackCount" : 1, "tracks" : [{"_id" : "13117", "names" : ["By And By (Poor Me)"], "releases" : [{"_id" : "2311", "names" : ["Legacy - Rock Artifacts - 27 Cut Preview"]}], "artists" : [{"_id" : "1686", "names" : ["Rising Sons"]}]}], "targets" : [{"name" : "Ry Cooder", "targetId" : "372", "trackCount" : 1, "tracks" : ["13117"]}, {"name" : "Taj Mahal", "targetId" : "10579", "trackCount" : 1, "tracks" : ["13117"]}, {"name" : "Gary \"Magic\" Marker", "targetId" : "10580", "trackCount" : 1, "tracks" : ["13117"]}, {"name" : "Jesse Lee Kincaid", "targetId" : "10582", "trackCount" : 1, "tracks" : ["13117"]}]}
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}, "artists": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}}, "required": ["_id", "names", "releases", "artists"]}}, "targets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "targetId": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "targetId", "trackCount", "tracks"]}}}, "required": ["source", "trackCount", "tracks", "targets"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"ename": {"type": "string"}, "land": {"type": "array", "items": {}}, "name": {"type": "string"}, "tfbh": {"type": "string"}, "is_current": {"type": "integer"}, "end_time": {"type": "string"}, "begin_time": {"type": "string"}}, "required": ["ename", "land", "name", "tfbh", "is_current", "end_time", "begin_time"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"ename" : "FAITH", "land" : [], "name" : "-", "tfbh" : "199812", "is_current" : 0, "end_time" : "1998-12-14T08:00:00", "begin_time" : "1998-12-09T20:00:00"}, {"ename" : "ELVIS", "land" : [], "name" : "-", "tfbh" : "199811", "is_current" : 0, "end_time" : "1998-11-26T08:00:00", "begin_time" : "1998-11-24T20:00:00"}, {"ename" : "BABS", "land" : [], "name" : "\u82ad\u6bd4\u4e1d", "tfbh" : "199810", "is_current" : 0, "end_time" : "1998-10-28T02:00:00", "begin_time" : "1998-10-17T08:00:00"}, {"ename" : "ZEB", "land" : [], "name" : "\u745e\u4f2f", "tfbh" : "199809", "is_current" : 0, "end_time" : "1998-10-18T02:00:00", "begin_time" : "1998-10-10T08:00:00"}, {"ename" : "YANNI", "land" : [], "name" : "\u6768\u59ae", "tfbh" : "199808", "is_current" : 0, "end_time" : "1998-10-01T02:00:00", "begin_time" : "1998-09-26T08:00:00"}, {"ename" : "VICKI", "land" : [], "name" : "-", "tfbh" : "199807", "is_current" : 0, "end_time" : "1998-09-23T08:00:00", "begin_time" : "1998-09-17T14:00:00"}, {"ename" : "TODD", "land" : [], "name" : "-", "tfbh" : "199806", "is_current" : 0, "end_time" : "1998-09-20T14:00:00", "begin_time" : "1998-09-15T20:00:00"}, {"ename" : "STELLA", "land" : [], "name" : "-", "tfbh" : "199805", "is_current" : 0, "end_time" : "1998-09-17T02:00:00", "begin_time" : "1998-09-12T14:00:00"}, {"ename" : "REX", "land" : [], "name" : "-", "tfbh" : "199804", "is_current" : 0, "end_time" : "1998-09-07T14:00:00", "begin_time" : "1998-08-24T08:00:00"}, {"ename" : "PENNY", "land" : [], "name" : "-", "tfbh" : "199803", "is_current" : 0, "end_time" : "1998-08-11T20:00:00", "begin_time" : "1998-08-06T20:00:00"}, {"ename" : "OTTO", "land" : [], "name" : "-", "tfbh" : "199802", "is_current" : 0, "end_time" : "1998-08-05T14:00:00", "begin_time" : "1998-08-01T20:00:00"}, {"ename" : "NICHOLE", "land" : [], "name" : "-", "tfbh" : "199801", "is_current" : 0, "end_time" : "1998-07-11T08:00:00", "begin_time" : "1998-07-08T08:00:00"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"ename": {"type": "string"}, "land": {"type": "array", "items": {}}, "name": {"type": "string"}, "tfbh": {"type": "string"}, "is_current": {"type": "integer"}, "end_time": {"type": "string"}, "begin_time": {"type": "string"}}, "required": ["ename", "land", "name", "tfbh", "is_current", "end_time", "begin_time"]}, "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-postcss": {"type": "string"}, "postcss-cssnext": {"type": "string"}, "postcss-import": {"type": "string"}, "stylefmt": {"type": "string"}}, "required": ["gulp", "gulp-postcss", "postcss-cssnext", "postcss-import", "stylefmt"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gulp-postcss-test", "version" : "1.0.0", "description" : "Gulp\u3092\u4f7f\u7528\u3057\u305fcssnext\u306e\u5c0e\u5165\u30c6\u30b9\u30c8\u3067\u3059\u3002", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "author" : "Manabu Yasuda", "license" : "MIT", "devDependencies" : {"gulp" : "^3.9.1", "gulp-postcss" : "^6.2.0", "postcss-cssnext" : "^2.8.0", "postcss-import" : "^8.1.3", "stylefmt" : "^4.3.1"}}
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"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-postcss": {"type": "string"}, "postcss-cssnext": {"type": "string"}, "postcss-import": {"type": "string"}, "stylefmt": {"type": "string"}}, "required": ["gulp", "gulp-postcss", "postcss-cssnext", "postcss-import", "stylefmt"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "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" : "0x38e5a88808dfb2acba7d5863bd19cdc2793f37062066e686a95958a860e202f9", "parentHash" : "0xb6154c55f3850976dc5dbf71d7732f85388cfc86f9a97cb7f71ef8938a63d707", "number" : 17730, "timestamp" : 1438452512, "nonce" : "0x00be9bb456c567e3", "difficulty" : 901910781557, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x48040276E9c17DDbe5C8d2976245dCD0235efA43", "extraData" : "0x476574682f76312e302e302d30636463373634372f6c696e75782f676f312e34", "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#"}
Create a JSON structure that matches this schema definition: {"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": "array", "items": {"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" : 404421199, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "5062371b1bab855e06a2b858d132b209", "wof:id" : 404421199, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.87537721968877, 43.94348462821325, -0.77019930929769, 43.99275119672311], "geometry" : {"coordinates" : [[[-0.7977286827064, 43.9443919959357], [-0.81671766770097, 43.94620774594687], [-0.83041461325828, 43.94348462821325], [-0.85788049487264, 43.94984316571615], [-0.85705540772714, 43.97101082441998], [-0.87537721968877, 43.97605713572219], [-0.86605337243501, 43.9776669591005], [-0.85760352231334, 43.98574173673757], [-0.83998056238926, 43.99108393114051], [-0.82094716332712, 43.99275119672311], [-0.81717463008838, 43.98022346158067], [-0.79978932053702, 43.97549536257263], [-0.7769960454778, 43.97477197897337], [-0.77019930929769, 43.97217757188866], [-0.77876865995973, 43.9533388804962], [-0.7977286827064, 43.9443919959357]]], "type" : "Polygon"}}
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": "array", "items": {"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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "subs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["text", "created", "permalink"]}}, "permalink": {"type": "string"}}, "required": ["text", "created", "type", "subs", "permalink"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "It could be Goodfellas", "created" : "Thu, 13 Jul 2017 02:21:40 GMT", "type" : "outline", "subs" : [{"text" : "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/voDqfVthTpA\" frameborder=\"0\" allowfullscreen></iframe>", "created" : "Thu, 13 Jul 2017 02:21:46 GMT", "permalink" : "http://scripting.com/2017/07/12.html#a022146"}], "permalink" : "http://scripting.com/2017/07/12.html#a022140"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "subs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["text", "created", "permalink"]}}, "permalink": {"type": "string"}}, "required": ["text", "created", "type", "subs", "permalink"], "$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" : 2176, "connections" : 378915, "capacity" : 9268132, "investments" : 50972989}, {"tech" : 1, "pts" : 55, "connections" : 14956, "capacity" : 126800, "investments" : 3086225}]}]
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"9240": {"type": "string"}, "9214": {"type": "string"}, "9238": {"type": "string"}}, "required": ["9240", "9214", "9238"]}, "timeto": {"type": "object", "properties": {"9240": {"type": "number"}, "9214": {"type": "number"}, "9238": {"type": "number"}}, "required": ["9240", "9214", "9238"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 9239, "title" : ["[Thurfel's Cellar]"], "description" : ["Bolted into the wall are several thick iron chains, every last one shattered so badly that the links are torn wide open. Scattered about the floor are a few ruined and warped steel manacles, clearly far too weak to hold whatever they may have imprisoned originally."], "paths" : ["Obvious exits: south, west"], "location" : "Thurfel's Island", "wayto" : {"9240" : "west", "9214" : "climb rope", "9238" : "south"}, "timeto" : {"9240" : 0.2, "9214" : 0.2, "9238" : 0.2}, "image" : "imt-underground-1264234799.png", "image_coords" : [1308, 651, 1318, 661]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"9240": {"type": "string"}, "9214": {"type": "string"}, "9238": {"type": "string"}}, "required": ["9240", "9214", "9238"]}, "timeto": {"type": "object", "properties": {"9240": {"type": "number"}, "9214": {"type": "number"}, "9238": {"type": "number"}}, "required": ["9240", "9214", "9238"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"file_num" : 4, "data" : [{"id" : 5, "content" : "\u6709\u65f6\u4f60\u4f1a\u89c9\u5f97\u81ea\u5df1\u5c31\u662f\u4e2aSB\uff0c\u522b\u7070\u5fc3\uff0c\u81f3\u5c11\u611f\u89c9\u662f\u5bf9\u7684\u3002"}]}
json_instruct
{"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "questionText": {"type": "string"}, "questionInputs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}}, "showKey": {"type": "boolean"}, "CenterGraphHeadder": {"type": "string"}, "LeftGraphHeadder": {"type": "string"}, "RightGraphHeadder": {"type": "string"}, "settings": {"type": "object", "properties": {"name": {"type": "string"}, "interface": {"type": "object", "properties": {"testMode": {"type": "boolean"}, "displayMode": {"type": "string"}, "colourTheme": {"type": "string"}}, "required": ["testMode", "displayMode", "colourTheme"]}, "slider": {"type": "object", "properties": {"visible": {"type": "boolean"}, "enabled": {"type": "boolean"}, "position": {"type": "integer"}}, "required": ["visible", "enabled", "position"]}, "control": {"type": "object", "properties": {"method": {"type": "string"}, "data": {"type": "string"}, "dateRange": {"type": "boolean"}, "animatedSlider": {"type": "boolean"}}, "required": ["method", "data", "dateRange", "animatedSlider"]}, "method": {"type": "object", "properties": {"nodeChannels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "inUse": {"type": "boolean"}}, "required": ["name", "inUse"]}}, "linkChannels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "inUse": {"type": "boolean"}}, "required": ["name", "inUse"]}}}, "required": ["nodeChannels", "linkChannels"]}}, "required": ["name", "interface", "slider", "control", "method"]}}, "required": ["name", "questionText", "questionInputs", "showKey", "CenterGraphHeadder", "LeftGraphHeadder", "RightGraphHeadder", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Test2", "questionText" : " Hello world 2", "questionInputs" : [{"type" : "TextBox", "name" : "box1"}, {"type" : "NumberBox", "name" : "Nbox1", "required" : true}, {"type" : "TextBox", "name" : "box2"}, {"type" : "NumberBox", "name" : "Nbox2", "required" : true}, {"type" : "TextBox", "name" : "box3"}, {"type" : "NumberBox", "name" : "Nbox3", "required" : true}], "showKey" : true, "CenterGraphHeadder" : "", "LeftGraphHeadder" : "Left Title", "RightGraphHeadder" : "Right Title", "settings" : {"name" : "Test1Settings", "interface" : {"testMode" : false, "displayMode" : "Split", "colourTheme" : "Default"}, "slider" : {"visible" : true, "enabled" : true, "position" : 5}, "control" : {"method" : "simple", "data" : "Les Miserables", "dateRange" : false, "animatedSlider" : false}, "method" : {"nodeChannels" : [{"name" : "Gravity Point", "inUse" : false}, {"name" : "Node Colour LA", "inUse" : false}, {"name" : "Node Colour LB", "inUse" : false}, {"name" : "Node Colour RA", "inUse" : false}, {"name" : "Node Colour RB", "inUse" : false}, {"name" : "Node Size LA", "inUse" : false}, {"name" : "Node Size LB", "inUse" : false}, {"name" : "Node Size RA", "inUse" : false}, {"name" : "Node Size RB", "inUse" : false}], "linkChannels" : [{"name" : "Link Colour", "inUse" : false}, {"name" : "Link Length", "inUse" : false}, {"name" : "Link Width", "inUse" : false}]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "questionText": {"type": "string"}, "questionInputs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}}, "showKey": {"type": "boolean"}, "CenterGraphHeadder": {"type": "string"}, "LeftGraphHeadder": {"type": "string"}, "RightGraphHeadder": {"type": "string"}, "settings": {"type": "object", "properties": {"name": {"type": "string"}, "interface": {"type": "object", "properties": {"testMode": {"type": "boolean"}, "displayMode": {"type": "string"}, "colourTheme": {"type": "string"}}, "required": ["testMode", "displayMode", "colourTheme"]}, "slider": {"type": "object", "properties": {"visible": {"type": "boolean"}, "enabled": {"type": "boolean"}, "position": {"type": "integer"}}, "required": ["visible", "enabled", "position"]}, "control": {"type": "object", "properties": {"method": {"type": "string"}, "data": {"type": "string"}, "dateRange": {"type": "boolean"}, "animatedSlider": {"type": "boolean"}}, "required": ["method", "data", "dateRange", "animatedSlider"]}, "method": {"type": "object", "properties": {"nodeChannels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "inUse": {"type": "boolean"}}, "required": ["name", "inUse"]}}, "linkChannels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "inUse": {"type": "boolean"}}, "required": ["name", "inUse"]}}}, "required": ["nodeChannels", "linkChannels"]}}, "required": ["name", "interface", "slider", "control", "method"]}}, "required": ["name", "questionText", "questionInputs", "showKey", "CenterGraphHeadder", "LeftGraphHeadder", "RightGraphHeadder", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1086, "surahNumber" : "007", "ayatNumber" : "132", "arabic" : "\u0648\u064e\u0642\u064e\u0627\u0644\u064f\u0648\u0627 \u0645\u064e\u0647\u0652\u0645\u064e\u0627 \u062a\u064e\u0623\u0652\u062a\u0650\u0646\u064e\u0627 \u0628\u0650\u0647\u0650 \u0645\u0650\u0646\u0652 \u0622\u064a\u064e\u0629\u064d \u0644\u0650\u062a\u064e\u0633\u0652\u062d\u064e\u0631\u064e\u0646\u064e\u0627 \u0628\u0650\u0647\u064e\u0627 \u0641\u064e\u0645\u064e\u0627 \u0646\u064e\u062d\u0652\u0646\u064f \u0644\u064e\u0643\u064e \u0628\u0650\u0645\u064f\u0624\u0652\u0645\u0650\u0646\u0650\u064a\u0646\u064e", "english" : "They said [to Musa (Moses)]: \"Whatever Ayat (proofs, evidences, verses, lessons, signs, revelations, etc.) you may bring to us, to work therewith your sorcery on us, we shall never believe in you.\"", "bengali" : "\u09a4\u09be\u09b0\u09be \u0986\u09b0\u0993 \u09ac\u09b2\u09a4\u09c7 \u09b2\u09be\u0997\u09b2, \u0986\u09ae\u09be\u09a6\u09c7\u09b0 \u0989\u09aa\u09b0 \u099c\u09be\u09a6\u09c1 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u09a4\u09c1\u09ae\u09bf \u09af\u09c7 \u09a8\u09bf\u09a6\u09b0\u09cd\u09b6\u09a8\u0987 \u09a8\u09bf\u09df\u09c7 \u0986\u09b8 \u09a8\u09be \u0995\u09c7\u09a8 \u0986\u09ae\u09b0\u09be \u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u09a4\u09c7\u09be\u09ae\u09be\u09b0 \u0989\u09aa\u09b0 \u0988\u09ae\u09be\u09a8 \u0986\u09a8\u099b\u09bf \u09a8\u09be\u0964"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"localities" : ["Southrn Shore, NC", "Duck, NC", "Kitty Hawk, NC", "Southern Shores, NC", "Collington, NC"], "state" : "NC", "postal_code" : "27949", "locality" : "Kitty Hawk, NC", "lat" : 36.108889, "region" : {"fips" : "37", "abbr" : "NC", "name" : "North Carolina"}, "city" : "Kitty Hawk", "type" : "STANDARD", "lng" : -75.76055, "counties" : [{"fips" : "055", "name" : "Dare County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_address": {"type": "string"}}, "required": ["cannot_connect", "invalid_address"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"house_letter": {"type": "string"}, "house_number": {"type": "string"}, "post_code": {"type": "string"}}, "required": ["house_letter", "house_number", "post_code"]}, "description": {"type": "string"}}, "required": ["data", "description"]}}, "required": ["user"]}}, "required": ["abort", "error", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"abort" : {"already_configured" : "Asukoht on juba m\u00e4\u00e4ratud"}, "error" : {"cannot_connect" : "\u00dchendamine nurjus", "invalid_address" : "Aadress ei kuuluTwente Milieu teeninduspiirkondat."}, "step" : {"user" : {"data" : {"house_letter" : "Maja numbri laiendus", "house_number" : "Maja number", "post_code" : "Sihtnumber"}, "description" : "Seadista Twente Milieu, mis pakub j\u00e4\u00e4tmekogumist teie aadressil."}}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_address": {"type": "string"}}, "required": ["cannot_connect", "invalid_address"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"house_letter": {"type": "string"}, "house_number": {"type": "string"}, "post_code": {"type": "string"}}, "required": ["house_letter", "house_number", "post_code"]}, "description": {"type": "string"}}, "required": ["data", "description"]}}, "required": ["user"]}}, "required": ["abort", "error", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : "7316030007", "district_id" : "7316030", "name" : "JANGGURARA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["Attempt what is not certain. Certainty may or may not come later. It may then be a valuable delusion.", "The pretty initial position, which falls short of completeness, is not to be valued - except as a stimulus for further moves.", "Do search. But in order to find other than what is searched for.", "Use and respond to the initial fresh qualities but consider them absolutely expendable.", "Don't \"discover\" a subject - of any kind.", "Somehow don't be bored, but if you must, use it in action. Use its destructive potential.", "Mistakes can't be erased, but they move you from your present position.", "Mistakes can't be erased, but they move you from your present position.", "Keep thinking about Pollyanna.", "Tolerate chaos.", "Be careful only in a perverse way."]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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). Mix together the pretzels, 4 1/2 tablespoons sugar and melted butter. Press into the bottom of a 9x13 inch pan. Bake for 10 minutes, or until lightly toasted. Set aside to cool completely.", "In a medium bowl, beat the sugar and cream cheese until smooth. Fold in whipped topping. Spread evenly over the cooled crust. Refrigerate until set, about 30 minutes.", "In a medium bowl, stir together the gelatin mix and boiling water. Mix in frozen strawberries, and stir until thawed. Pour over cream cheese mixture in pan. Refrigerate until completely chilled, at least 1 hour."], "ingredients" : ["1 1/2 cups crushed pretzels", "4 1/2 tablespoons white sugar", "3/4 cup butter, melted", "1 cup white sugar", "2 (8 ounce) packages cream cheese", "1 (8 ounce) container frozen whipped topping, thawed", "1 (6 ounce) package strawberry flavored Jell-O\u00ae", "2 cups boiling water", "1 (16 ounce) package frozen strawberries"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Judy's Strawberry Pretzel Salad", "url" : "http://allrecipes.com/recipe/16080/judys-strawberry-pretzel-salad/"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "\u4f53\u9a8c\u53cc\u9a6c\u5c3e\u7ae5\u989c\u5ae9\u7a74-\u5c0f\u5c0f", "size" : 95752467, "link" : "https://streamtape.com/e/KGW9pRolYJu0yRz", "created_at" : "2022\u5e7404\u670823\u65e5 07:31:53", "downloads" : 0, "linkid" : "KGW9pRolYJu0yRz", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "\u4f53\u9a8c\u53cc\u9a6c\u5c3e\u7ae5\u989c\u5ae9\u7a74-\u5c0f\u5c0f", "thumbUrl" : "https://thumb.tapecontent.net/thumb/KGW9pRolYJu0yRz/9BQkd0bB2aca287.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "0.1.5": {"type": "object", "properties": {"url": {"type": "string"}, "file-type": {"type": "string"}, "bin": {"type": "array", "items": {}}, "shortcuts": {"type": "array", "items": {"type": "object", "properties": {"shortcut-name": {"type": "string"}, "file-name": {"type": "string"}}, "required": ["shortcut-name", "file-name"]}}, "persist": {"type": "array", "items": {}}}, "required": ["url", "file-type", "bin", "shortcuts", "persist"]}, "auto-update": {"type": "object", "properties": {"url": {"type": "string"}, "version-check": {"type": "object", "properties": {"webpage": {"type": "string"}}, "required": ["webpage"]}}, "required": ["url", "version-check"]}}, "required": ["display-name", "package-name", "latest-version", "0.1.5", "auto-update"]}}, "required": ["display-name", "package-name", "is-portable", "portable"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"display-name" : "", "package-name" : "lightcord", "is-portable" : true, "portable" : {"display-name" : "", "package-name" : "lightcord", "latest-version" : "0.1.5", "0.1.5" : {"url" : "https://github.com/Lightcord/Lightcord/releases/download/0.1.5/lightcord-win32-ia32.zip", "file-type" : ".zip", "bin" : [], "shortcuts" : [{"shortcut-name" : "Lightcord", "file-name" : "Lightcord.exe"}], "persist" : []}, "auto-update" : {"url" : "https://github.com/Lightcord/Lightcord/releases/download/<version>/lightcord-win32-ia32.zip", "version-check" : {"webpage" : "https://lightcord.org"}}}}
json_instruct
{"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "0.1.5": {"type": "object", "properties": {"url": {"type": "string"}, "file-type": {"type": "string"}, "bin": {"type": "array", "items": {}}, "shortcuts": {"type": "array", "items": {"type": "object", "properties": {"shortcut-name": {"type": "string"}, "file-name": {"type": "string"}}, "required": ["shortcut-name", "file-name"]}}, "persist": {"type": "array", "items": {}}}, "required": ["url", "file-type", "bin", "shortcuts", "persist"]}, "auto-update": {"type": "object", "properties": {"url": {"type": "string"}, "version-check": {"type": "object", "properties": {"webpage": {"type": "string"}}, "required": ["webpage"]}}, "required": ["url", "version-check"]}}, "required": ["display-name", "package-name", "latest-version", "0.1.5", "auto-update"]}}, "required": ["display-name", "package-name", "is-portable", "portable"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ImpossibleTaskInstantlyAccomplished": {"type": "array", "items": {"type": "string"}}}, "required": ["ImpossibleTaskInstantlyAccomplished"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ImpossibleTaskInstantlyAccomplished" : ["AchievementsInIgnorance", "ImpossibleTask", "ScottyTime", "WeDoTheImpossible", "Kamehamehadoken", "EpicFail", "KidHero", "UpToEleven", "WordOfGod", "AchievementsInIgnorance", "UpToEleven", "WordOfGod", "AchievementsInIgnorance", "ChildProdigy", "BadassBookworm", "UpToEleven", "MacGuffin", "TempleOfDoom", "MacGuffin", "MemeticMutation", "MacrossMissileMassacre", "AppliedPhlebotinum", "PoweredArmor", "GoingPostal", "SubvertedTrope", "LovableCoward", "ItMakesSenseInContext", "LovableCoward", "GoingPostal", "SubvertedTrope", "LovableCoward", "ItMakesSenseInContext", "LovableCoward", "BadassBoast", "Beat", "StatingTheSimpleSolution", "DivineParentage", "GeniusLoci", "TheOldGods", "PersonOfMassDestruction", "ResurrectiveImmortality", "TheAce", "TheDragon", "BigBad", "NighInvulnerable", "UpToEleven", "TheDeterminator", "ReactionCommand", "DiscussedTrope", "TimeMaster", "ButtMonkey", "DuelToTheDeath", "BigBad", "TheDragon", "DummiedOut", "TheDeterminator", "DummiedOut", "ViewersAreGeniuses", "RageAgainstTheHeavens", "PlayedForLaughs", "CatchPhrase", "CartoonlandTime", "PlayedForDrama", "JustifiedTrope", "BreadEggsMilkSquick", "MovingTheGoalposts", "AchievementsInIgnorance", "UrbanLegend"]}
json_instruct
{"type": "object", "properties": {"ImpossibleTaskInstantlyAccomplished": {"type": "array", "items": {"type": "string"}}}, "required": ["ImpossibleTaskInstantlyAccomplished"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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" : "Hodenc-l'Ev\u00eaque", "dpt" : "Oise", "inscrits" : 191, "abs" : 30, "votants" : 161, "blancs" : 16, "nuls" : 1, "exp" : 144, "res" : [{"panneau" : "2", "voix" : 90}, {"panneau" : "1", "voix" : 54}]}
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#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "c100c8f9-6020-41d1-9035-4920a0cff710", "data" : [{"text" : "that's what I needed", "userDefined" : false}], "isTemplate" : false, "count" : 0}, {"id" : "ed54310c-01c1-4d17-9048-0269e7306157", "data" : [{"text" : "ok", "userDefined" : false}], "isTemplate" : false, "count" : 0}, {"id" : "59d18883-1ce9-422e-b470-280cf0a14276", "data" : [{"text" : "thanks", "userDefined" : false}], "isTemplate" : false, "count" : 0}, {"id" : "68771fc3-6908-4e05-961d-1ced346c2575", "data" : [{"text" : "cool", "userDefined" : false}], "isTemplate" : false, "count" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count"]}, "$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": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 89405, "cartId" : "a207621e-a014-4ce2-b254-befdb032c2e8", "preferredProducts" : [], "productReviews" : [{"productId" : 2395, "reviewText" : "I saw one of these in South Korea and I bought one.", "reviewDate" : "2018-07-08T13:30:49.3934781+03:00"}, {"productId" : 4633, "reviewText" : "this Versatile is flirty.", "reviewDate" : "2019-07-14T09:49:06.7930135+03:00"}, {"productId" : 2599, "reviewText" : "one of my hobbies is gaming. and when i'm gaming this works great.", "reviewDate" : "2017-12-31T13:21:57.7659571+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:sl": {"type": "string"}}, "required": ["name:sl"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[14.615, 45.996], [14.669, 45.988], [14.704, 46.015], [14.741, 45.997], [14.705, 45.958], [14.733, 45.948], [14.736, 45.925], [14.754, 45.907], [14.751, 45.884], [14.724, 45.873], [14.673, 45.893], [14.64, 45.875], [14.602, 45.909], [14.589, 45.931], [14.596, 45.952], [14.585, 45.984], [14.615, 45.996]]]}, "properties" : {"name" : "Grosuplje", "iso2" : "SI-032", "admin_level" : 8, "osm_id" : 1681533, "countrylevel_id" : "iso2:SI-032", "osm_data" : {"localname" : "Grosuplje", "official_name" : "", "alltags" : {"name:sl" : "Grosuplje"}}, "center_lat" : 45.94, "center_lon" : 14.67, "area_m2" : 133637908, "timezone" : "Europe/Ljubljana", "population" : 21265, "wikidata_id" : "Q13377778", "wikipedia_id" : "sl:Ob\u010dina Grosuplje"}}
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"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:sl": {"type": "string"}}, "required": ["name:sl"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"window": {"type": "object", "properties": {"icon": {"type": "string"}, "actions": {"type": "object", "properties": {"open": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}, "close": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}}, "required": ["open", "close"]}}, "required": ["icon", "actions"]}, "climate_control": {"type": "object", "properties": {"icon": {"type": "string"}, "actions": {"type": "object", "properties": {"temperature_up": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}, "temperature_down": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}}, "required": ["temperature_up", "temperature_down"]}}, "required": ["icon", "actions"]}, "tv": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}, "computer": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}}, "required": ["window", "climate_control", "tv", "computer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"window" : {"icon" : "/icons/window.svg", "actions" : {"open" : {"icon" : "/icons/open.svg"}, "close" : {"icon" : "/icons/close.svg"}}}, "climate_control" : {"icon" : "/icons/thermometer.svg", "actions" : {"temperature_up" : {"icon" : "/icons/plus.svg"}, "temperature_down" : {"icon" : "/icons/minus.svg"}}}, "tv" : {"icon" : "/icons/tv.svg"}, "computer" : {"icon" : "/icons/computer.svg"}}
json_instruct
{"type": "object", "properties": {"window": {"type": "object", "properties": {"icon": {"type": "string"}, "actions": {"type": "object", "properties": {"open": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}, "close": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}}, "required": ["open", "close"]}}, "required": ["icon", "actions"]}, "climate_control": {"type": "object", "properties": {"icon": {"type": "string"}, "actions": {"type": "object", "properties": {"temperature_up": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}, "temperature_down": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}}, "required": ["temperature_up", "temperature_down"]}}, "required": ["icon", "actions"]}, "tv": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}, "computer": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}}, "required": ["window", "climate_control", "tv", "computer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schemaVersion" : 1, "label" : "response time 24h", "message" : "8267 ms", "color" : "red"}
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u0627\u06cc \u062f\u0644 \u062a\u0627 \u0631\u06cc\u0634 \u0648 \u062e\u0633\u062a\u0647 \u0645\u06cc\u062f\u0627\u0631\u0646\u062f\u062a", "m2" : "\u062f\u06cc\u0648\u0627\u0646\u0647 \u0648 \u067e\u0627\u06cc \u0628\u0633\u062a\u0647 \u0645\u06cc\u062f\u0627\u0631\u0646\u062f\u062a"}, "1" : {"m1" : "\u0645\u0627\u0646\u0646\u062f\u0647\u0654 \u062f\u0627\u0646\u0647\u200c\u0627\u06cc \u06a9\u0647 \u0645\u063a\u0632\u06cc \u062f\u0627\u0631\u06cc", "m2" : "\u067e\u06cc\u0648\u0633\u062a\u0647 \u0627\u0632 \u0622\u0646 \u0634\u06a9\u0633\u062a\u0647 \u0645\u06cc\u062f\u0627\u0631\u0646\u062f\u062a"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$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"}, "dependencies": {"type": "object", "properties": {"bower": {"type": "string"}}, "required": ["bower"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}}, "required": ["name", "version", "dependencies", "engines", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "LookAroundApp", "version" : "0.0.1", "dependencies" : {"bower" : "^1.7.1"}, "engines" : {"node" : "0.10.x", "npm" : "1.2.x"}, "scripts" : {"postinstall" : "./node_modules/bower/bin/bower install"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bower": {"type": "string"}}, "required": ["bower"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}}, "required": ["name", "version", "dependencies", "engines", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"an5.20:0.3": {"type": "string"}}, "required": ["an5.20:0.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an5.20:0.3" : "Catutthahitasutta \u2192 attahita-parahitasutta\u1e41 (bj)"}
json_instruct
{"type": "object", "properties": {"an5.20:0.3": {"type": "string"}}, "required": ["an5.20:0.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"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" : "\u897f\u5fb7\u4f01\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99688238", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u694a\u6885\u5340\u9ad8\u5c71\u91cc\u9ad8\u7345\u8def\uff18\uff16\uff13\u5df7\uff18\u5f04\uff11\uff10\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u6843\u5712\u5e02\u694a\u6885\u5340\u9ad8\u5c71\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u99ae\u8f1d\u9752", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "89288293", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0940222", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["22\u5851\u81a0\u88fd\u54c1\u88fd\u9020\u696d", "29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["220\u5851\u81a0\u88fd\u54c1", "292\u5176\u4ed6\u5c08\u7528\u6a5f\u68b0\u8a2d\u5099", "293\u901a\u7528\u6a5f\u68b0\u8a2d\u5099"]}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SimpleAnsiEscape\\": {"type": "string"}}, "required": ["SimpleAnsiEscape\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "keywords", "description", "homepage", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "abcarroll/simple-ansi-escape", "type" : "library", "keywords" : ["ansi", "php-cli"], "description" : "Intuitively use ANSI escape sequences to add color and formatting to your php-cli scripts", "homepage" : "http://github.com/abcarroll/simple-ansi-escape", "license" : "BSD", "authors" : [{"name" : "A.B. Carroll", "email" : "ben@hl9.net", "homepage" : "https://github.com/abcarroll"}], "require" : {"php" : ">=5.5.0"}, "autoload" : {"psr-4" : {"SimpleAnsiEscape\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SimpleAnsiEscape\\": {"type": "string"}}, "required": ["SimpleAnsiEscape\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "keywords", "description", "homepage", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"rouge_1_recall": {"type": "number"}, "rouge_1_recall_cb": {"type": "number"}, "rouge_1_recall_ce": {"type": "number"}, "rouge_1_precision": {"type": "number"}, "rouge_1_precision_cb": {"type": "number"}, "rouge_1_precision_ce": {"type": "number"}, "rouge_1_f_score": {"type": "number"}, "rouge_1_f_score_cb": {"type": "number"}, "rouge_1_f_score_ce": {"type": "number"}, "rouge_2_recall": {"type": "number"}, "rouge_2_recall_cb": {"type": "number"}, "rouge_2_recall_ce": {"type": "number"}, "rouge_2_precision": {"type": "number"}, "rouge_2_precision_cb": {"type": "number"}, "rouge_2_precision_ce": {"type": "number"}, "rouge_2_f_score": {"type": "number"}, "rouge_2_f_score_cb": {"type": "number"}, "rouge_2_f_score_ce": {"type": "number"}, "rouge_l_recall": {"type": "number"}, "rouge_l_recall_cb": {"type": "number"}, "rouge_l_recall_ce": {"type": "number"}, "rouge_l_precision": {"type": "number"}, "rouge_l_precision_cb": {"type": "number"}, "rouge_l_precision_ce": {"type": "number"}, "rouge_l_f_score": {"type": "number"}, "rouge_l_f_score_cb": {"type": "number"}, "rouge_l_f_score_ce": {"type": "number"}}, "required": ["rouge_1_recall", "rouge_1_recall_cb", "rouge_1_recall_ce", "rouge_1_precision", "rouge_1_precision_cb", "rouge_1_precision_ce", "rouge_1_f_score", "rouge_1_f_score_cb", "rouge_1_f_score_ce", "rouge_2_recall", "rouge_2_recall_cb", "rouge_2_recall_ce", "rouge_2_precision", "rouge_2_precision_cb", "rouge_2_precision_ce", "rouge_2_f_score", "rouge_2_f_score_cb", "rouge_2_f_score_ce", "rouge_l_recall", "rouge_l_recall_cb", "rouge_l_recall_ce", "rouge_l_precision", "rouge_l_precision_cb", "rouge_l_precision_ce", "rouge_l_f_score", "rouge_l_f_score_cb", "rouge_l_f_score_ce"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rouge_1_recall" : 0.07016, "rouge_1_recall_cb" : 0.06506, "rouge_1_recall_ce" : 0.07562, "rouge_1_precision" : 0.71757, "rouge_1_precision_cb" : 0.70164, "rouge_1_precision_ce" : 0.73162, "rouge_1_f_score" : 0.12361, "rouge_1_f_score_cb" : 0.11586, "rouge_1_f_score_ce" : 0.13167, "rouge_2_recall" : 0.02748, "rouge_2_recall_cb" : 0.02484, "rouge_2_recall_ce" : 0.02998, "rouge_2_precision" : 0.29651, "rouge_2_precision_cb" : 0.27581, "rouge_2_precision_ce" : 0.31586, "rouge_2_f_score" : 0.04875, "rouge_2_f_score_cb" : 0.04455, "rouge_2_f_score_ce" : 0.05282, "rouge_l_recall" : 0.06431, "rouge_l_recall_cb" : 0.05976, "rouge_l_recall_ce" : 0.06911, "rouge_l_precision" : 0.66309, "rouge_l_precision_cb" : 0.64596, "rouge_l_precision_ce" : 0.67756, "rouge_l_f_score" : 0.11346, "rouge_l_f_score_cb" : 0.10674, "rouge_l_f_score_ce" : 0.12065}
json_instruct
{"type": "object", "properties": {"rouge_1_recall": {"type": "number"}, "rouge_1_recall_cb": {"type": "number"}, "rouge_1_recall_ce": {"type": "number"}, "rouge_1_precision": {"type": "number"}, "rouge_1_precision_cb": {"type": "number"}, "rouge_1_precision_ce": {"type": "number"}, "rouge_1_f_score": {"type": "number"}, "rouge_1_f_score_cb": {"type": "number"}, "rouge_1_f_score_ce": {"type": "number"}, "rouge_2_recall": {"type": "number"}, "rouge_2_recall_cb": {"type": "number"}, "rouge_2_recall_ce": {"type": "number"}, "rouge_2_precision": {"type": "number"}, "rouge_2_precision_cb": {"type": "number"}, "rouge_2_precision_ce": {"type": "number"}, "rouge_2_f_score": {"type": "number"}, "rouge_2_f_score_cb": {"type": "number"}, "rouge_2_f_score_ce": {"type": "number"}, "rouge_l_recall": {"type": "number"}, "rouge_l_recall_cb": {"type": "number"}, "rouge_l_recall_ce": {"type": "number"}, "rouge_l_precision": {"type": "number"}, "rouge_l_precision_cb": {"type": "number"}, "rouge_l_precision_ce": {"type": "number"}, "rouge_l_f_score": {"type": "number"}, "rouge_l_f_score_cb": {"type": "number"}, "rouge_l_f_score_ce": {"type": "number"}}, "required": ["rouge_1_recall", "rouge_1_recall_cb", "rouge_1_recall_ce", "rouge_1_precision", "rouge_1_precision_cb", "rouge_1_precision_ce", "rouge_1_f_score", "rouge_1_f_score_cb", "rouge_1_f_score_ce", "rouge_2_recall", "rouge_2_recall_cb", "rouge_2_recall_ce", "rouge_2_precision", "rouge_2_precision_cb", "rouge_2_precision_ce", "rouge_2_f_score", "rouge_2_f_score_cb", "rouge_2_f_score_ce", "rouge_l_recall", "rouge_l_recall_cb", "rouge_l_recall_ce", "rouge_l_precision", "rouge_l_precision_cb", "rouge_l_precision_ce", "rouge_l_f_score", "rouge_l_f_score_cb", "rouge_l_f_score_ce"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"kefir.js": {"type": "string"}, "kefir.min.js": {"type": "string"}}, "required": ["kefir.js", "kefir.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"kefir.js" : "sha256-uSRNiunMei8JWezDUx8bW9tfgncg+VJ7f1r3YSYWtd8=", "kefir.min.js" : "sha256-NMCrDxHf5fUExk66YYzFhrcXdf1fnI9rKtXeMJrNpRI="}
json_instruct
{"type": "object", "properties": {"kefir.js": {"type": "string"}, "kefir.min.js": {"type": "string"}}, "required": ["kefir.js", "kefir.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "start": {"type": "string"}}, "required": ["prepublish", "start"]}, "devDependencies": {"type": "object", "properties": {"expect.js": {"type": "string"}, "grunt": {"type": "string"}, "grunt-browserify": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["expect.js", "grunt", "grunt-browserify", "grunt-cli", "grunt-contrib-concat", "grunt-contrib-uglify", "grunt-contrib-watch", "mocha"]}, "dependencies": {"type": "object", "properties": {"eventemitter3": {"type": "string"}, "js-binarypack": {"type": "string"}, "reliable": {"type": "string"}}, "required": ["eventemitter3", "js-binarypack", "reliable"]}}, "required": ["name", "version", "description", "homepage", "main", "repository", "bugs", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "skyway-peerjs", "version" : "0.4.0", "description" : "This branch is a customized version of PeerJS for NTT Communications's WebRTC platform SkyWay.", "homepage" : "http://skyway.io/en", "main" : "./lib/peer.js", "repository" : {"type" : "git", "url" : "git://github.com/nttcom/peerjs.git"}, "bugs" : {"url" : "https://github.com/nttcom/peerjs/issues"}, "author" : "Michelle Bu, Eric Zhang, NTT Communications", "license" : "MIT", "scripts" : {"prepublish" : "./node_modules/.bin/grunt", "start" : "dist/peerjs --port ${PORT:=9000}"}, "devDependencies" : {"expect.js" : "*", "grunt" : "^0.4.5", "grunt-browserify" : "^3.0.1", "grunt-cli" : "^0.1.13", "grunt-contrib-concat" : "^0.5.0", "grunt-contrib-uglify" : "^0.9.1", "grunt-contrib-watch" : "^0.6.1", "mocha" : "*"}, "dependencies" : {"eventemitter3" : "0.1.5", "js-binarypack" : "0.0.9", "reliable" : "git+https://github.com/michelle/reliable.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "start": {"type": "string"}}, "required": ["prepublish", "start"]}, "devDependencies": {"type": "object", "properties": {"expect.js": {"type": "string"}, "grunt": {"type": "string"}, "grunt-browserify": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["expect.js", "grunt", "grunt-browserify", "grunt-cli", "grunt-contrib-concat", "grunt-contrib-uglify", "grunt-contrib-watch", "mocha"]}, "dependencies": {"type": "object", "properties": {"eventemitter3": {"type": "string"}, "js-binarypack": {"type": "string"}, "reliable": {"type": "string"}}, "required": ["eventemitter3", "js-binarypack", "reliable"]}}, "required": ["name", "version", "description", "homepage", "main", "repository", "bugs", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointHealthScore": {"type": "string"}, "X-SP-SERVERSTATE": {"type": "string"}}, "required": ["SPRequestGuid", "SPClientServiceRequestDuration", "X-SharePointHealthScore", "X-SP-SERVERSTATE"]}, "Response": {"type": "string"}}, "required": ["IsSuccessStatusCode", "StatusCode", "Headers", "Response"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsSuccessStatusCode" : true, "StatusCode" : 200, "Headers" : {"SPRequestGuid" : "bff60ca0-1040-3000-787b-4ea54d009037", "SPClientServiceRequestDuration" : "11", "X-SharePointHealthScore" : "3", "X-SP-SERVERSTATE" : "ReadOnly=0"}, "Response" : "{\"CheckInComment\":\"\",\"CheckOutType\":2,\"ContentTag\":\"{88D396FD-C5E3-4DE9-935F-D04AF74D5415},3,8\",\"CustomizedPageStatus\":0,\"ETag\":\"\\\"{88D396FD-C5E3-4DE9-935F-D04AF74D5415},3\\\"\",\"Exists\":true,\"IrmEnabled\":false,\"Length\":\"18060\",\"Level\":1,\"LinkingUri\":\"https://bertonline.sharepoint.com/sites/pnpcoresdktest/Shared%20Documents/PNP_SDK_TEST_MoveFileCrossSiteAbsoluteURLsTest.docx?d=w88d396fdc5e34de9935fd04af74d5415\",\"LinkingUrl\":\"https://bertonline.sharepoint.com/sites/pnpcoresdktest/Shared Documents/PNP_SDK_TEST_MoveFileCrossSiteAbsoluteURLsTest.docx?d=w88d396fdc5e34de9935fd04af74d5415\",\"MajorVersion\":1,\"MinorVersion\":0,\"Name\":\"PNP_SDK_TEST_MoveFileCrossSiteAbsoluteURLsTest.docx\",\"ServerRelativeUrl\":\"/sites/pnpcoresdktest/Shared Documents/PNP_SDK_TEST_MoveFileCrossSiteAbsoluteURLsTest.docx\",\"TimeCreated\":\"2021-12-15T08:39:29Z\",\"TimeLastModified\":\"2021-12-15T08:39:29Z\",\"Title\":\"\",\"UIVersion\":512,\"UIVersionLabel\":\"1.0\",\"UniqueId\":\"88d396fd-c5e3-4de9-935f-d04af74d5415\"}"}
json_instruct
{"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointHealthScore": {"type": "string"}, "X-SP-SERVERSTATE": {"type": "string"}}, "required": ["SPRequestGuid", "SPClientServiceRequestDuration", "X-SharePointHealthScore", "X-SP-SERVERSTATE"]}, "Response": {"type": "string"}}, "required": ["IsSuccessStatusCode", "StatusCode", "Headers", "Response"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"7179": {"type": "string"}, "7181": {"type": "string"}}, "required": ["7179", "7181"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"7179" : "7180", "7181" : "7182"}
json_instruct
{"type": "object", "properties": {"7179": {"type": "string"}, "7181": {"type": "string"}}, "required": ["7179", "7181"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"case": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["case", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "scripts", "version" : "1.0.0", "description" : "", "main" : "", "scripts" : {}, "author" : "tosuhsai", "license" : "MIT", "dependencies" : {"case" : "^1.6.3", "typescript" : "^4.5.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"case": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["case", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"715141f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}, "720842f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["715141f-a", "720842f-a"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"715141f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/715141f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/715141f-a.jpg", "title" : "", "date" : "1893", "text" : "116 St. near Lenox Avenue\n1893\nThis Church still stands there.\nPhoto by\nBrown Brothers\n220 West 42nd St.\nNew York City\nNeg.# 1767A\n", "folder" : "116th Street & Lenox Avenue, Manhattan, NY", "height" : 485, "original_title" : "Manhattan: 116th Street - Lenox Avenue", "years" : ["1893"]}, "720842f-a" : {"width" : 404, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/720842f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/720842f-a.jpg", "title" : "", "date" : "1941", "text" : "Lenox Ave. & 116th St., n.e. cor. Neg. A-169\nP.L. Sperr, photographer\nJuly 9, 1941", "folder" : "Lenox Avenue & 116th Street, Manhattan, NY", "height" : 600, "original_title" : "Manhattan: Lenox Avenue - 116th Street", "years" : ["1941"]}}
json_instruct
{"type": "object", "properties": {"715141f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}, "720842f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["715141f-a", "720842f-a"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[125.625, 28.5], [125.625, 28.583333333333332], [125.75, 28.583333333333332], [125.75, 28.5], [125.625, 28.5]]]}, "properties" : {"code" : 422565, "url" : "http://madefor.github.io/0410/api/v1/422565.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/422565.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}, "lint": {"type": "string"}, "poormansdeploy": {"type": "string"}}, "required": ["start", "build", "watch", "lint", "poormansdeploy"]}, "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": {"bluebird": {"type": "string"}, "immutable": {"type": "string"}, "lodash": {"type": "string"}, "mobile-detect": {"type": "string"}, "react": {"type": "string"}, "react-immutable-proptypes": {"type": "string"}, "react-redux": {"type": "string"}, "redux": {"type": "string"}}, "required": ["bluebird", "immutable", "lodash", "mobile-detect", "react", "react-immutable-proptypes", "react-redux", "redux"]}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babelify": {"type": "string"}, "browserify": {"type": "string"}, "chokidar-cli": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "http-server": {"type": "string"}, "nodemon": {"type": "string"}, "redux-devtools": {"type": "string"}}, "required": ["babel", "babel-core", "babelify", "browserify", "chokidar-cli", "eslint", "eslint-plugin-react", "http-server", "nodemon", "redux-devtools"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "kallio-prototype", "version" : "0.1.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "http-server -p 3003", "build" : "browserify src/app.js -t babelify --outfile dist/app.js", "watch" : "chokidar \"src/**/*.js\" -c \"npm run build\"", "lint" : "eslint src/", "poormansdeploy" : "npm run build && cp -r index.html dist styles assets ../jevakallio.github.io/cryptic"}, "repository" : {"type" : "git", "url" : "https://github.com/jevakallio/kallio-prototype.git"}, "author" : "Jani Ev\u00e4kallio", "license" : "MIT", "bugs" : {"url" : "https://github.com/jevakallio/kallio-prototype/issues"}, "homepage" : "https://github.com/jevakallio/kallio-prototype", "dependencies" : {"bluebird" : "^2.9.34", "immutable" : "^3.7.4", "lodash" : "^3.10.1", "mobile-detect" : "^1.2.1", "react" : "^0.13.3", "react-immutable-proptypes" : "^1.2.0", "react-redux" : "^1.0.1", "redux" : "^1.0.1"}, "devDependencies" : {"babel" : "^5.8.23", "babel-core" : "^5.8.23", "babelify" : "^6.2.0", "browserify" : "^11.0.1", "chokidar-cli" : "^2.1.0", "eslint" : "^0.22.1", "eslint-plugin-react" : "^3.3.0", "http-server" : "^0.8.0", "nodemon" : "^1.3.7", "redux-devtools" : "^1.1.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}, "lint": {"type": "string"}, "poormansdeploy": {"type": "string"}}, "required": ["start", "build", "watch", "lint", "poormansdeploy"]}, "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": {"bluebird": {"type": "string"}, "immutable": {"type": "string"}, "lodash": {"type": "string"}, "mobile-detect": {"type": "string"}, "react": {"type": "string"}, "react-immutable-proptypes": {"type": "string"}, "react-redux": {"type": "string"}, "redux": {"type": "string"}}, "required": ["bluebird", "immutable", "lodash", "mobile-detect", "react", "react-immutable-proptypes", "react-redux", "redux"]}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babelify": {"type": "string"}, "browserify": {"type": "string"}, "chokidar-cli": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "http-server": {"type": "string"}, "nodemon": {"type": "string"}, "redux-devtools": {"type": "string"}}, "required": ["babel", "babel-core", "babelify", "browserify", "chokidar-cli", "eslint", "eslint-plugin-react", "http-server", "nodemon", "redux-devtools"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "320302006001", "text" : "\u95f8\u53e3\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320302006002", "text" : "\u53cc\u60e0\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320302006003", "text" : "\u73af\u57ce\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320302006004", "text" : "\u7164\u6e2f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320302006005", "text" : "\u5824\u5317\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320302006006", "text" : "\u534e\u5eb7\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320302006007", "text" : "\u738b\u573a\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320302006008", "text" : "\u82cf\u7535\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320302006009", "text" : "\u6731\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320302006010", "text" : "\u94f6\u90e1\u793e\u533a\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#"}