input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"gid": {"type": "string"}, "name": {"type": "string"}, "password": {"type": "string"}, "accountNum": {"type": "string"}, "title": {"type": "string"}, "dept": {"type": "string"}, "sex": {"type": "string"}, "birthday": {"type": "string"}, "idCard": {"type": "string"}, "email": {"type": "string"}, "mobile": {"type": "string"}, "telephone": {"type": "string"}, "country": {"type": "string"}, "nation": {"type": "string"}, "origin": {"type": "string"}, "education": {"type": "string"}, "iswork": {"type": "string"}}, "required": ["gid", "name", "password", "accountNum", "title", "dept", "sex", "birthday", "idCard", "email", "mobile", "telephone", "country", "nation", "origin", "education", "iswork"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"gid" : "1000002323", "name" : "\u674e\u4e39", "password" : "1000002323", "accountNum" : "0", "title" : "\u6559\u6388", "dept" : "\u8ba1\u7b97\u673a\u79d1\u5b66\u4e0e\u6280\u672f", "sex" : "\u7537", "birthday" : "1970.01.23", "idCard" : "141125197001235669", "email" : "[email protected]", "mobile" : "15663658888", "telephone" : "0451-12365478", "country" : "\u4e2d\u56fd", "nation" : "\u6c49\u65cf", "origin" : "\u9ed1\u9f99\u6c5f\u7701\u54c8\u5c14\u6ee8\u5e02", "education" : "\u535a\u58eb\u7814\u7a76\u751f", "iswork" : "\u662f"}
json_instruct
{"type": "object", "properties": {"gid": {"type": "string"}, "name": {"type": "string"}, "password": {"type": "string"}, "accountNum": {"type": "string"}, "title": {"type": "string"}, "dept": {"type": "string"}, "sex": {"type": "string"}, "birthday": {"type": "string"}, "idCard": {"type": "string"}, "email": {"type": "string"}, "mobile": {"type": "string"}, "telephone": {"type": "string"}, "country": {"type": "string"}, "nation": {"type": "string"}, "origin": {"type": "string"}, "education": {"type": "string"}, "iswork": {"type": "string"}}, "required": ["gid", "name", "password", "accountNum", "title", "dept", "sex", "birthday", "idCard", "email", "mobile", "telephone", "country", "nation", "origin", "education", "iswork"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "maxAge": {"type": "object", "properties": {"timestampInMs": {"type": "integer"}}, "required": ["timestampInMs"]}}, "required": ["version", "maxAge"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "012011252111002", "maxAge" : {"timestampInMs" : 1608309176773}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "maxAge": {"type": "object", "properties": {"timestampInMs": {"type": "integer"}}, "required": ["timestampInMs"]}}, "required": ["version", "maxAge"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "OSWAP", "address" : "0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93", "overview" : {"en" : ""}, "email" : "", "website" : "https://www.openswap.xyz/", "state" : "NORMAL", "links" : {"blog" : "https://openswapdex.medium.com/", "twitter" : "https://twitter.com/openswapdex", "telegram" : "", "github" : ""}}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Evaluate the six trig functions using a right triangle and secant of theta\n\n[imath]\\sec \\theta=2[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=WJb0n5BQ5Ng"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1220040103", "district_id" : "1220040", "name" : "RAHUNING JAE"}
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"Megane": {"type": "array", "items": {"type": "string"}}}, "required": ["Megane"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Megane" : ["AnimeCharacterTypes", "ScaryShinyGlasses", "Meganekko", "GlassesTropes", "Moe", "Meganekko", "TheStoic", "StoicSpectacles", "BespectacledBastardBoyfriend", "SexySpectacles"]}
json_instruct
{"type": "object", "properties": {"Megane": {"type": "array", "items": {"type": "string"}}}, "required": ["Megane"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_hwxc5z8", "name" : "enrimbeauty"}, "date" : {"day" : 1602288000, "full" : 1602337360, "month" : 1601510400, "week" : 1601769600}, "id" : "t3_j8koz6", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 97031, "fullUrl" : "https://preview.redd.it/qsttpkw1t9s51.jpg?auto=webp&s=7f3c3d1a2dc6a3733ce837e03858525b54144c42", "hash" : "b11c587085", "height" : 722, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAA4DASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgX/xAAiEAABBAEEAgMAAAAAAAAAAAABAgMEEQUAEiEiBkETMbH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABwRAAEEAwEAAAAAAAAAAAAAAAEAAhEhAxITof/aAAwDAQACEQMRAD8ATT5GHRgoTceHBLhipBV8abIUB7PNE+yNGkYPDs4Z5LkSJJliUNzTZSHU9VWomx0uqGpWejeOx8Hj3WpyJiSylsIcdFsXR6ixf4LOjPkza2YyFQWI6W3HNwLTu9dV7AJ45+9UMbkBsjVCecVM+L//2Q==", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/7yFbNhETW1DBOQY_T1TE_MSVVvgMB58CzzqLijCwCZs.jpg", "url" : "https://preview.redd.it/qsttpkw1t9s51.jpg?width=640&crop=smart&auto=webp&s=620de18602b118526e1680662e9b86453b8edad8", "width" : 640}, "score" : {"comments" : 1, "downs" : 0, "isCurated" : false, "ratio" : 0.98, "ups" : 154, "value" : 154}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Vessel"], "title" : "Great Roc, 6 Person Mount", "url" : "https://www.reddit.com/r/dndmaps/comments/j8koz6/great_roc_6_person_mount/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"usage-with-cra": {"type": "string"}, "usage-with-nextjs": {"type": "string"}, "typescript-guide": {"type": "string"}}, "required": ["usage-with-cra", "usage-with-nextjs", "typescript-guide"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"usage-with-cra" : "Usage With CRA", "usage-with-nextjs" : "Usage With Next.js", "typescript-guide" : "TypeScript Guide"}
json_instruct
{"type": "object", "properties": {"usage-with-cra": {"type": "string"}, "usage-with-nextjs": {"type": "string"}, "typescript-guide": {"type": "string"}}, "required": ["usage-with-cra", "usage-with-nextjs", "typescript-guide"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"resourceName": {"type": "string"}, "attr_character_encoding": {"type": "object", "properties": {"Contract_Party.role": {"type": "string"}, "Contract_Party.extension": {"type": "string"}, "Contract_Party.reference": {"type": "string"}, "Contract_Party.modifierExtension": {"type": "string"}, "Contract_Party.id": {"type": "string"}}, "required": ["Contract_Party.role", "Contract_Party.extension", "Contract_Party.reference", "Contract_Party.modifierExtension", "Contract_Party.id"]}}, "required": ["resourceName", "attr_character_encoding"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceName" : "Contract_Party", "attr_character_encoding" : {"Contract_Party.role" : "utf-8", "Contract_Party.extension" : "utf-8", "Contract_Party.reference" : "utf-8", "Contract_Party.modifierExtension" : "utf-8", "Contract_Party.id" : "utf-8"}}
json_instruct
{"type": "object", "properties": {"resourceName": {"type": "string"}, "attr_character_encoding": {"type": "object", "properties": {"Contract_Party.role": {"type": "string"}, "Contract_Party.extension": {"type": "string"}, "Contract_Party.reference": {"type": "string"}, "Contract_Party.modifierExtension": {"type": "string"}, "Contract_Party.id": {"type": "string"}}, "required": ["Contract_Party.role", "Contract_Party.extension", "Contract_Party.reference", "Contract_Party.modifierExtension", "Contract_Party.id"]}}, "required": ["resourceName", "attr_character_encoding"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "values": {"type": "array", "items": {"type": "integer"}}, "labels": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "values", "labels"]}}, "layout": {"type": "object", "properties": {}, "required": []}}, "required": ["data", "layout"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : [{"type" : "pie", "values" : [15, 26, 88], "labels" : ["banana", "apple", "orange"]}], "layout" : {}}
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "values": {"type": "array", "items": {"type": "integer"}}, "labels": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "values", "labels"]}}, "layout": {"type": "object", "properties": {}, "required": []}}, "required": ["data", "layout"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"class": {"type": "object", "properties": {"reference:leftOwner:target:rightOwner:target:": {"type": "string"}}, "required": ["reference:leftOwner:target:rightOwner:target:"]}, "instance": {"type": "object", "properties": {"printOn:": {"type": "string"}, "setReference:leftOwner:target:rightOwner:target:": {"type": "string"}, "squotReflectOn:in:withValue:": {"type": "string"}, "squotValueShadowFrom:reflectedIn:": {"type": "string"}}, "required": ["printOn:", "setReference:leftOwner:target:rightOwner:target:", "squotReflectOn:in:withValue:", "squotValueShadowFrom:reflectedIn:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {"reference:leftOwner:target:rightOwner:target:" : "jr 12/24/2020 01:03"}, "instance" : {"printOn:" : "jr 6/16/2021 21:19", "setReference:leftOwner:target:rightOwner:target:" : "jr 12/24/2020 01:03", "squotReflectOn:in:withValue:" : "jr 6/20/2021 21:01", "squotValueShadowFrom:reflectedIn:" : "jr 7/18/2021 00:37"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"reference:leftOwner:target:rightOwner:target:": {"type": "string"}}, "required": ["reference:leftOwner:target:rightOwner:target:"]}, "instance": {"type": "object", "properties": {"printOn:": {"type": "string"}, "setReference:leftOwner:target:rightOwner:target:": {"type": "string"}, "squotReflectOn:in:withValue:": {"type": "string"}, "squotValueShadowFrom:reflectedIn:": {"type": "string"}}, "required": ["printOn:", "setReference:leftOwner:target:rightOwner:target:", "squotReflectOn:in:withValue:", "squotValueShadowFrom:reflectedIn:"]}}, "required": ["class", "instance"], "$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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "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": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-rv4x-88cg-xjcp", "modified" : "2022-05-13T01:24:46Z", "published" : "2022-05-13T01:24:46Z", "aliases" : ["CVE-2016-5870"], "details" : "The msm_ipc_router_close function in net/ipc_router/ipc_router_socket.c in the ipc_router component for the Linux kernel 3.x, as used in Qualcomm Innovation Center (QuIC) Android contributions for MSM devices and other products, allow attackers to cause a denial of service (NULL pointer dereference) or possibly have unspecified other impact by triggering failure of an accept system call for an AF_MSM_IPC socket.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2016-5870"}, {"type" : "WEB", "url" : "https://source.codeaurora.org/quic/la//kernel/msm-3.18/commit/?id=71fe5361cbef34e2d606b79e8936a910a3e95566"}, {"type" : "WEB", "url" : "https://www.codeaurora.org/null-pointer-dereference-when-processing-accept-system-call-user-process-afmsmipc-sockets-cve-2016"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/97414"}], "database_specific" : {"cwe_ids" : ["CWE-476"], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "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": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"apiVersion": {"type": "string"}, "dataVersion": {"type": "string"}, "termsAndConditions": {"type": "string"}, "response": {"type": "object", "properties": {"partpostcode": {"type": "string"}, "postcodes": {"type": "array", "items": {"type": "object", "properties": {"postcode": {"type": "string"}, "streetName": {"type": "string"}, "townName": {"type": "string"}, "addressCount": {"type": "integer"}, "firstUprn": {"type": "integer"}, "postTown": {"type": "string"}}, "required": ["postcode", "streetName", "townName", "addressCount", "firstUprn", "postTown"]}}, "filter": {"type": "string"}, "historical": {"type": "boolean"}, "epoch": {"type": "string"}, "limit": {"type": "integer"}, "offset": {"type": "integer"}, "total": {"type": "integer"}, "maxScore": {"type": "integer"}, "verbose": {"type": "boolean"}}, "required": ["partpostcode", "postcodes", "filter", "historical", "epoch", "limit", "offset", "total", "maxScore", "verbose"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}, "errors": {"type": "array", "items": {}}}, "required": ["apiVersion", "dataVersion", "termsAndConditions", "response", "status", "errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"apiVersion" : "1.0.0-SNAPSHOT", "dataVersion" : "80", "termsAndConditions" : "https://census.gov.uk/terms-and-conditions", "response" : {"partpostcode" : "B15 3Q", "postcodes" : [{"postcode" : "B15 3QB", "streetName" : "Astonbury", "townName" : "Birmingham", "addressCount" : 7, "firstUprn" : 100070280972, "postTown" : "Birmingham"}, {"postcode" : "B15 3QD", "streetName" : "Norfolk Road", "townName" : "Edgbaston", "addressCount" : 4, "firstUprn" : 10094294961, "postTown" : "Birmingham"}, {"postcode" : "B15 3QE", "streetName" : "Westfield Road", "townName" : "Edgbaston", "addressCount" : 7, "firstUprn" : 100070559277, "postTown" : "Birmingham"}, {"postcode" : "B15 3QF", "streetName" : "Westfield Road", "townName" : "Edgbaston", "addressCount" : 20, "firstUprn" : 100070559254, "postTown" : "Birmingham"}, {"postcode" : "B15 3QG", "streetName" : "Westfield Road", "townName" : "Edgbaston", "addressCount" : 20, "firstUprn" : 10093330039, "postTown" : "Birmingham"}, {"postcode" : "B15 3QH", "streetName" : "Woodbourne Road", "townName" : "Edgbaston", "addressCount" : 10, "firstUprn" : 100070568744, "postTown" : "Birmingham"}, {"postcode" : "B15 3QH", "streetName" : "Woodbourne Road", "townName" : "Harborne", "addressCount" : 1, "firstUprn" : 100071308757, "postTown" : "Birmingham"}, {"postcode" : "B15 3QJ", "streetName" : "Woodbourne Road", "townName" : "Edgbaston", "addressCount" : 6, "firstUprn" : 100070568747, "postTown" : "Birmingham"}, {"postcode" : "B15 3QL", "streetName" : "Antringham Gardens", "townName" : "Birmingham", "addressCount" : 26, "firstUprn" : 100070277116, "postTown" : "Birmingham"}, {"postcode" : "B15 3QP", "streetName" : "Harrisons Road", "townName" : "Birmingham", "addressCount" : 2, "firstUprn" : 100070394222, "postTown" : "Birmingham"}, {"postcode" : "B15 3QQ", "streetName" : "Westfield Road", "townName" : "Edgbaston", "addressCount" : 13, "firstUprn" : 100070559292, "postTown" : "Birmingham"}, {"postcode" : "B15 3QR", "streetName" : "Harrisons Road", "townName" : "Birmingham", "addressCount" : 30, "firstUprn" : 100070394218, "postTown" : "Birmingham"}], "filter" : "", "historical" : false, "epoch" : "", "limit" : 100, "offset" : 0, "total" : 12, "maxScore" : 1, "verbose" : false}, "status" : {"code" : 200, "message" : "Ok"}, "errors" : []}
json_instruct
{"type": "object", "properties": {"apiVersion": {"type": "string"}, "dataVersion": {"type": "string"}, "termsAndConditions": {"type": "string"}, "response": {"type": "object", "properties": {"partpostcode": {"type": "string"}, "postcodes": {"type": "array", "items": {"type": "object", "properties": {"postcode": {"type": "string"}, "streetName": {"type": "string"}, "townName": {"type": "string"}, "addressCount": {"type": "integer"}, "firstUprn": {"type": "integer"}, "postTown": {"type": "string"}}, "required": ["postcode", "streetName", "townName", "addressCount", "firstUprn", "postTown"]}}, "filter": {"type": "string"}, "historical": {"type": "boolean"}, "epoch": {"type": "string"}, "limit": {"type": "integer"}, "offset": {"type": "integer"}, "total": {"type": "integer"}, "maxScore": {"type": "integer"}, "verbose": {"type": "boolean"}}, "required": ["partpostcode", "postcodes", "filter", "historical", "epoch", "limit", "offset", "total", "maxScore", "verbose"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}, "errors": {"type": "array", "items": {}}}, "required": ["apiVersion", "dataVersion", "termsAndConditions", "response", "status", "errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : "Michael A Trevino"}, {"author" : "Trent J Herda"}, {"author" : "Michael A Cooper"}], "doi" : "10.1186/1756-0500-7-611", "publication_date" : "2014-09-10", "id" : "EN115764", "url" : "https://pubmed.ncbi.nlm.nih.gov/25194883", "source" : "BMC research notes", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "One participant that acquired acute type III spinal poliomyelitis (Caucasian male, age = 29 yrs) at 3 months of age and three healthy participants (Caucasian females, age = 19.7 \u00b1 2.1 yrs) participated in this study. The polio participant reported neuromuscular deficiencies as a result of disease in the hips, knees, buttocks, thighs, and lower legs. None of the healthy participants reported any current or ongoing neuromuscular diseases or musculoskeletal injuries."}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"type": "number"}, "id": {"type": "string"}}, "required": ["category", "city", "em_sigma_b", "cum_star", "name", "em_sigma_p", "lat", "lng", "em_star", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"category" : ["Restaurants", "Sushi Bars", "Japanese"], "city" : "Las Vegas", "em_sigma_b" : 0.013357312226413759, "cum_star" : 3.8530670470756063, "name" : "Shibuya", "em_sigma_p" : 0.003196181993082588, "lat" : 36.102702760599996, "lng" : -115.169267336, "em_star" : 3.775106090651526, "id" : "KVsv8wRGnLX8QWoNZKNMQA"}
json_instruct
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"type": "number"}, "id": {"type": "string"}}, "required": ["category", "city", "em_sigma_b", "cum_star", "name", "em_sigma_p", "lat", "lng", "em_star", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "node_name": {"type": "array", "items": {"type": "string"}}, "collapse": {"type": "boolean"}, "metric_names": {"type": "array", "items": {"type": "string"}}, "unit_id": {"type": "integer"}, "rule": {"type": "object", "properties": {"condition": {"type": "string"}, "expr": {"type": "string"}, "message": {"type": "string"}, "label": {"type": "string"}}, "required": ["condition", "expr", "message", "label"]}, "fix": {"type": "object", "properties": {"fixable": {"type": "boolean"}}, "required": ["fixable"]}}, "required": ["type", "node_name", "collapse", "metric_names", "unit_id", "rule", "fix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "SQLOperator", "node_name" : ["HDFS_SCAN_NODE", "KUDU_SCAN_NODE", "HBASE_SCAN_NODE"], "collapse" : true, "metric_names" : ["NumColumns", "LocalTime"], "unit_id" : 5, "rule" : {"condition" : "vars['NumColumns'] > 15", "expr" : "float(vars['NumColumns'] - 15) / float(vars['NumColumns']) * vars['LocalTime']", "message" : "Number of materialized columns is high (>15). Consider materializing less columns to improve the performance.", "label" : "Many Materialized Columns"}, "fix" : {"fixable" : false}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "node_name": {"type": "array", "items": {"type": "string"}}, "collapse": {"type": "boolean"}, "metric_names": {"type": "array", "items": {"type": "string"}}, "unit_id": {"type": "integer"}, "rule": {"type": "object", "properties": {"condition": {"type": "string"}, "expr": {"type": "string"}, "message": {"type": "string"}, "label": {"type": "string"}}, "required": ["condition", "expr", "message", "label"]}, "fix": {"type": "object", "properties": {"fixable": {"type": "boolean"}}, "required": ["fixable"]}}, "required": ["type", "node_name", "collapse", "metric_names", "unit_id", "rule", "fix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"pairwise": {"type": "object", "properties": {"augmentation_flags": {"type": "object", "properties": {"color_drop": {"type": "boolean"}, "color_jitter": {"type": "boolean"}, "crop": {"type": "boolean"}, "cut_out": {"type": "boolean"}, "gaussian_blur": {"type": "boolean"}, "random_crop": {"type": "boolean"}, "resize": {"type": "boolean"}, "rotate": {"type": "boolean"}, "gaussian_noise": {"type": "boolean"}, "sobel_filter": {"type": "boolean"}}, "required": ["color_drop", "color_jitter", "crop", "cut_out", "gaussian_blur", "random_crop", "resize", "rotate", "gaussian_noise", "sobel_filter"]}}, "required": ["augmentation_flags"]}, "contrastive": {"type": "object", "properties": {"augmentation_flags": {"type": "object", "properties": {"color_drop": {"type": "boolean"}, "color_jitter": {"type": "boolean"}, "crop": {"type": "boolean"}, "cut_out": {"type": "boolean"}, "gaussian_blur": {"type": "boolean"}, "random_crop": {"type": "boolean"}, "resize": {"type": "boolean"}, "rotate": {"type": "boolean"}, "gaussian_noise": {"type": "boolean"}, "sobel_filter": {"type": "boolean"}}, "required": ["color_drop", "color_jitter", "crop", "cut_out", "gaussian_blur", "random_crop", "resize", "rotate", "gaussian_noise", "sobel_filter"]}}, "required": ["augmentation_flags"]}}, "required": ["pairwise", "contrastive"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pairwise" : {"augmentation_flags" : {"color_drop" : false, "color_jitter" : false, "crop" : false, "cut_out" : false, "gaussian_blur" : false, "random_crop" : false, "resize" : true, "rotate" : false, "gaussian_noise" : false, "sobel_filter" : false}}, "contrastive" : {"augmentation_flags" : {"color_drop" : false, "color_jitter" : false, "crop" : false, "cut_out" : false, "gaussian_blur" : false, "random_crop" : false, "resize" : true, "rotate" : false, "gaussian_noise" : false, "sobel_filter" : false}}}
json_instruct
{"type": "object", "properties": {"pairwise": {"type": "object", "properties": {"augmentation_flags": {"type": "object", "properties": {"color_drop": {"type": "boolean"}, "color_jitter": {"type": "boolean"}, "crop": {"type": "boolean"}, "cut_out": {"type": "boolean"}, "gaussian_blur": {"type": "boolean"}, "random_crop": {"type": "boolean"}, "resize": {"type": "boolean"}, "rotate": {"type": "boolean"}, "gaussian_noise": {"type": "boolean"}, "sobel_filter": {"type": "boolean"}}, "required": ["color_drop", "color_jitter", "crop", "cut_out", "gaussian_blur", "random_crop", "resize", "rotate", "gaussian_noise", "sobel_filter"]}}, "required": ["augmentation_flags"]}, "contrastive": {"type": "object", "properties": {"augmentation_flags": {"type": "object", "properties": {"color_drop": {"type": "boolean"}, "color_jitter": {"type": "boolean"}, "crop": {"type": "boolean"}, "cut_out": {"type": "boolean"}, "gaussian_blur": {"type": "boolean"}, "random_crop": {"type": "boolean"}, "resize": {"type": "boolean"}, "rotate": {"type": "boolean"}, "gaussian_noise": {"type": "boolean"}, "sobel_filter": {"type": "boolean"}}, "required": ["color_drop", "color_jitter", "crop", "cut_out", "gaussian_blur", "random_crop", "resize", "rotate", "gaussian_noise", "sobel_filter"]}}, "required": ["augmentation_flags"]}}, "required": ["pairwise", "contrastive"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "bin": {"type": "object", "properties": {"mockserver": {"type": "string"}}, "required": ["mockserver"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chokidar": {"type": "string"}, "colors": {"type": "string"}, "compression": {"type": "string"}, "connect": {"type": "string"}, "iconv-lite": {"type": "string"}, "log4js": {"type": "string"}, "mime-types": {"type": "string"}, "minimist": {"type": "string"}, "mkdirp": {"type": "string"}, "mockjs": {"type": "string"}, "parseurl": {"type": "string"}, "path-to-regexp": {"type": "string"}, "qs": {"type": "string"}, "static-combo": {"type": "string"}, "serve-index": {"type": "string"}, "serve-static": {"type": "string"}}, "required": ["chokidar", "colors", "compression", "connect", "iconv-lite", "log4js", "mime-types", "minimist", "mkdirp", "mockjs", "parseurl", "path-to-regexp", "qs", "static-combo", "serve-index", "serve-static"]}, "devDependencies": {"type": "object", "properties": {"mkdirp": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["mkdirp", "morgan"]}}, "required": ["name", "version", "description", "main", "engines", "repository", "scripts", "bin", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mockserver", "version" : "1.0.0", "description" : "A platform of mocking data and providing interface management ", "main" : "start.js", "engines" : {"node" : "5.2.0"}, "repository" : "https://github.com/darrenCoding/mockserver", "scripts" : {"start" : "node start"}, "bin" : {"mockserver" : "./bin/server.js"}, "author" : "darren", "license" : "MIT", "dependencies" : {"chokidar" : "^1.4.3", "colors" : "^1.1.2", "compression" : "^1.6.0", "connect" : "^3.4.0", "iconv-lite" : "^0.4.13", "log4js" : "^0.6.29", "mime-types" : "^2.1.9", "minimist" : "^1.2.0", "mkdirp" : "^0.5.1", "mockjs" : "^1.0.0", "parseurl" : "^1.3.0", "path-to-regexp" : "^1.2.1", "qs" : "^6.0.1", "static-combo" : "^1.0.6", "serve-index" : "^1.7.3", "serve-static" : "^1.10.2"}, "devDependencies" : {"mkdirp" : "^0.5.1", "morgan" : "^1.6.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "bin": {"type": "object", "properties": {"mockserver": {"type": "string"}}, "required": ["mockserver"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chokidar": {"type": "string"}, "colors": {"type": "string"}, "compression": {"type": "string"}, "connect": {"type": "string"}, "iconv-lite": {"type": "string"}, "log4js": {"type": "string"}, "mime-types": {"type": "string"}, "minimist": {"type": "string"}, "mkdirp": {"type": "string"}, "mockjs": {"type": "string"}, "parseurl": {"type": "string"}, "path-to-regexp": {"type": "string"}, "qs": {"type": "string"}, "static-combo": {"type": "string"}, "serve-index": {"type": "string"}, "serve-static": {"type": "string"}}, "required": ["chokidar", "colors", "compression", "connect", "iconv-lite", "log4js", "mime-types", "minimist", "mkdirp", "mockjs", "parseurl", "path-to-regexp", "qs", "static-combo", "serve-index", "serve-static"]}, "devDependencies": {"type": "object", "properties": {"mkdirp": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["mkdirp", "morgan"]}}, "required": ["name", "version", "description", "main", "engines", "repository", "scripts", "bin", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xe5a04d98538231b0fab9aba60cd73ce4ff3039df", "tool" : "maian", "start" : 1565102466.5472438, "end" : 1565102691.3254454, "duration" : 224.7782015800476, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"resolution": {"type": "array", "items": {"type": "integer"}}, "fps": {"type": "integer"}, "distortionCoefficients": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "cameraMatrix": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "sensorSize": {"type": "array", "items": {"type": "number"}}}, "required": ["resolution", "fps", "distortionCoefficients", "cameraMatrix", "sensorSize"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resolution" : [640, 480], "fps" : 90, "distortionCoefficients" : [[-0.24339631378661117, 5.344425036584157, -0.0035420157243064624, -0.020096430775168855, -24.901272170502228]], "cameraMatrix" : [[855.7235669854737, 0.0, 283.7467941132368], [0.0, 853.8118174282845, 303.0254877066016], [0.0, 0.0, 1.0]], "sensorSize" : [3.68, 2.76]}
json_instruct
{"type": "object", "properties": {"resolution": {"type": "array", "items": {"type": "integer"}}, "fps": {"type": "integer"}, "distortionCoefficients": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "cameraMatrix": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "sensorSize": {"type": "array", "items": {"type": "number"}}}, "required": ["resolution", "fps", "distortionCoefficients", "cameraMatrix", "sensorSize"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "category", "materialtype", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Peda\u00e7o de Ferro Branco", "description" : "Pode ser transformado em algo incr\u00edvel em m\u00e3os habilidosas.", "category" : "EXCHANGE", "materialtype" : "Min\u00e9rio de Forjamento", "source" : ["Encontrado na Natureza", "Recomenda\u00e7\u00e3o: Encontrado nas Montanhas do Precursor do Vento", "Recomenda\u00e7\u00e3o: Encontrado no Reino dos Lobos"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "category", "materialtype", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "Apple Magician Girl", "number" : "56132807", "is_illegal" : false, "text" : "Once per turn, if this card is targeted for an attack: You can Special Summon 1 Level 5 or lower Spellcaster-Type monster from your hand, then change the attack target to it, and if you do, the attacking monster's ATK becomes half its current ATK. If this card is destroyed by battle or card effect: You can target up to 3 other \"Magician Girl\" monsters with different names in your Graveyard; add them to your hand.", "type" : "Monster", "is_monster" : true, "is_spell" : false, "is_trap" : false, "species" : "Spellcaster", "attack" : "1200", "defense" : "800", "attribute" : "FIRE", "is_pendulum" : false, "is_xyz" : false, "is_synchro" : false, "is_fusion" : false, "is_link" : false, "is_extra_deck" : false, "monster_types" : ["Effect"], "stars" : "3"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "dataset": {"type": "array", "items": {"type": "string"}}, "additionalProperty": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}, "valueReference": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["@type", "name", "url"]}}}, "required": ["@type", "name", "value", "valueReference"]}}}, "required": ["@context", "@type", "identifier", "name", "url", "description", "dataset", "additionalProperty"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@context" : "http://schema.org", "@type" : ["BioChemEntity", "Sample"], "identifier" : ["biosamples:SAMN00001868", "mmp.ref:MMP00001868"], "name" : "Kosmotoga olearia TBF 19.5.1", "url" : "https://mmp.sfb.uit.no/databases/marref/#/records/MMP00001868", "description" : "Kosmotoga olearia TBF 19.5.1. Kosmotoga olearia TBF 19.5.1 was isolated from an oil deposit and will be used for comparative analysis with other members of the Thermotogales.", "dataset" : ["http://www.ebi.ac.uk/ena/data/search?query=PRJNA29419", "https://www.arb-silva.de/search/show/ssu/insdc/29419", "https://www.arb-silva.de/search/show/lsu/insdc/29419", "http://www.ebi.ac.uk/ena/data/view/GCA_000023325.1"], "additionalProperty" : [{"@type" : "PropertyValue", "name" : "Geographic Location (GAZ)", "value" : "North Sea oil and gas field sector", "valueReference" : [{"@type" : "CategoryCode", "name" : "North Sea oil and gas field sector", "url" : "https://www.ebi.ac.uk/ols/ontologies/gaz/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FGAZ_00008609"}]}, {"@type" : "PropertyValue", "name" : "Organism", "value" : "Kosmotoga olearia", "valueReference" : [{"@type" : "CategoryCode", "name" : "Kosmotoga olearia", "url" : "https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=521045"}]}]}
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "dataset": {"type": "array", "items": {"type": "string"}}, "additionalProperty": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}, "valueReference": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["@type", "name", "url"]}}}, "required": ["@type", "name", "value", "valueReference"]}}}, "required": ["@context", "@type", "identifier", "name", "url", "description", "dataset", "additionalProperty"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "properties": {"type": "object", "properties": {"_id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "title": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["_id", "title"]}}, "required": ["$schema", "title", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "sources", "properties" : {"_id" : {"type" : "string"}, "title" : {"type" : "string"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "properties": {"type": "object", "properties": {"_id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "title": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["_id", "title"]}}, "required": ["$schema", "title", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"market": {"type": "string"}, "profile": {"type": "string"}, "nft": {"type": "string"}, "guru": {"type": "string"}, "sGuru": {"type": "string"}, "staking": {"type": "string"}, "router": {"type": "string"}, "publicRpcUrl": {"type": "string"}, "usdc": {"type": "string"}, "tokens": {"type": "object", "properties": {"0x057e0bd9b797f9eeeb8307b35dbc8c12e534c41e": {"type": "object", "properties": {"symbol": {"type": "string"}, "unit": {"type": "string"}, "usdSwapRoute": {"type": "array", "items": {"type": "string"}}}, "required": ["symbol", "unit", "usdSwapRoute"]}, "0x2791bca1f2de4661ed88a30c99a7a9449aa84174": {"type": "object", "properties": {"symbol": {"type": "string"}, "unit": {"type": "string"}}, "required": ["symbol", "unit"]}}, "required": ["0x057e0bd9b797f9eeeb8307b35dbc8c12e534c41e", "0x2791bca1f2de4661ed88a30c99a7a9449aa84174"]}}, "required": ["market", "profile", "nft", "guru", "sGuru", "staking", "router", "publicRpcUrl", "usdc", "tokens"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"market" : "0x2b40Ad77d376521671A1B6612B561196Be3B42bF", "profile" : "0x5c2D175554cC218c8F507605bcD60c3638FA0e7a", "nft" : "0x11Ba138F7B6Bf72e84fC052302859fd7d3ee6725", "guru" : "0x057E0bd9B797f9Eeeb8307B35DbC8c12E534c41E", "sGuru" : "0x04568467f0AAe5fb85Bf0e031ee66FF2C200a6Fb", "staking" : "0x4Eef9cb4D2DA4AB2A76a4477E9d2b07f403f0675", "router" : "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506", "publicRpcUrl" : "https://rpc-mainnet.matic.network/", "usdc" : "0x2791bca1f2de4661ed88a30c99a7a9449aa84174", "tokens" : {"0x057e0bd9b797f9eeeb8307b35dbc8c12e534c41e" : {"symbol" : "GURU", "unit" : "gwei", "usdSwapRoute" : ["0x2791bca1f2de4661ed88a30c99a7a9449aa84174", "0x8f3cf7ad23cd3cadbd9735aff958023239c6a063", "0x057e0bd9b797f9eeeb8307b35dbc8c12e534c41e"]}, "0x2791bca1f2de4661ed88a30c99a7a9449aa84174" : {"symbol" : "USDC", "unit" : "mwei"}}}
json_instruct
{"type": "object", "properties": {"market": {"type": "string"}, "profile": {"type": "string"}, "nft": {"type": "string"}, "guru": {"type": "string"}, "sGuru": {"type": "string"}, "staking": {"type": "string"}, "router": {"type": "string"}, "publicRpcUrl": {"type": "string"}, "usdc": {"type": "string"}, "tokens": {"type": "object", "properties": {"0x057e0bd9b797f9eeeb8307b35dbc8c12e534c41e": {"type": "object", "properties": {"symbol": {"type": "string"}, "unit": {"type": "string"}, "usdSwapRoute": {"type": "array", "items": {"type": "string"}}}, "required": ["symbol", "unit", "usdSwapRoute"]}, "0x2791bca1f2de4661ed88a30c99a7a9449aa84174": {"type": "object", "properties": {"symbol": {"type": "string"}, "unit": {"type": "string"}}, "required": ["symbol", "unit"]}}, "required": ["0x057e0bd9b797f9eeeb8307b35dbc8c12e534c41e", "0x2791bca1f2de4661ed88a30c99a7a9449aa84174"]}}, "required": ["market", "profile", "nft", "guru", "sGuru", "staking", "router", "publicRpcUrl", "usdc", "tokens"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["vaju"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import { makeStyles } from '@material-ui/core/styles';\nexport default makeStyles(() => ({\n appBar: {\n borderRadius: 15,\n margin: '30px 0',\n display: 'flex',\n flexDirection: 'row',\n justifyContent: 'center',\n alignItems: 'center'\n },\n heading: {\n color: '#f50057'\n },\n image: {\n marginLeft: '15px'\n }\n}));", "map" : {"version" : 3, "sources" : ["/Users/hyfbe/Desktop/events-project/client/src/styles.js"], "names" : ["makeStyles", "appBar", "borderRadius", "margin", "display", "flexDirection", "justifyContent", "alignItems", "heading", "color", "image", "marginLeft"], "mappings" : "AAAA,SAAQA,UAAR,QAAyB,0BAAzB;AAEA,eAAeA,UAAU,CAAC,OAAO;AAC7BC,EAAAA,MAAM,EAAE;AACJC,IAAAA,YAAY,EAAE,EADV;AAEJC,IAAAA,MAAM,EAAE,QAFJ;AAGJC,IAAAA,OAAO,EAAE,MAHL;AAIJC,IAAAA,aAAa,EAAE,KAJX;AAKJC,IAAAA,cAAc,EAAE,QALZ;AAMJC,IAAAA,UAAU,EAAE;AANR,GADqB;AAS3BC,EAAAA,OAAO,EAAE;AACPC,IAAAA,KAAK,EAAE;AADA,GATkB;AAY3BC,EAAAA,KAAK,EAAE;AACLC,IAAAA,UAAU,EAAE;AADP;AAZoB,CAAP,CAAD,CAAzB", "sourcesContent" : ["import {makeStyles} from '@material-ui/core/styles';\n\nexport default makeStyles(() => ({\n appBar: {\n borderRadius: 15,\n margin: '30px 0',\n display: 'flex',\n flexDirection: 'row',\n justifyContent: 'center',\n alignItems: 'center',\n },\n heading: {\n color: '#f50057',\n },\n image: {\n marginLeft: '15px',\n },\n }));\n "]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"900055315": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900055316": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900055317": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900055318": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900055315", "900055316", "900055317", "900055318"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900055315" : {"nama" : "TPS 1", "dapil" : [1202, 11207, 2122001]}, "900055316" : {"nama" : "TPS 2", "dapil" : [1202, 11207, 2122001]}, "900055317" : {"nama" : "TPS 3", "dapil" : [1202, 11207, 2122001]}, "900055318" : {"nama" : "TPS 4", "dapil" : [1202, 11207, 2122001]}}
json_instruct
{"type": "object", "properties": {"900055315": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900055316": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900055317": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900055318": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900055315", "900055316", "900055317", "900055318"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "null"}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subject" : "SPHS", "catalog_nbr" : 813, "section" : 401, "class_nbr" : 1210, "title" : "FIT DISP AMP L", "component" : "Lab", "units" : 1, "bldg" : "TBA", "room" : "TBA", "days" : "Tu", "time" : "12", "instructor" : "SJOBLAD,STEPHANIE J", "load" : "50", "rank" : "INST", "attributes" : null, "enrl_cap" : 14, "enrl_tot" : 12, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}, {"subject" : "SPHS", "catalog_nbr" : 813, "section" : 1, "class_nbr" : 1209, "title" : "FIT DISP AMPLIF SYS", "component" : "Lecture", "units" : 3, "bldg" : "Bondurant Hall", "room" : "1074", "days" : "Tu", "time" : "09", "instructor" : "SJOBLAD,STEPHANIE J", "load" : "50", "rank" : "INST", "attributes" : null, "enrl_cap" : 14, "enrl_tot" : 12, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "null"}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"redux-form.js": {"type": "string"}, "redux-form.min.js": {"type": "string"}}, "required": ["redux-form.js", "redux-form.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"redux-form.js" : "sha256-CeuKqDlMBgYVJpi7QvujhnNK6/Qbr1Fj8yAGdUi/bJI=", "redux-form.min.js" : "sha256-keUlma/bNPo2HcIxMZ/2luTe1HsOZz3C/WiHP8VibMs="}
json_instruct
{"type": "object", "properties": {"redux-form.js": {"type": "string"}, "redux-form.min.js": {"type": "string"}}, "required": ["redux-form.js", "redux-form.min.js"], "$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"}, "exports": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "type": {"type": "string"}, "dependencies": {"type": "object", "properties": {"minimist": {"type": "string"}, "music-metadata": {"type": "string"}}, "required": ["minimist", "music-metadata"]}}, "required": ["name", "version", "exports", "author", "license", "bin", "type", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "musix", "version" : "0.1.0", "exports" : "./index.js", "author" : "Binyamin Aron Green (https://binyam.in)", "license" : "MIT", "bin" : "index.js", "type" : "module", "dependencies" : {"minimist" : "^1.2.5", "music-metadata" : "^7.11.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "exports": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "type": {"type": "string"}, "dependencies": {"type": "object", "properties": {"minimist": {"type": "string"}, "music-metadata": {"type": "string"}}, "required": ["minimist", "music-metadata"]}}, "required": ["name", "version", "exports", "author", "license", "bin", "type", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"created": {"type": "string"}, "creator": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}, "modified": {"type": "string"}, "tags": {"type": "string"}, "type": {"type": "string"}, "modifier": {"type": "string"}, "cpl.title": {"type": "string"}, "cpl.author": {"type": "string"}, "cpl.name": {"type": "string"}, "cpl.description": {"type": "string"}, "cpl.uri": {"type": "string"}, "cpl.readme": {"type": "string"}, "cpl.sourse": {"type": "string"}, "cpl.plugin-type": {"type": "string"}}, "required": ["created", "creator", "text", "title", "modified", "tags", "type", "modifier", "cpl.title", "cpl.author", "cpl.name", "cpl.description", "cpl.uri", "cpl.readme", "cpl.sourse", "cpl.plugin-type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"created" : "20211209172459204", "creator" : "\u6797\u4e00\u4e8c", "text" : "", "title" : "linonetwo/zx-script", "modified" : "20211209172611891", "tags" : "$:/tags/PluginWiki", "type" : "text/vnd.tiddlywiki", "modifier" : "\u6797\u4e00\u4e8c", "cpl.title" : "$:/plugins/linonetwo/zx-script", "cpl.author" : "LinOnetwo", "cpl.name" : "ZX Script Executor", "cpl.description" : "ZX is a tool for writing better scripts, this plugin allows you to execute a tiddler with zx.", "cpl.uri" : "https://github.com/tiddly-gittly/tiddlywiki-plugins/releases/latest/download/24.3A.2Fplugins.2Flinonetwo.2Fzx-script.json", "cpl.readme" : "!! Background\n\n[[google/zx|https://github.com/google/zx]] is a tool for writing better scripts, with Javascript.\n\nThis tiddlywiki plugin enables you to run any tiddler with zx.\n\n!! Usage\n\n!!! Tiddler Type\n\nTiddler with title extension `*.js *.md *.mjs` can be execute without problem. Other tiddler witout extension (no `.xxx`) will be executed as `*.md` file, for example, tid file without extions will be executed as `*.md`, but it works without problem too, even you are writing wiki text instead of markdown.\n\nIf you add filetype `application/javascript` to your tiddler, it will be recognized as `*.mjs`.\n\n!!! Prerequisit\n\nThis plugin requires [TiddlyGit](https://github.com/tiddly-gittly/TiddlyGit-Desktop) environment to function properly. It will send tiddler content to the `zx` inside TiddlyGit, and prints the output.\n\n!!! Button\n\nA ViewToolbar button is added. You can click on it to execute the script inside your tiddler.\n\nAnd the zx output will be printed below your tiddler content.\n\n!! Developer Documentation\n\nSee [[$:/plugins/linonetwo/zx-script/developer]]\n", "cpl.sourse" : "https://github.com/tiddly-gittly/tiddlywiki-plugins/tree/master/plugins/linonetwo/zx-script", "cpl.plugin-type" : "plugin"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"created": {"type": "string"}, "creator": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}, "modified": {"type": "string"}, "tags": {"type": "string"}, "type": {"type": "string"}, "modifier": {"type": "string"}, "cpl.title": {"type": "string"}, "cpl.author": {"type": "string"}, "cpl.name": {"type": "string"}, "cpl.description": {"type": "string"}, "cpl.uri": {"type": "string"}, "cpl.readme": {"type": "string"}, "cpl.sourse": {"type": "string"}, "cpl.plugin-type": {"type": "string"}}, "required": ["created", "creator", "text", "title", "modified", "tags", "type", "modifier", "cpl.title", "cpl.author", "cpl.name", "cpl.description", "cpl.uri", "cpl.readme", "cpl.sourse", "cpl.plugin-type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "cef60ca0-10ee-3000-787b-467dc3cc9cd1", "SPClientServiceRequestDuration" : "587", "X-SharePointHealthScore" : "2", "X-SP-SERVERSTATE" : "ReadOnly=0"}, "Response" : "{\"value\":0}"}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"pkg": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "code": {"type": "string"}}, "required": ["pkg", "name", "symbol", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pkg" : "@alyle/ui/drawer", "name" : "LyDrawerModule", "symbol" : "NgModule", "code" : "<pre class=\"ttb\"><code prsm class=\"ttm\">@<span class=\"tt18 tta3\">NgModule</span><span class=\"tt18 ttae\">(</span><span class=\"tt18 ttae\">&#123;</span>\n imports<span class=\"tt18 ttae\">:</span> <span class=\"tt18 ttae\">[</span>\n CommonModule<span class=\"tt18 ttae\">,</span>\n LyCommonModule\n <span class=\"tt18 ttae\">]</span><span class=\"tt18 ttae\">,</span>\n exports<span class=\"tt18 ttae\">:</span> <span class=\"tt18 ttae\">[</span>LyDrawer<span class=\"tt18 ttae\">,</span> LyDrawerContainer<span class=\"tt18 ttae\">,</span> LyDrawerContent<span class=\"tt18 ttae\">]</span><span class=\"tt18 ttae\">,</span>\n declarations<span class=\"tt18 ttae\">:</span> <span class=\"tt18 ttae\">[</span>LyDrawer<span class=\"tt18 ttae\">,</span> LyDrawerContainer<span class=\"tt18 ttae\">,</span> LyDrawerContent<span class=\"tt18 ttae\">]</span><span class=\"tt18 ttae\">,</span>\n<span class=\"tt18 ttae\">&#125;</span><span class=\"tt18 ttae\">)</span>\n<span class=\"tt18 tt1j\">export</span> <span class=\"tt18 tt1j\">class</span> <span class=\"tt18 ttc8\">LyDrawerModule</span> <span class=\"tt18 ttae\">&#123;</span>\n<span class=\"tt18 ttae\">&#125;</span></code></pre>"}
json_instruct
{"type": "object", "properties": {"pkg": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "code": {"type": "string"}}, "required": ["pkg", "name", "symbol", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["10-19", "10-19"], "SERIES_NAME" : ["MALE", "MALE"], "X_CALENDAR_YEAR" : [2004, 2008], "Y_PREVALENCE_1000PP" : [0.02265, 0.01859]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 267}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [3, 2], "P10_VALUE" : [10, 8], "P25_VALUE" : [15, 12], "MEDIAN_VALUE" : [25, 24], "P75_VALUE" : [39, 39], "P90_VALUE" : [56, 56], "MAX_VALUE" : [83, 91]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": {"4082": {"type": "string"}, "4084": {"type": "string"}}, "required": ["4082", "4084"]}, "timeto": {"type": "object", "properties": {"4082": {"type": "number"}, "4084": {"type": "number"}}, "required": ["4082", "4084"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 4083, "title" : ["[Warehouse, West Wing]"], "description" : ["The sounds from the warehouse are a distant murmur, often overpowered by the tapping of metal tools, or a soft, sudden curse coming from inside one of the workshops."], "paths" : ["Obvious exits: east, west"], "location" : "Wehnimer's Landing", "wayto" : {"4082" : "east", "4084" : "west"}, "timeto" : {"4082" : 0.2, "4084" : 0.2}}
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": {"4082": {"type": "string"}, "4084": {"type": "string"}}, "required": ["4082", "4084"]}, "timeto": {"type": "object", "properties": {"4082": {"type": "number"}, "4084": {"type": "number"}}, "required": ["4082", "4084"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$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"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-route": {"type": "string"}, "bootstrap": {"type": "string"}, "angular-bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "bootstrap-material-design": {"type": "string"}}, "required": ["angular", "angular-route", "bootstrap", "angular-bootstrap", "jquery", "bootstrap-material-design"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "angular-basic", "version" : "0.0.1", "dependencies" : {"angular" : "~1.4.1", "angular-route" : "~1.4.1", "bootstrap" : "~3.3.5", "angular-bootstrap" : "~0.13.0", "jquery" : "~2.1.4", "bootstrap-material-design" : "~0.3.0"}, "devDependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-route": {"type": "string"}, "bootstrap": {"type": "string"}, "angular-bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "bootstrap-material-design": {"type": "string"}}, "required": ["angular", "angular-route", "bootstrap", "angular-bootstrap", "jquery", "bootstrap-material-design"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "packaging_format": {"type": "integer"}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "version": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}, "maintainer": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "requirements": {"type": "object", "properties": {"yunohost": {"type": "string"}}, "required": ["yunohost"]}, "multi_instance": {"type": "boolean"}, "services": {"type": "array", "items": {"type": "string"}}, "arguments": {"type": "object", "properties": {"install": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "ask": {"type": "object", "properties": {"en": {"type": "string"}, "fr": {"type": "string"}}, "required": ["en", "fr"]}}, "required": ["name", "type", "ask"]}}}, "required": ["install"]}}, "required": ["name", "id", "packaging_format", "description", "version", "url", "license", "maintainer", "requirements", "multi_instance", "services", "arguments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Zap", "id" : "zap", "packaging_format" : 1, "description" : {"en" : "Zap is a full featured social network application with identity/content mirroring across multiple servers (nomadic identity) but no federate with non-nomadic servers."}, "version" : "20.04.09~ynh1", "url" : "https://zotlabs.com/zap/", "license" : "MIT", "maintainer" : {"name" : "Anmol Sharma", "email" : "[email protected]", "url" : "https://datamol.org"}, "requirements" : {"yunohost" : ">= 2.7.2"}, "multi_instance" : true, "services" : ["nginx", "php7.0-fpm", "mysql"], "arguments" : {"install" : [{"name" : "domain", "type" : "domain", "ask" : {"en" : "Choose a domain for your ZAP hub. ZAP must run in the root of this domain. It means no other app can be accessed/run from this domain. We advise to use a dedicated subdomain such as zap.domain.tld", "fr" : "Indiquez un domain pour ZAP. ZAP doit \u00eatre install\u00e9 \u00e0 la racine du domaine. Cela implique qu'aucune autre app ne pourra \u00eatre install\u00e9e ou accessible sur ce domain. Nous conseillons un sous-domaine d\u00e9di\u00e9 par exemple zap.domain.tld."}}, {"name" : "admin", "type" : "user", "ask" : {"en" : "Choose the ZAP administrator (must be an existing YunoHost user)", "fr" : "Choisissez l'administrateur de ZAP (doit \u00eatre un utilisateur YunoHost existant)"}}]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "packaging_format": {"type": "integer"}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "version": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}, "maintainer": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "requirements": {"type": "object", "properties": {"yunohost": {"type": "string"}}, "required": ["yunohost"]}, "multi_instance": {"type": "boolean"}, "services": {"type": "array", "items": {"type": "string"}}, "arguments": {"type": "object", "properties": {"install": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "ask": {"type": "object", "properties": {"en": {"type": "string"}, "fr": {"type": "string"}}, "required": ["en", "fr"]}}, "required": ["name", "type", "ask"]}}}, "required": ["install"]}}, "required": ["name", "id", "packaging_format", "description", "version", "url", "license", "maintainer", "requirements", "multi_instance", "services", "arguments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "frontend": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["name", "icons", "description"]}}}, "required": ["title", "frontend"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "backend", "frontend" : [{"name" : "", "icons" : ["vi-file-type-html", "vi-file-type-css", "vi-file-type-scss"], "description" : "HTML, CSS and <a href='https://sass-lang.com/' target='_blank ' rel='noopener'>SASS</a>"}, {"name" : "Vue.js", "icons" : ["vi-file-type-vue"], "description" : "The Progressive JavaScript Framework", "href" : "https://vuejs.org/"}, {"name" : "Vuetify.js", "icons" : ["si-vuetify"], "iconColor" : "#7BC6FF", "description" : "Vue UI Library", "href" : "https://vuetifyjs.com/"}, {"name" : "Bootstrap", "icons" : ["si-bootstrap"], "iconColor" : "#7811F7", "description" : "The most popular HTML, CSS, and JS library", "href" : "https://getbootstrap.com/"}, {"name" : "Gridsome", "icons" : ["vi-file-type-gridsome"], "description" : "A Jamstack framework for Vue.js", "href" : "https://gridsome.org/"}, {"name" : "Nuxtjs", "icons" : ["vi-file-type-nuxt"], "description" : "The Intuitive Vue Framework", "href" : "https://nuxtjs.org/"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "frontend": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["name", "icons", "description"]}}}, "required": ["title", "frontend"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}}, "required": ["bluebird"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "compile-tex", "version" : "0.1.1", "description" : "Compile tex files, do several runs with (different) options for the specified engine (e.g. pdflatex or lualatex)", "main" : "compile-tex.js", "scripts" : {}, "repository" : {"type" : "git", "url" : "https://github.com/cperriard/compile-tex.git"}, "keywords" : ["tex", "latex", "pdflatex", "lualatex", "pdf"], "author" : {"name" : "C\u00e9dric Perriard", "email" : "[email protected]"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/cperriard/compile-tex/issues"}, "homepage" : "https://github.com/cperriard/compile-tex", "dependencies" : {"bluebird" : "^2.10.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}}, "required": ["bluebird"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_5t987lb8", "name" : "LouisGou"}, "date" : {"day" : 1638576000, "full" : 1638619618, "month" : 1638316800, "week" : 1638057600}, "id" : "t3_r8od0j", "picture" : {"filesize" : 30282, "fullUrl" : "https://preview.redd.it/pqdkp1rvni381.jpg?width=4128&format=pjpg&auto=webp&s=09c23447a1cfd9bea2b55e8a429bd63db2a9451a", "hash" : "a8f886ed5d", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABgf/xAAkEAACAQMDAwUAAAAAAAAAAAABAwIEERIABQYTMVEhMjRhof/EABUBAQEAAAAAAAAAAAAAAAAAAAID/8QAFhEBAQEAAAAAAAAAAAAAAAAAAQAC/9oADAMBAAIRAxEAPwB3XLjTI3XbZ06ZsFPJocRefa9gfGpm6RQkzQxfXYrKE7e2RBsLH70X5Nz3eV1cysojLHDLGRJj2t6nRCfIt1cfmSUPCoiA/BoOioYW/9k=", "url" : "https://preview.redd.it/pqdkp1rvni381.jpg?width=640&crop=smart&auto=webp&s=af6583269e6e2299e4e845d5ff3538dd29b6e254", "width" : 640}, "score" : {"comments" : 4, "downs" : 0, "ratio" : 0.99, "ups" : 56, "value" : 56}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "WIP : a small house I'm making for my mother-in-law, who is found of fantasy worlds", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/r8od0j/wip_a_small_house_im_making_for_my_motherinlaw/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Terra.data-grid.row-selection-template": {"type": "string"}}, "required": ["Terra.data-grid.row-selection-template"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Terra.data-grid.row-selection-template" : "Seleccionar: {row-description}"}
json_instruct
{"type": "object", "properties": {"Terra.data-grid.row-selection-template": {"type": "string"}}, "required": ["Terra.data-grid.row-selection-template"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["shariff", "shariff-customize"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"packagingVersion": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "minDcosReleaseVersion": {"type": "string"}, "scm": {"type": "string"}, "maintainer": {"type": "string"}, "description": {"type": "string"}, "framework": {"type": "boolean"}, "tags": {"type": "array", "items": {"type": "string"}}, "website": {"type": "string"}, "preInstallNotes": {"type": "string"}, "postInstallNotes": {"type": "string"}, "postUninstallNotes": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "lastUpdated": {"type": "integer"}}, "required": ["packagingVersion", "name", "version", "minDcosReleaseVersion", "scm", "maintainer", "description", "framework", "tags", "website", "preInstallNotes", "postInstallNotes", "postUninstallNotes", "licenses", "lastUpdated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"packagingVersion" : "4.0", "name" : "zeppelin", "version" : "0.7.3-3-2.2.1", "minDcosReleaseVersion" : "1.10", "scm" : "https://github.com/MaibornWolff/dcos-zeppelin", "maintainer" : "https://dcos.io/community/", "description" : "Zeppelin is a web-based notebook that enables interactive data analytics using spark", "framework" : true, "tags" : ["framework", "bigdata", "spark", "notebook", "interactive", "python"], "website" : "https://zeppelin.apache.org/", "preInstallNotes" : "This DC/OS Service is currently in preview.", "postInstallNotes" : "DC/OS Zeppelin is being installed!\n\n\tDocumentation: https://github.com/dcos/examples/tree/master/zeppelin/1.9\n\tIssues: https://dcos.io/community or\n\t\t https://github.com/MaibornWolff/dcos-zeppelin", "postUninstallNotes" : "If you installed Zeppelin with an external persistent volume make sure to delete the volume manually.", "licenses" : [{"name" : "Apache License Version 2.0", "url" : "https://raw.githubusercontent.com/apache/zeppelin/master/LICENSE"}], "lastUpdated" : 1546539198}
json_instruct
{"type": "object", "properties": {"packagingVersion": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "minDcosReleaseVersion": {"type": "string"}, "scm": {"type": "string"}, "maintainer": {"type": "string"}, "description": {"type": "string"}, "framework": {"type": "boolean"}, "tags": {"type": "array", "items": {"type": "string"}}, "website": {"type": "string"}, "preInstallNotes": {"type": "string"}, "postInstallNotes": {"type": "string"}, "postUninstallNotes": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "lastUpdated": {"type": "integer"}}, "required": ["packagingVersion", "name", "version", "minDcosReleaseVersion", "scm", "maintainer", "description", "framework", "tags", "website", "preInstallNotes", "postInstallNotes", "postUninstallNotes", "licenses", "lastUpdated"], "$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"}, "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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "transactions-visualizer", "version" : "1.0.0", "description" : "A GUI for the client-transactions visualizer", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/justaname94/client-transactions-visualizer.git"}, "keywords" : ["clients", "vue"], "author" : "Roniel Valdez", "license" : "MIT", "bugs" : {"url" : "https://github.com/justaname94/client-transactions-visualizer/issues"}, "homepage" : "https://github.com/justaname94/client-transactions-visualizer#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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-typescript": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "lodash": {"type": "string"}, "promise-cb": {"type": "string"}, "request": {"type": "string"}, "request-promise-native": {"type": "string"}, "serverless": {"type": "string"}, "typescript": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["gulp", "gulp-typescript", "jsonwebtoken", "lodash", "promise-cb", "request", "request-promise-native", "serverless", "typescript", "uuid"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"gulp" : "^4.0.0", "gulp-typescript" : "^5.0.0", "jsonwebtoken" : "^8.4.0", "lodash" : "^4.17.11", "promise-cb" : "^0.1.4", "request" : "^2.88.0", "request-promise-native" : "^1.0.7", "serverless" : "1.36.3", "typescript" : "^3.3.1", "uuid" : "^3.3.2"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-typescript": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "lodash": {"type": "string"}, "promise-cb": {"type": "string"}, "request": {"type": "string"}, "request-promise-native": {"type": "string"}, "serverless": {"type": "string"}, "typescript": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["gulp", "gulp-typescript", "jsonwebtoken", "lodash", "promise-cb", "request", "request-promise-native", "serverless", "typescript", "uuid"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_id" : "AR7IRYG1187B9B8AA2", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Noblesse Oblige", "duration" : 173.97506, "num_songs" : 1, "song_id" : "SOCXXYM12AB0180E78", "title" : "Tanz_ Mephisto!", "year" : 2008}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.151dbbe1.chunk.js": {"type": "string"}, "static/js/2.151dbbe1.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/main.66fda63f.chunk.css.map": {"type": "string"}, "static/js/2.151dbbe1.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/2.151dbbe1.chunk.js", "static/js/2.151dbbe1.chunk.js.map", "index.html", "static/css/main.66fda63f.chunk.css.map", "static/js/2.151dbbe1.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"main.css" : "/goit-react-hw-03-phonebook/static/css/main.66fda63f.chunk.css", "main.js" : "/goit-react-hw-03-phonebook/static/js/main.d9c16315.chunk.js", "main.js.map" : "/goit-react-hw-03-phonebook/static/js/main.d9c16315.chunk.js.map", "runtime-main.js" : "/goit-react-hw-03-phonebook/static/js/runtime-main.1ce6dc4f.js", "runtime-main.js.map" : "/goit-react-hw-03-phonebook/static/js/runtime-main.1ce6dc4f.js.map", "static/js/2.151dbbe1.chunk.js" : "/goit-react-hw-03-phonebook/static/js/2.151dbbe1.chunk.js", "static/js/2.151dbbe1.chunk.js.map" : "/goit-react-hw-03-phonebook/static/js/2.151dbbe1.chunk.js.map", "index.html" : "/goit-react-hw-03-phonebook/index.html", "static/css/main.66fda63f.chunk.css.map" : "/goit-react-hw-03-phonebook/static/css/main.66fda63f.chunk.css.map", "static/js/2.151dbbe1.chunk.js.LICENSE.txt" : "/goit-react-hw-03-phonebook/static/js/2.151dbbe1.chunk.js.LICENSE.txt"}, "entrypoints" : ["static/js/runtime-main.1ce6dc4f.js", "static/js/2.151dbbe1.chunk.js", "static/css/main.66fda63f.chunk.css", "static/js/main.d9c16315.chunk.js"]}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.151dbbe1.chunk.js": {"type": "string"}, "static/js/2.151dbbe1.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/main.66fda63f.chunk.css.map": {"type": "string"}, "static/js/2.151dbbe1.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/2.151dbbe1.chunk.js", "static/js/2.151dbbe1.chunk.js.map", "index.html", "static/css/main.66fda63f.chunk.css.map", "static/js/2.151dbbe1.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"lh_annot": {"type": "string"}, "rh_annot": {"type": "string"}, "lh_inflated": {"type": "string"}, "rh_inflated": {"type": "string"}, "lh_pial": {"type": "string"}, "rh_pial": {"type": "string"}, "lh_white": {"type": "string"}, "rh_white": {"type": "string"}, "label": {"type": "string"}, "key": {"type": "string"}}, "required": ["lh_annot", "rh_annot", "lh_inflated", "rh_inflated", "lh_pial", "rh_pial", "lh_white", "rh_white", "label", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lh_annot" : "testdata/parc-deprecated/lh.parc.annot.gii", "rh_annot" : "testdata/parc-deprecated/rh.parc.annot.gii", "lh_inflated" : "testdata/parc-deprecated/lh.parc.inflated.gii", "rh_inflated" : "testdata/parc-deprecated/rh.parc.inflated.gii", "lh_pial" : "testdata/parc-deprecated/lh.parc.pial.gii", "rh_pial" : "testdata/parc-deprecated/rh.parc.pial.gii", "lh_white" : "testdata/parc-deprecated/lh.parc.white.gii", "rh_white" : "testdata/parc-deprecated/rh.parc.white.gii", "label" : "testdata/parc-deprecated/label.json", "key" : "testdata/parc-deprecated/key.txt"}
json_instruct
{"type": "object", "properties": {"lh_annot": {"type": "string"}, "rh_annot": {"type": "string"}, "lh_inflated": {"type": "string"}, "rh_inflated": {"type": "string"}, "lh_pial": {"type": "string"}, "rh_pial": {"type": "string"}, "lh_white": {"type": "string"}, "rh_white": {"type": "string"}, "label": {"type": "string"}, "key": {"type": "string"}}, "required": ["lh_annot", "rh_annot", "lh_inflated", "rh_inflated", "lh_pial", "rh_pial", "lh_white", "rh_white", "label", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pi": {"type": "number"}, "e": {"type": "number"}, "sci": {"type": "number"}}, "required": ["pi", "e", "sci"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pi" : 3.141592653589793, "e" : 2.718281828459045, "sci" : 1.1}
json_instruct
{"type": "object", "properties": {"pi": {"type": "number"}, "e": {"type": "number"}, "sci": {"type": "number"}}, "required": ["pi", "e", "sci"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["#forge:dusts/starmetal"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ajv.bundle.js" : "sha256-wtq7gh9DsMlF1LEjSH8JQHEg5tK5urnpXTCb/gO9YqI=", "ajv.min.js" : "sha256-Mm8s22UDdG1Unu4EmSdDHAdEx0UnrmpvkcVkHJbR7eM=", "nodent.min.js" : "sha256-B2Xnh3eR1WpldJfQCVawgSOXUdn+BrN0FEEid6jlLPs=", "regenerator.min.js" : "sha256-9XVrVQby37fJZplIS1iN7TXU9hTDMkQCQQnnMZ9YRXY="}
json_instruct
{"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "tawdry", "definition" : "1. Bought at the festival of St. Audrey. [Obs.] And gird in your waist, For more fineness, with a tawdry lace. Spenser. 2. Very fine and showy in colors, without taste or elegance; having an excess of showy ornaments without grace; cheap and gaudy; as, a tawdry dress; tawdry feathers; tawdry colors. He rails from morning to night at essenced fops and tawdry courtiers. Spectator.\n\nA necklace of a rural fashion, bought at St. Audrey's fair; hence, a necklace in general. [Obs.] Of which the Naiads and the blue Nereids make Them tawdries for their necks. Drayton."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"karpoff\\icrop\\": {"type": "string"}}, "required": ["karpoff\\icrop\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"yiisoft/yii2": {"type": "string"}, "yiisoft/yii2-imagine": {"type": "string"}, "mohorev/yii2-upload-behavior": {"type": "string"}}, "required": ["yiisoft/yii2", "yiisoft/yii2-imagine", "mohorev/yii2-upload-behavior"]}}, "required": ["name", "description", "homepage", "license", "type", "version", "keywords", "authors", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "karpoff/yii2-crop-image-upload", "description" : "Yii 2 Crop image upload widget", "homepage" : "https://github.com/karpoff/yii2-crop-image-upload", "license" : "BSD-3-Clause", "type" : "yii2-extension", "version" : "0.0.1", "keywords" : ["yii2", "crop", "image", "upload"], "authors" : [{"name" : "Anton Karpov", "email" : "[email protected]"}], "autoload" : {"psr-4" : {"karpoff\\icrop\\" : ""}}, "require" : {"yiisoft/yii2" : "*", "yiisoft/yii2-imagine" : "*", "mohorev/yii2-upload-behavior" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"karpoff\\icrop\\": {"type": "string"}}, "required": ["karpoff\\icrop\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"yiisoft/yii2": {"type": "string"}, "yiisoft/yii2-imagine": {"type": "string"}, "mohorev/yii2-upload-behavior": {"type": "string"}}, "required": ["yiisoft/yii2", "yiisoft/yii2-imagine", "mohorev/yii2-upload-behavior"]}}, "required": ["name", "description", "homepage", "license", "type", "version", "keywords", "authors", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"946895221811": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946895221937": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946895222131": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946895222132": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946895244300": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946895244301": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946895244305": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946895221811", "946895221937", "946895222131", "946895222132", "946895244300", "946895244301", "946895244305"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"946895221811" : {"type" : "st"}, "946895221937" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfamVsbHlmaXNoLmh0bWwtYW5hbHl0aWNzLTk0Njg5NTIyMTg4Mw==.json"}, "946895222131" : {"type" : "st"}, "946895222132" : {"type" : "ss"}, "946895244300" : {"type" : "st"}, "946895244301" : {"type" : "ss"}, "946895244305" : {"type" : "sf"}}
json_instruct
{"type": "object", "properties": {"946895221811": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946895221937": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946895222131": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946895222132": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946895244300": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946895244301": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946895244305": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946895221811", "946895221937", "946895222131", "946895222132", "946895244300", "946895244301", "946895244305"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 8, "n_trials" : 210, "objective" : "markowitz_realized_on_cube", "white" : "optuna_random_clone_1", "black" : "shgo_slsqp_sobol", "traceback" : ["passing", "passing"], "best_val" : [0.2485698195396076, -0.07909348291136384], "best_x" : [[0.19915465811687183, 0.017077137972029477, 0.7190421770674644, 0.03908706400399642, 0.19228182731884047, 0.1001897240435472, 0.02609650559925769, 0.03353500683972499], [0.07292562260533528, 0.06312574017839476, 0.06789154950589699, 0.11512623239814271, 0.34592806682054705, 0.09507717703776815, 0.1911524604474914, 0.04877315096556928]], "feval_count" : [210, 507], "n_trials_instructed" : [210, 65], "passing" : [true, true], "completed" : false, "winner" : "incomplete", "points" : null}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"inferno-compat.js": {"type": "string"}, "inferno-compat.min.js": {"type": "string"}, "inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}, "inferno-create-class.js": {"type": "string"}, "inferno-create-class.min.js": {"type": "string"}, "inferno-create-element.js": {"type": "string"}, "inferno-create-element.min.js": {"type": "string"}, "inferno-hyperscript.js": {"type": "string"}, "inferno-hyperscript.min.js": {"type": "string"}, "inferno-mobx.js": {"type": "string"}, "inferno-mobx.min.js": {"type": "string"}, "inferno-redux.js": {"type": "string"}, "inferno-redux.min.js": {"type": "string"}, "inferno-router.js": {"type": "string"}, "inferno-router.min.js": {"type": "string"}, "inferno-server.js": {"type": "string"}, "inferno-server.min.js": {"type": "string"}, "inferno-test-utils.js": {"type": "string"}, "inferno-test-utils.min.js": {"type": "string"}, "inferno-vnode-flags.js": {"type": "string"}, "inferno-vnode-flags.min.js": {"type": "string"}, "inferno.js": {"type": "string"}, "inferno.min.js": {"type": "string"}}, "required": ["inferno-compat.js", "inferno-compat.min.js", "inferno-component.js", "inferno-component.min.js", "inferno-create-class.js", "inferno-create-class.min.js", "inferno-create-element.js", "inferno-create-element.min.js", "inferno-hyperscript.js", "inferno-hyperscript.min.js", "inferno-mobx.js", "inferno-mobx.min.js", "inferno-redux.js", "inferno-redux.min.js", "inferno-router.js", "inferno-router.min.js", "inferno-server.js", "inferno-server.min.js", "inferno-test-utils.js", "inferno-test-utils.min.js", "inferno-vnode-flags.js", "inferno-vnode-flags.min.js", "inferno.js", "inferno.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inferno-compat.js" : "sha256-CDwrlrpVG+4ZOPDVRjgyX6xZNmnlVJE0eE7wz3btXA8=", "inferno-compat.min.js" : "sha256-RFTpKxpcSAkA423LmTXqOrnHuOhLUCNGxzs+86V/h+Q=", "inferno-component.js" : "sha256-xcRxdnDoN13YKEt2B8CwAScjmZmGoE4maZ6+I6uS+20=", "inferno-component.min.js" : "sha256-Ssi5VJFcLfdhY+BqDMngr+1kx40SEYUS+AYj8LZNzI4=", "inferno-create-class.js" : "sha256-gahB5dja7tIBHXOZj4sIf+vrJ5LDh+KW1omFRRkK+1k=", "inferno-create-class.min.js" : "sha256-8aujl6mWKykfDMIbv5bHg550s+lvqlvZbCdKZ3dWsks=", "inferno-create-element.js" : "sha256-c5eOaQzpOxr1tREYEaxOXfrOo6ndAFUo1m+vLIqNMCY=", "inferno-create-element.min.js" : "sha256-o9ozht4b0f9RFWKzjR49x4Ul2/hyj9n7cNtGrBiyChU=", "inferno-hyperscript.js" : "sha256-S2U2aJrBQD/I3vSEf0iGsNk2yIddI9pRGTaZx2N39eo=", "inferno-hyperscript.min.js" : "sha256-B/dHPpkooqR4zh425Eato16LFwa9sCNzOyWyMSHfSp0=", "inferno-mobx.js" : "sha256-nfyQYWs9Bj0xkAvfJqQTNxF0HjB4N3PkL2s84e7h/xQ=", "inferno-mobx.min.js" : "sha256-C4edr7Pho7wrRScP3A7UgTtXbJSC1R+5p0K+9yepn/c=", "inferno-redux.js" : "sha256-Yl+3WTw6vTsLTsu5t4v5HOfbHvbVG/hjOrz22QDZVYk=", "inferno-redux.min.js" : "sha256-yQsTOJB5umowwv0/iSivrR1af3U5sQLTceCe0kUF9ps=", "inferno-router.js" : "sha256-E2yuyp8fJo+d88JGZIyJjmi41oAKRoSqP3aTD5mOha8=", "inferno-router.min.js" : "sha256-DjQE1kXbFrME5BiP3ImYzh7j7XyQTR1BXLo5EGqhfGE=", "inferno-server.js" : "sha256-Mi6aLFPwBme17AGQRidskyk39F4JICSg4hvhIHjQNbE=", "inferno-server.min.js" : "sha256-qDsRkqjEuBhNWHYYG1gDP1Bq3/qsFLjO9f6sxzdbrqQ=", "inferno-test-utils.js" : "sha256-DETG8ajxDLXbSKuz0zbGYuDF24cEnWHgQQO3EyMndfk=", "inferno-test-utils.min.js" : "sha256-SmtgzzNYUKuwoNHVVrthpP+RgXC9tjTuhf4HzBKl8Yw=", "inferno-vnode-flags.js" : "sha256-JnSrVoM5W6xvc1SgHXnZU67wl3bKzxqnlXFZpYmNi80=", "inferno-vnode-flags.min.js" : "sha256-I71JJ69Ej+miGbEeUXD6LOS94Fq1FAkHNmtz4wEHhq8=", "inferno.js" : "sha256-uEvNhQhsIfzsdtw5s0MRF2gsOBf3GNF7kIxBAHGkikg=", "inferno.min.js" : "sha256-w+KJgUrSbybm28ERQ5TwpiuTVgo3QYELLFGMp/lUi2c="}
json_instruct
{"type": "object", "properties": {"inferno-compat.js": {"type": "string"}, "inferno-compat.min.js": {"type": "string"}, "inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}, "inferno-create-class.js": {"type": "string"}, "inferno-create-class.min.js": {"type": "string"}, "inferno-create-element.js": {"type": "string"}, "inferno-create-element.min.js": {"type": "string"}, "inferno-hyperscript.js": {"type": "string"}, "inferno-hyperscript.min.js": {"type": "string"}, "inferno-mobx.js": {"type": "string"}, "inferno-mobx.min.js": {"type": "string"}, "inferno-redux.js": {"type": "string"}, "inferno-redux.min.js": {"type": "string"}, "inferno-router.js": {"type": "string"}, "inferno-router.min.js": {"type": "string"}, "inferno-server.js": {"type": "string"}, "inferno-server.min.js": {"type": "string"}, "inferno-test-utils.js": {"type": "string"}, "inferno-test-utils.min.js": {"type": "string"}, "inferno-vnode-flags.js": {"type": "string"}, "inferno-vnode-flags.min.js": {"type": "string"}, "inferno.js": {"type": "string"}, "inferno.min.js": {"type": "string"}}, "required": ["inferno-compat.js", "inferno-compat.min.js", "inferno-component.js", "inferno-component.min.js", "inferno-create-class.js", "inferno-create-class.min.js", "inferno-create-element.js", "inferno-create-element.min.js", "inferno-hyperscript.js", "inferno-hyperscript.min.js", "inferno-mobx.js", "inferno-mobx.min.js", "inferno-redux.js", "inferno-redux.min.js", "inferno-router.js", "inferno-router.min.js", "inferno-server.js", "inferno-server.min.js", "inferno-test-utils.js", "inferno-test-utils.min.js", "inferno-vnode-flags.js", "inferno-vnode-flags.min.js", "inferno.js", "inferno.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"gorillascript.js": {"type": "string"}, "gorillascript.min.js": {"type": "string"}}, "required": ["gorillascript.js", "gorillascript.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"gorillascript.js" : "sha256-ARdL3yx+EJyOuACk4NO6nq/6Z9/zzdOera/hYROftOU=", "gorillascript.min.js" : "sha256-7nItjn8r/V7j7iYTKj+76S6roXGsMoDcWpU9OFKtXMY="}
json_instruct
{"type": "object", "properties": {"gorillascript.js": {"type": "string"}, "gorillascript.min.js": {"type": "string"}}, "required": ["gorillascript.js", "gorillascript.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"USERNAME": {"type": "string"}, "PASSWORD": {"type": "string"}, "SERVER": {"type": "string"}, "SCHEMA": {"type": "string"}}, "required": ["USERNAME", "PASSWORD", "SERVER", "SCHEMA"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"USERNAME" : "vanh17", "PASSWORD" : "HC_367088", "SERVER" : "vault.hanover.edu", "SCHEMA" : "vanh17"}
json_instruct
{"type": "object", "properties": {"USERNAME": {"type": "string"}, "PASSWORD": {"type": "string"}, "SERVER": {"type": "string"}, "SCHEMA": {"type": "string"}}, "required": ["USERNAME", "PASSWORD", "SERVER", "SCHEMA"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "f0262ef9fce7444afde141393e08bfd6cc9a1ec7"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"browserslist": {"type": "string"}, "sideEffects": {"type": "array", "items": {"type": "string"}}}, "required": ["browserslist", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"browserslist" : "Chrome 80", "sideEffects" : ["await-assignment.js", "await-declaration*.js", "then*.js"]}
json_instruct
{"type": "object", "properties": {"browserslist": {"type": "string"}, "sideEffects": {"type": "array", "items": {"type": "string"}}}, "required": ["browserslist", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[16.779349014525152, 17.224274505985782, 18.41074248321413, 18.85566797467476]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "registry": {"type": "string"}, "format": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "gulp": {"type": "string"}, "gulp-bump": {"type": "string"}, "gulp-load-plugins": {"type": "string"}, "gulp-mocha-phantomjs": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-replace": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-webserver": {"type": "string"}, "jquery": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "gulp", "gulp-bump", "gulp-load-plugins", "gulp-mocha-phantomjs", "gulp-rename", "gulp-replace", "gulp-uglify", "gulp-webserver", "jquery", "mocha"]}, "dependencies": {"type": "object", "properties": {"knockout": {"type": "string"}}, "required": ["knockout"]}}, "required": ["name", "version", "description", "main", "files", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "registry", "format", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "knockout-paging", "version" : "0.2.3", "description" : "Adds an extender to Knockout to add paging functionality to observable arrays.", "main" : "dist/knockout-paging.js", "files" : ["LICENSE", "README.md", "index.js", "dist"], "scripts" : {"test" : "gulp test"}, "repository" : {"type" : "git", "url" : "[email protected]/ErikSchierboom/knockout-paging.git"}, "keywords" : ["knockout", "foreach", "paging", "initialize", "javascript"], "author" : "Erik Schierboom", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/ErikSchierboom/knockout-paging/issues"}, "homepage" : "https://github.com/ErikSchierboom/knockout-paging", "registry" : "npm", "format" : "global", "devDependencies" : {"chai" : "*", "gulp" : "*", "gulp-bump" : "*", "gulp-load-plugins" : "*", "gulp-mocha-phantomjs" : "*", "gulp-rename" : "*", "gulp-replace" : "*", "gulp-uglify" : "*", "gulp-webserver" : "*", "jquery" : "*", "mocha" : "*"}, "dependencies" : {"knockout" : "^3.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "registry": {"type": "string"}, "format": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "gulp": {"type": "string"}, "gulp-bump": {"type": "string"}, "gulp-load-plugins": {"type": "string"}, "gulp-mocha-phantomjs": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-replace": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-webserver": {"type": "string"}, "jquery": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "gulp", "gulp-bump", "gulp-load-plugins", "gulp-mocha-phantomjs", "gulp-rename", "gulp-replace", "gulp-uglify", "gulp-webserver", "jquery", "mocha"]}, "dependencies": {"type": "object", "properties": {"knockout": {"type": "string"}}, "required": ["knockout"]}}, "required": ["name", "version", "description", "main", "files", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "registry", "format", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}}, "required": ["login", "id", "avatar_url", "html_url"]}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork": {"type": "boolean"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "stargazers_count": {"type": "integer"}, "watchers_count": {"type": "integer"}, "forks_count": {"type": "integer"}, "forks": {"type": "integer"}, "watchers": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["id", "name", "full_name", "owner", "html_url", "description", "fork", "created_at", "updated_at", "pushed_at", "stargazers_count", "watchers_count", "forks_count", "forks", "watchers", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 30131364, "name" : "mpacktrafficripper", "full_name" : "hartwork/mpacktrafficripper", "owner" : {"login" : "hartwork", "id" : 1577132, "avatar_url" : "https://avatars.githubusercontent.com/u/1577132?v=4", "html_url" : "https://github.com/hartwork"}, "html_url" : "https://github.com/hartwork/mpacktrafficripper", "description" : ":unlock: CVE-2011-4919 -- mpack information disclosure demo (C)", "fork" : false, "created_at" : "2015-02-01T00:26:07Z", "updated_at" : "2016-09-05T04:27:12Z", "pushed_at" : "2015-02-01T00:27:48Z", "stargazers_count" : 0, "watchers_count" : 0, "forks_count" : 0, "forks" : 0, "watchers" : 0, "score" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}}, "required": ["login", "id", "avatar_url", "html_url"]}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork": {"type": "boolean"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "stargazers_count": {"type": "integer"}, "watchers_count": {"type": "integer"}, "forks_count": {"type": "integer"}, "forks": {"type": "integer"}, "watchers": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["id", "name", "full_name", "owner", "html_url", "description", "fork", "created_at", "updated_at", "pushed_at", "stargazers_count", "watchers_count", "forks_count", "forks", "watchers", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webpackCompilationHash" : "bb46112decd0eeb1ab9b"}
json_instruct
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0xa51e2047c85532703810d3567c3e41087156e7cbb02f850acbd04b6d24200ede", "parentHash" : "0x414877304591ffaa22c69a403e46ec98ea599a27238f20d493e210feadbb7ab1", "number" : 63431, "timestamp" : 1439204312, "nonce" : "0x1b41ca09fea31cb7", "difficulty" : 1839647753970, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x35c6f22E8fFA3d3aEf1EE7744BdbA64E1b188a15", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ssl": {"type": "boolean"}, "ssl_port": {"type": "integer"}, "ssl_certificate": {"type": "string"}, "ssl_certificate_key": {"type": "string"}}, "required": ["ssl", "ssl_port", "ssl_certificate", "ssl_certificate_key"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ssl" : true, "ssl_port" : 3001, "ssl_certificate" : "config/passenger-standalone-ssl/server.crt", "ssl_certificate_key" : "config/passenger-standalone-ssl/server.key"}
json_instruct
{"type": "object", "properties": {"ssl": {"type": "boolean"}, "ssl_port": {"type": "integer"}, "ssl_certificate": {"type": "string"}, "ssl_certificate_key": {"type": "string"}}, "required": ["ssl", "ssl_port", "ssl_certificate", "ssl_certificate_key"], "$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": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-6cqv-mc2f-9hj8", "modified" : "2022-05-01T02:01:48Z", "published" : "2022-05-01T02:01:48Z", "aliases" : ["CVE-2005-1766"], "details" : "Heap-based buffer overflow in rtffplin.cpp in RealPlayer 10.5 6.0.12.1056 on Windows, and 10, 10.0.1.436, and other versions before 10.0.5 on Linux, allows remote attackers to execute arbitrary code via a RealMedia file with a long RealText string, such as an SMIL file.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2005-1766"}, {"type" : "WEB", "url" : "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9509"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/16981"}, {"type" : "WEB", "url" : "http://service.real.com/help/faq/security/050623_player/EN/"}, {"type" : "WEB", "url" : "http://www.debian.org/security/2005/dsa-826"}, {"type" : "WEB", "url" : "http://www.idefense.com/application/poi/display?id=250&type=vulnerabilities&flashstatus=true"}, {"type" : "WEB", "url" : "http://www.novell.com/linux/security/advisories/2005_37_real_player.html"}, {"type" : "WEB", "url" : "http://www.redhat.com/support/errata/RHSA-2005-517.html"}, {"type" : "WEB", "url" : "http://www.redhat.com/support/errata/RHSA-2005-523.html"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bunyan": {"type": "string"}, "lmdb": {"type": "string"}}, "required": ["axios", "bunyan", "lmdb"]}, "devDependencies": {"type": "object", "properties": {"@types/bunyan": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/bunyan", "@types/jest", "@types/node", "jest", "ts-jest", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "crawler", "version" : "1.0.0", "description" : "", "main" : "src/index.ts", "scripts" : {"start" : "ts-node . | bunyan", "test" : "jest"}, "author" : "", "license" : "ISC", "dependencies" : {"axios" : "^0.26.0", "bunyan" : "^1.8.15", "lmdb" : "^2.2.4"}, "devDependencies" : {"@types/bunyan" : "^1.8.8", "@types/jest" : "^27.4.1", "@types/node" : "^17.0.21", "jest" : "^27.5.1", "ts-jest" : "^27.1.3", "ts-node" : "^10.6.0", "typescript" : "^4.6.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"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bunyan": {"type": "string"}, "lmdb": {"type": "string"}}, "required": ["axios", "bunyan", "lmdb"]}, "devDependencies": {"type": "object", "properties": {"@types/bunyan": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/bunyan", "@types/jest", "@types/node", "jest", "ts-jest", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "20", "provinceId" : "82", "regencyId" : "04", "name" : "Mandioli Utara"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$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"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"istanbul": {"type": "string"}, "jasmine-node": {"type": "string"}}, "required": ["istanbul", "jasmine-node"]}, "dependencies": {"type": "object", "properties": {"npm": {"type": "string"}}, "required": ["npm"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "credit-card-expiry-validator", "version" : "0.0.3", "description" : "Validate credit card's expiry date", "main" : "index.js", "scripts" : {"test" : "istanbul cover jasmine-node spec"}, "repository" : {"type" : "git", "url" : "git+https://github.com/thodorisbais/credit-card-expiry-validator.git"}, "keywords" : ["credit card", "validator", "payments", "expiry", "date"], "author" : "Thodoris Bais <[email protected]> (http://twitter.com)", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/thodorisbais/credit-card-expiry-validator"}, "homepage" : "https://github.com/thodorisbais/credit-card-expiry-validator", "devDependencies" : {"istanbul" : "^0.4.5", "jasmine-node" : "^1.14.5"}, "dependencies" : {"npm" : "^5.7.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"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"istanbul": {"type": "string"}, "jasmine-node": {"type": "string"}}, "required": ["istanbul", "jasmine-node"]}, "dependencies": {"type": "object", "properties": {"npm": {"type": "string"}}, "required": ["npm"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"currency-flags.css": {"type": "string"}, "currency-flags.min.css": {"type": "string"}}, "required": ["currency-flags.css", "currency-flags.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"currency-flags.css" : "sha256-XnXD/2LuCEr+8jLm7IEtri0QzRLmLGpaxFBaqfJRwnk=", "currency-flags.min.css" : "sha256-YS3Ty1GieJQ67kTiP8UkY1Q5YN4/jyPzjz6frdh0ZFo="}
json_instruct
{"type": "object", "properties": {"currency-flags.css": {"type": "string"}, "currency-flags.min.css": {"type": "string"}}, "required": ["currency-flags.css", "currency-flags.min.css"], "$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"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2": {"type": "string"}}, "required": ["php", "yiisoft/yii2"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"porcelanosa\\magnificPopup\\": {"type": "string"}}, "required": ["porcelanosa\\magnificPopup\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "version", "keywords", "type", "homepage", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "porcelanosa/yii2-magnific-popup", "description" : "JQuery magnific popup widget", "version" : "dev-master", "keywords" : ["yii", "yii2", "yii 2", "jquery", "magnific popup"], "type" : "yii2-extension", "homepage" : "https://github.com/porcelanosa/yii2-magnific-popup", "authors" : [{"name" : "Alex Porcelanosa", "email" : "[email protected]", "role" : "Developer"}], "require" : {"php" : ">=5.4.0", "yiisoft/yii2" : "*"}, "autoload" : {"psr-4" : {"porcelanosa\\magnificPopup\\" : ""}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2": {"type": "string"}}, "required": ["php", "yiisoft/yii2"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"porcelanosa\\magnificPopup\\": {"type": "string"}}, "required": ["porcelanosa\\magnificPopup\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "version", "keywords", "type", "homepage", "authors", "require", "autoload"], "$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"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xfe8f4015b1121ffbc22ab4cb8e4c6091be6eb8f6", "tool" : "osiris", "start" : 1564630048.413587, "end" : 1564630111.0416727, "duration" : 62.62808561325073, "analysis" : [{"errors" : [{"line" : 87, "column" : 25, "message" : "overflow_bugs"}, {"line" : 39, "column" : 13, "message" : "overflow_bugs"}], "file" : "/unique_chucks/34/0xfe8f4015b1121ffbc22ab4cb8e4c6091be6eb8f6.sol", "name" : "QUARDCOIN"}, {"errors" : [{"line" : 30, "column" : 13, "message" : "overflow_bugs"}, {"line" : 39, "column" : 13, "message" : "overflow_bugs"}], "file" : "/unique_chucks/34/0xfe8f4015b1121ffbc22ab4cb8e4c6091be6eb8f6.sol", "name" : "StandardToken"}, {"errors" : [], "file" : "/unique_chucks/34/0xfe8f4015b1121ffbc22ab4cb8e4c6091be6eb8f6.sol", "name" : "Token"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"tests": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["tests", "postinstall"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cookie-session": {"type": "string"}, "express": {"type": "string"}, "pug": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["body-parser", "cookie-session", "express", "pug", "serve-favicon"]}, "devDependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "morgan": {"type": "string"}, "nightwatch": {"type": "string"}, "nodemon": {"type": "string"}, "selenium-download": {"type": "string"}}, "required": ["debug", "morgan", "nightwatch", "nodemon", "selenium-download"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "checkedout_webserver", "version" : "1.0.0", "description" : "The webserver that connects the website to the mainserver", "main" : "main.js", "scripts" : {"tests" : "node_modules/.bin/nightwatch", "postinstall" : "node nightwatch.conf.js"}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "^1.15.2", "cookie-session" : "^2.0.0-alpha.2", "express" : "^4.14.0", "pug" : "^2.0.0-beta6", "serve-favicon" : "^2.3.0"}, "devDependencies" : {"debug" : "^2.3.2", "morgan" : "^1.7.0", "nightwatch" : "^0.9.9", "nodemon" : "^1.11.0", "selenium-download" : "^2.0.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"tests": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["tests", "postinstall"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cookie-session": {"type": "string"}, "express": {"type": "string"}, "pug": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["body-parser", "cookie-session", "express", "pug", "serve-favicon"]}, "devDependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "morgan": {"type": "string"}, "nightwatch": {"type": "string"}, "nodemon": {"type": "string"}, "selenium-download": {"type": "string"}}, "required": ["debug", "morgan", "nightwatch", "nodemon", "selenium-download"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "spec": {"type": "string"}}, "required": ["version", "spec"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"version" : "1.2.0", "spec" : "org.codingmatters:codingmatters-parent"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "spec": {"type": "string"}}, "required": ["version", "spec"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"artist_uri": {"type": "string"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"track": {"type": "string"}, "audio": {"type": "string"}, "cover": {"type": "string"}}, "required": ["track", "audio", "cover"]}}}, "required": ["artist_uri", "tracks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_uri" : "spotify:artist:5n9bMYfz9qss2VOW89EVs2", "tracks" : [{"track" : "Soy Yo", "audio" : "https://p.scdn.co/mp3-preview/93134a685ab8d7e950d3ef4a8cc5cfbd4c0fc37f?cid=null", "cover" : "https://i.scdn.co/image/786d438907b80cd3329dc6262765aa25fe5169e0"}, {"track" : "Somos Dos", "audio" : "https://p.scdn.co/mp3-preview/70e86efa4c682b6b811dd9a76cf0f521a5696b79?cid=null", "cover" : "https://i.scdn.co/image/786d438907b80cd3329dc6262765aa25fe5169e0"}, {"track" : "To My Love", "audio" : "https://p.scdn.co/mp3-preview/2c7265b3ccbfe1b558303bb35dfab0072e082f83?cid=null", "cover" : "https://i.scdn.co/image/786d438907b80cd3329dc6262765aa25fe5169e0"}, {"track" : "Fiesta - Remix", "audio" : "https://p.scdn.co/mp3-preview/f7c00b535eca8ada991fe3835c7aec4f8f0f50d9?cid=null", "cover" : "https://i.scdn.co/image/160be5268552a0335f7eedd5e8d6463ce7c1d9b0"}, {"track" : "Fiesta", "audio" : "https://p.scdn.co/mp3-preview/cc2e07c2b816c4225e09d5811a787a0a034ba2d9?cid=null", "cover" : "https://i.scdn.co/image/786d438907b80cd3329dc6262765aa25fe5169e0"}, {"track" : "Mar (Lo Que Siento)", "audio" : "https://p.scdn.co/mp3-preview/d66f1741a673c327bf97e8e49c35cf3e8f9e9e14?cid=null", "cover" : "https://i.scdn.co/image/786d438907b80cd3329dc6262765aa25fe5169e0"}, {"track" : "Algo Est\u00e1 Cambiando", "audio" : "https://p.scdn.co/mp3-preview/50f7550d38b84a67687964543be893b2a5c1e04c?cid=null", "cover" : "https://i.scdn.co/image/786d438907b80cd3329dc6262765aa25fe5169e0"}, {"track" : "Fuego", "audio" : "https://p.scdn.co/mp3-preview/e42496ef9986f5cb47678ffe6392b2f606249055?cid=null", "cover" : "https://i.scdn.co/image/e23ee14b6bf77c0665823be25acec4ff3eb951bb"}, {"track" : "Amanecer", "audio" : "https://p.scdn.co/mp3-preview/8a0d72060ecccfe760112dba4d164e532c591d2a?cid=null", "cover" : "https://i.scdn.co/image/786d438907b80cd3329dc6262765aa25fe5169e0"}, {"track" : "El Alma y el Cuerpo", "audio" : "https://p.scdn.co/mp3-preview/29fac558a7992912ffd968ccc0404f5cc90bec49?cid=null", "cover" : "https://i.scdn.co/image/1dfa873e4b5f50ff4f9bdae4334cbf2ef5495f43"}]}
json_instruct
{"type": "object", "properties": {"artist_uri": {"type": "string"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"track": {"type": "string"}, "audio": {"type": "string"}, "cover": {"type": "string"}}, "required": ["track", "audio", "cover"]}}}, "required": ["artist_uri", "tracks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 23280, "UUID" : "842B27FA-2B66-4066-A6A7-F598A6251776", "DataProviderID" : 1, "OperatorID" : 62, "UsageTypeID" : 4, "AddressInfo" : {"ID" : 23625, "Title" : "Auchan LA CROIX SAINT OUEN", "AddressLine1" : "Square des Jardins", "Town" : "Lacroix-Saint-Ouen", "StateOrProvince" : "Compi\u00e8gne", "Postcode" : "60610", "CountryID" : 80, "Latitude" : 49.358659754676, "Longitude" : 2.77750069377761, "ContactTelephone1" : "03 44 91 46 26 ", "RelatedURL" : "http://www.auchan.fr/magasins/la-croix-saint-ouen/190/informations-pratiques/", "DistanceUnit" : 0}, "Connections" : [{"ID" : 25117, "ConnectionTypeID" : 2, "LevelID" : 3, "CurrentTypeID" : 30, "Quantity" : 1}, {"ID" : 25118, "ConnectionTypeID" : 25, "LevelID" : 3, "CurrentTypeID" : 20, "Quantity" : 1}], "NumberOfPoints" : 1, "StatusTypeID" : 150, "DateLastStatusUpdate" : "2014-09-25T13:05:00Z", "DataQualityLevel" : 1, "DateCreated" : "2014-05-11T15:30:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["rows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rows" : [["writecard", "1", "Description", "\u0cb2", "\u0cb2\u0cb5\u0ca3", "salt.png", "\u0cb2\u0cb5\u0ca3.mp3", "", "width.png", "\u0c85\u0c97\u0cb2.mp3", "\u0cb2\u0c95\u0cb2\u0c95", "shining.png", "\u0cb2\u0c95\u0cb2\u0c95.mp3"], ["writecard", "1", "Description", "\u0c88", "\u0c88\u0c9a\u0cb2", "palm.png", "\u0c88\u0c9a\u0cb2.mp3", "\u0c88\u0c97", "now.png", "\u0c88\u0c97.mp3", "\u0c88\u0cb0", "wet/damp.png", "\u0c88\u0cb0.mp3"], ["writecard", "1", "Description", "\u0c8a", "\u0c8a\u0c9f", "meals.png", "\u0c8a\u0c9f.mp3", "\u0c8a\u0ca8", "disability.png", "\u0c8a\u0ca8.mp3"], ["writecard", "1", "Description", "\u0c95", "\u0c95\u0ca1\u0c97", "bracelet.png", "\u0c95\u0ca1\u0c97.mp3", "\u0c95\u0ca6", "door.png", "\u0c95\u0ca6.mp3", "\u0c95\u0c9f\u0c95", "crab.png", "\u0c95\u0c9f\u0c95.mp3"]]}
json_instruct
{"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["rows"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nft" : {"id" : 5899, "image" : "ipfs://QmQUzaQFMAAnPQtqfgMp8TQJHGXiBCSxzJsZeCMLoaJUQ1", "attributes" : [{"trait_type" : "Fur", "value" : "Dmt"}, {"trait_type" : "Eyes", "value" : "Blindfold"}, {"trait_type" : "Hat", "value" : "Police Motorcycle Helmet"}, {"trait_type" : "Background", "value" : "Yellow"}, {"trait_type" : "Clothes", "value" : "Striped Tee"}, {"trait_type" : "Mouth", "value" : "Bored"}, {"trait_type" : "Trait Count", "value" : "6"}, {"trait_type" : "Earring", "value" : "[Missing]"}]}, "attributeRarities" : [{"trait_type" : "Fur", "value" : "Dmt", "count" : 215, "ratio" : 0.0215, "ratioScore" : 46.51162790697675}, {"trait_type" : "Eyes", "value" : "Blindfold", "count" : 264, "ratio" : 0.0264, "ratioScore" : 37.87878787878788}, {"trait_type" : "Hat", "value" : "Police Motorcycle Helmet", "count" : 130, "ratio" : 0.013, "ratioScore" : 76.92307692307692}, {"trait_type" : "Background", "value" : "Yellow", "count" : 1283, "ratio" : 0.1283, "ratioScore" : 7.79423226812159}, {"trait_type" : "Clothes", "value" : "Striped Tee", "count" : 412, "ratio" : 0.0412, "ratioScore" : 24.271844660194173}, {"trait_type" : "Mouth", "value" : "Bored", "count" : 2272, "ratio" : 0.2272, "ratioScore" : 4.401408450704225}, {"trait_type" : "Trait Count", "value" : "6", "count" : 5323, "ratio" : 0.5323, "ratioScore" : 1.8786398647379297}, {"trait_type" : "Earring", "value" : "[Missing]", "count" : 7023, "ratio" : 0.7023, "ratioScore" : 1.4238929232521713}], "rarityScore" : 201.08351087585163, "rank" : 2678}
json_instruct
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"require": {"type": "array", "items": {"type": "string"}}, "versions": {"type": "object", "properties": {"kong": {"type": "string"}}, "required": ["kong"]}}, "required": ["require", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : ["openresty"], "versions" : {"kong" : "kong/kong"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "array", "items": {"type": "string"}}, "versions": {"type": "object", "properties": {"kong": {"type": "string"}}, "required": ["kong"]}}, "required": ["require", "versions"], "$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"}, "preferGlobal": {"type": "boolean"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "inquirer": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["commander", "inquirer", "mongoose"]}}, "required": ["name", "version", "description", "main", "preferGlobal", "bin", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "customer-cli", "version" : "1.0.0", "description" : "", "main" : "app.js", "preferGlobal" : true, "bin" : "./commands.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["cli", "node"], "author" : "sagarsehwag", "license" : "ISC", "dependencies" : {"commander" : "^2.19.0", "inquirer" : "^6.2.2", "mongoose" : "^5.4.16"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "inquirer": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["commander", "inquirer", "mongoose"]}}, "required": ["name", "version", "description", "main", "preferGlobal", "bin", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Hiromitsu Kitayama"}, {"author" : "Junko Sugiyama"}, {"author" : "Michiaki Hirayama"}, {"author" : "Yosihiro Onada"}, {"author" : "Yasushi Tsuji"}], "doi" : "10.1159/000452737", "publication_date" : "2016-12-07", "id" : "EN114331", "url" : "https://pubmed.ncbi.nlm.nih.gov/27920709", "source" : "Case reports in oncology", "source_url" : "", "licence" : "CC BY-NC", "language" : "en", "type" : "pubmed", "description" : "", "text" : "An 80-year-old woman presented with chronic right shoulder pain during chemotherapy for the recurrent disease. She had a history of postmastectomy lymphedema, diabetes mellitus, and repeated hyaluronic acid injections to the shoulder joint. The pain suddenly worsened with septic shock and no apparent local signs. Magnetic resonance imaging revealed myonecrosis, and no pus was yielded by ultrasound-guided needle aspiration. After 2 weeks of recovery by conservative medical management, surgical drainage was performed. Late formulated massive intramuscular pus showed severe neutrophil infiltration and myonecrosis."}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "We are at the Bay Area Python Interest Group (BayPIGGies). And, this is our Google Hangouts On Air for NumPy and SciPy by Eli Bressert.", "language" : "eng", "recorded" : "2014-07-24", "speakers" : ["Eli Bressert"], "thumbnail_url" : "https://i.ytimg.com/vi/-pFYu7z-Ouo/hqdefault.jpg", "title" : "BayPIGgies: NumPy and SciPy", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=-pFYu7z-Ouo"}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"help": {"type": "string"}, "success": {"type": "boolean"}, "result": {"type": "object", "properties": {"resource_id": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", "id"]}}, "records": {"type": "array", "items": {"type": "object", "properties": {"applicant_country": {"type": "string"}, "trademark_filings_classes": {"type": "string"}, "_id": {"type": "integer"}, "rank": {"type": "string"}, "year": {"type": "string"}}, "required": ["applicant_country", "trademark_filings_classes", "_id", "rank", "year"]}}, "_links": {"type": "object", "properties": {"start": {"type": "string"}, "next": {"type": "string"}}, "required": ["start", "next"]}, "limit": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["resource_id", "fields", "records", "_links", "limit", "total"]}}, "required": ["help", "success", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"help" : "https://data.gov.sg/api/3/action/help_show?name=datastore_search", "success" : true, "result" : {"resource_id" : "a62fb07f-9c17-4308-b234-92b620e0148e", "fields" : [{"type" : "int4", "id" : "_id"}, {"type" : "text", "id" : "year"}, {"type" : "text", "id" : "applicant_country"}, {"type" : "numeric", "id" : "trademark_filings_classes"}, {"type" : "text", "id" : "rank"}], "records" : [{"applicant_country" : "Singapore", "trademark_filings_classes" : "7573", "_id" : 1, "rank" : "1", "year" : "2013"}, {"applicant_country" : "United States of America", "trademark_filings_classes" : "5977", "_id" : 2, "rank" : "2", "year" : "2013"}, {"applicant_country" : "Japan", "trademark_filings_classes" : "3760", "_id" : 3, "rank" : "3", "year" : "2013"}, {"applicant_country" : "Germany", "trademark_filings_classes" : "2425", "_id" : 4, "rank" : "4", "year" : "2013"}, {"applicant_country" : "China", "trademark_filings_classes" : "2138", "_id" : 5, "rank" : "5", "year" : "2013"}], "_links" : {"start" : "/api/action/datastore_search?limit=5&resource_id=a62fb07f-9c17-4308-b234-92b620e0148e", "next" : "/api/action/datastore_search?offset=5&limit=5&resource_id=a62fb07f-9c17-4308-b234-92b620e0148e"}, "limit" : 5, "total" : 578}}
json_instruct
{"type": "object", "properties": {"help": {"type": "string"}, "success": {"type": "boolean"}, "result": {"type": "object", "properties": {"resource_id": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", "id"]}}, "records": {"type": "array", "items": {"type": "object", "properties": {"applicant_country": {"type": "string"}, "trademark_filings_classes": {"type": "string"}, "_id": {"type": "integer"}, "rank": {"type": "string"}, "year": {"type": "string"}}, "required": ["applicant_country", "trademark_filings_classes", "_id", "rank", "year"]}}, "_links": {"type": "object", "properties": {"start": {"type": "string"}, "next": {"type": "string"}}, "required": ["start", "next"]}, "limit": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["resource_id", "fields", "records", "_links", "limit", "total"]}}, "required": ["help", "success", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-84.955407, 32.406844], [-84.954114, 32.412639], [-84.950498, 32.418024], [-84.949915, 32.427529], [-84.947212, 32.423923], [-84.939964, 32.408662], [-84.937527, 32.406458], [-84.934733, 32.405557], [-84.932782, 32.401094], [-84.936645, 32.401142], [-84.940114, 32.402948], [-84.940102, 32.406654], [-84.955407, 32.406844]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 18971}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"reqwest.js": {"type": "string"}, "reqwest.min.js": {"type": "string"}}, "required": ["reqwest.js", "reqwest.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"reqwest.js" : "sha512-vpzk0+NasGt7qeUI+dFb9bTYnJvIEPkJUMR26jyyRg3CuWyrj8wsymddNBy+cHnfgLsAnbEBwO/z2kHHWFaJ6A==", "reqwest.min.js" : "sha512-JcpXYLGhEsTMuNWaETYwZIydXZ98LsIlQ4QEhG8J7rWXz5k/uiMDx/BpDuznTaCpPFOjlpN3oraxBMRiGhJKkg=="}
json_instruct
{"type": "object", "properties": {"reqwest.js": {"type": "string"}, "reqwest.min.js": {"type": "string"}}, "required": ["reqwest.js", "reqwest.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "872", "description" : "", "label" : "Vorhandensein ausgemusterter Datentr\u00e4ger in Zonen, die dienstlich nicht betroffenen Personen zug\u00e4nglich sind", "language" : "DE", "uuid" : "69fc24c5-4591-11e9-9173-0800277f0571"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "browser": {"type": "string"}, "typings": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "build-for-publish": {"type": "string"}}, "required": ["build", "watch", "build-for-publish"]}, "dependencies": {"type": "object", "properties": {"@tinkoff/utils": {"type": "string"}, "@types/connect-timeout": {"type": "string"}, "ajv": {"type": "string"}, "body-parser": {"type": "string"}, "connect-timeout": {"type": "string"}, "cookie-parser": {"type": "string"}, "express": {"type": "string"}, "tslib": {"type": "string"}}, "required": ["@tinkoff/utils", "@types/connect-timeout", "ajv", "body-parser", "connect-timeout", "cookie-parser", "express", "tslib"]}, "devDependencies": {"type": "object", "properties": {"@types/connect-timeout": {"type": "string"}, "@types/cookie-parser": {"type": "string"}, "@types/express": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["@types/connect-timeout", "@types/cookie-parser", "@types/express", "supertest"]}, "gitHead": {"type": "string"}, "module": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "browser", "typings", "files", "repository", "scripts", "dependencies", "devDependencies", "gitHead", "module", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@tramvai/papi", "version" : "0.0.0-stub", "description" : "", "main" : "lib/server.js", "browser" : "lib/browser.js", "typings" : "lib/server.d.ts", "files" : ["lib", "__migrations__"], "repository" : {"type" : "git", "url" : "[email protected]:Tinkoff/tramvai.git"}, "scripts" : {"build" : "tramvai-build --for-publish", "watch" : "tsc -w", "build-for-publish" : "true"}, "dependencies" : {"@tinkoff/utils" : "^2.1.2", "@types/connect-timeout" : "^0.0.34", "ajv" : "^6.5.4", "body-parser" : "^1.18.3", "connect-timeout" : "^1.9.0", "cookie-parser" : "^1.4.5", "express" : "^4.17.1", "tslib" : "^2.0.3"}, "devDependencies" : {"@types/connect-timeout" : "^0.0.34", "@types/cookie-parser" : "^1.4.2", "@types/express" : "^4.17.9", "supertest" : "^3.3.0"}, "gitHead" : "8e826a214c87b188fc4d254cdd8f2a2b2c55f3a8", "module" : "lib/server.es.js", "license" : "Apache-2.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "typings": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "build-for-publish": {"type": "string"}}, "required": ["build", "watch", "build-for-publish"]}, "dependencies": {"type": "object", "properties": {"@tinkoff/utils": {"type": "string"}, "@types/connect-timeout": {"type": "string"}, "ajv": {"type": "string"}, "body-parser": {"type": "string"}, "connect-timeout": {"type": "string"}, "cookie-parser": {"type": "string"}, "express": {"type": "string"}, "tslib": {"type": "string"}}, "required": ["@tinkoff/utils", "@types/connect-timeout", "ajv", "body-parser", "connect-timeout", "cookie-parser", "express", "tslib"]}, "devDependencies": {"type": "object", "properties": {"@types/connect-timeout": {"type": "string"}, "@types/cookie-parser": {"type": "string"}, "@types/express": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["@types/connect-timeout", "@types/cookie-parser", "@types/express", "supertest"]}, "gitHead": {"type": "string"}, "module": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "browser", "typings", "files", "repository", "scripts", "dependencies", "devDependencies", "gitHead", "module", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"script/jquery.jscrollpane.js": {"type": "string"}, "script/jquery.jscrollpane.min.js": {"type": "string"}, "style/jquery.jscrollpane.css": {"type": "string"}, "style/jquery.jscrollpane.min.css": {"type": "string"}}, "required": ["script/jquery.jscrollpane.js", "script/jquery.jscrollpane.min.js", "style/jquery.jscrollpane.css", "style/jquery.jscrollpane.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"script/jquery.jscrollpane.js" : "sha256-AgWYPpw0oO02ywjRtRGEgFkVG0EkaBFwCLlKxwwXCPY=", "script/jquery.jscrollpane.min.js" : "sha256-gWWUgQCzwcEzWIyIv662BU2RXIosU9HQRhtIcxkpmg4=", "style/jquery.jscrollpane.css" : "sha256-4oAcfAIvsTxoLFgQfX7h2Hc4T0YjhBtWPRhlaxsqifo=", "style/jquery.jscrollpane.min.css" : "sha256-Ov87pt7vSS+nRtrHba5Y4d7XC4K63fEx45GucFPpGf4="}
json_instruct
{"type": "object", "properties": {"script/jquery.jscrollpane.js": {"type": "string"}, "script/jquery.jscrollpane.min.js": {"type": "string"}, "style/jquery.jscrollpane.css": {"type": "string"}, "style/jquery.jscrollpane.min.css": {"type": "string"}}, "required": ["script/jquery.jscrollpane.js", "script/jquery.jscrollpane.min.js", "style/jquery.jscrollpane.css", "style/jquery.jscrollpane.min.css"], "$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" : "0xdee1a2bb08108310f6b16f0a133d0554f2a7d275e43ca91bcd81e61708141c40", "parentHash" : "0xbeb6708da0a2892e3c3ac71d003850e08c971c1f9decf89636f2bf680d087385", "number" : 80181, "timestamp" : 1439481366, "nonce" : "0xb3ae0dd31f7451d7", "difficulty" : 2373613119335, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xdd2F1e6e498202e86D8f5442Af596580A4f03c2C", "extraData" : "0x476574682f76312e302e312d38326566323666362f6c696e75782f676f312e34", "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"900005427": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900005428": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900005429": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900005430": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900005431": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900005427", "900005428", "900005429", "900005430", "900005431"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900005427" : {"nama" : "TPS 1", "dapil" : [1101, 11102, 2110705]}, "900005428" : {"nama" : "TPS 2", "dapil" : [1101, 11102, 2110705]}, "900005429" : {"nama" : "TPS 3", "dapil" : [1101, 11102, 2110705]}, "900005430" : {"nama" : "TPS 4", "dapil" : [1101, 11102, 2110705]}, "900005431" : {"nama" : "TPS 5", "dapil" : [1101, 11102, 2110705]}}
json_instruct
{"type": "object", "properties": {"900005427": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900005428": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900005429": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900005430": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900005431": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900005427", "900005428", "900005429", "900005430", "900005431"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"train_batch_size": {"type": "integer"}, "gradient_accumulation_steps": {"type": "integer"}, "optimizer": {"type": "object", "properties": {"type": {"type": "string"}, "params": {"type": "object", "properties": {"lr": {"type": "number"}}, "required": ["lr"]}}, "required": ["type", "params"]}, "gradient_clipping": {"type": "number"}, "fp16": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "loss_scale": {"type": "integer"}}, "required": ["enabled", "loss_scale"]}}, "required": ["train_batch_size", "gradient_accumulation_steps", "optimizer", "gradient_clipping", "fp16"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"train_batch_size" : 2, "gradient_accumulation_steps" : 1, "optimizer" : {"type" : "Adam", "params" : {"lr" : 0.00015}}, "gradient_clipping" : 1.0, "fp16" : {"enabled" : true, "loss_scale" : 0}}
json_instruct
{"type": "object", "properties": {"train_batch_size": {"type": "integer"}, "gradient_accumulation_steps": {"type": "integer"}, "optimizer": {"type": "object", "properties": {"type": {"type": "string"}, "params": {"type": "object", "properties": {"lr": {"type": "number"}}, "required": ["lr"]}}, "required": ["type", "params"]}, "gradient_clipping": {"type": "number"}, "fp16": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "loss_scale": {"type": "integer"}}, "required": ["enabled", "loss_scale"]}}, "required": ["train_batch_size", "gradient_accumulation_steps", "optimizer", "gradient_clipping", "fp16"], "$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"}}, "logo": {"type": "string"}, "image": {"type": "string"}, "website": {"type": "string"}, "repository": {"type": "string"}, "addons": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "keywords", "logo", "image", "website", "repository", "addons"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "MemCachier Sinatra App", "description" : "Ruby Sinatra app illustrating how to use MemCachier to cache Facebook API data", "keywords" : ["ruby", "sinatra", "facebook", "memcache", "memcachier", "caching"], "logo" : "https://www.memcachier.com/assets/logo-large.png", "image" : "heroku/python", "website" : "https://www.memcachier.com", "repository" : "https://github.com/memcachier/examples-sinatra", "addons" : ["memcachier"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "logo": {"type": "string"}, "image": {"type": "string"}, "website": {"type": "string"}, "repository": {"type": "string"}, "addons": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "keywords", "logo", "image", "website", "repository", "addons"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "gypfile": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "build": {"type": "string"}}, "required": ["install", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bindings": {"type": "string"}, "node-addon-api": {"type": "string"}}, "required": ["bindings", "node-addon-api"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "gypfile", "scripts", "repository", "author", "maintainers", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@calculux/connector", "version" : "0.0.2", "description" : "this is package about n-api", "main" : "index.js", "gypfile" : true, "scripts" : {"install" : "node-gyp rebuild", "build" : "node-gyp build"}, "repository" : {"type" : "git", "url" : "git+https://github.com/calculux/connector.git"}, "author" : "zhi <[email protected]>", "maintainers" : ["zhi <[email protected]>"], "license" : "MIT", "bugs" : {"url" : "https://github.com/calculux/connector/issues"}, "homepage" : "https://github.com/calculux/connector#readme", "dependencies" : {"bindings" : "^1.5.0", "node-addon-api" : "^3.0.2"}, "devDependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "gypfile": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "build": {"type": "string"}}, "required": ["install", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bindings": {"type": "string"}, "node-addon-api": {"type": "string"}}, "required": ["bindings", "node-addon-api"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "gypfile", "scripts", "repository", "author", "maintainers", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["katie so rude", "katie u crazeh", "blame zhong"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "embellishcraft:block/polished_jade_stairs"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["230126101011", "\u94c1\u897f\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["230126101012", "\u5f97\u6743\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["230126101013", "\u632f\u5174\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["230126101014", "\u7e41\u8363\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["230126101015", "\u6587\u5316\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["230126101200", "\u5e86\u9686\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126101201", "\u798f\u5408\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126101202", "\u5174\u4e50\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126101203", "\u6c11\u6743\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126101204", "\u5efa\u534e\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126101205", "\u6c11\u4e3b\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126101206", "\u9686\u9752\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126101207", "\u4e2d\u5174\u6751\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "world_pos": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "intensity": {"type": "number"}}, "required": ["name", "world_pos", "intensity"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "light.062", "world_pos" : {"x" : -9.5, "y" : -4.75, "z" : -88.5}, "intensity" : 200.0}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "world_pos": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "intensity": {"type": "number"}}, "required": ["name", "world_pos", "intensity"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"/auth/realms/efairy-realm/protocol/openid-connect/token": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}, "/auth/realms/efairy-realm/protocol/openid-connect/logout": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}, "/api/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}, "/efiary-actuator": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}, "/horoscope-actuator": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}, "/auth/": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}}, "required": ["/auth/realms/efairy-realm/protocol/openid-connect/token", "/auth/realms/efairy-realm/protocol/openid-connect/logout", "/api/*", "/efiary-actuator", "/horoscope-actuator", "/auth/"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/auth/realms/efairy-realm/protocol/openid-connect/token" : {"target" : "http://localhost:8082", "secure" : false, "logLevel" : "info", "changeOrigin" : true}, "/auth/realms/efairy-realm/protocol/openid-connect/logout" : {"target" : "http://localhost:8082", "secure" : false, "logLevel" : "info", "changeOrigin" : true}, "/api/*" : {"target" : "http://localhost:8080", "secure" : false, "logLevel" : "info", "changeOrigin" : true}, "/efiary-actuator" : {"target" : "http://localhost:8080", "secure" : false, "logLevel" : "info", "changeOrigin" : true}, "/horoscope-actuator" : {"target" : "http://localhost:8081", "secure" : false, "logLevel" : "info", "changeOrigin" : true}, "/auth/" : {"target" : "http://localhost:8082", "secure" : false, "logLevel" : "info", "changeOrigin" : true}}
json_instruct
{"type": "object", "properties": {"/auth/realms/efairy-realm/protocol/openid-connect/token": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}, "/auth/realms/efairy-realm/protocol/openid-connect/logout": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}, "/api/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}, "/efiary-actuator": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}, "/horoscope-actuator": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}, "/auth/": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}}, "required": ["/auth/realms/efairy-realm/protocol/openid-connect/token", "/auth/realms/efairy-realm/protocol/openid-connect/logout", "/api/*", "/efiary-actuator", "/horoscope-actuator", "/auth/"], "$schema": "http://json-schema.org/draft-07/schema#"}