input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["rows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rows" : [["openwindow", "1", "Description", "LEGIT", "farm", "farm.png", "rain.png", "farm.m4a", "abcdefghijklmnopqrstuvwxyz"], ["openwindow", "1", "Description", "LEGIT", "heart", "heart.png", "river.png", "heart.m4a", "abcdefghijklmnopqrstuvwxyz"], ["openwindow", "1", "Description", "LEGIT", "square", "square.png", "rocket.png", "square.m4a", "abcdefghijklmnopqrstuvwxyz"], ["rocket", "1", "Description", "carrot", "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z", "c,a,r,o,t", "carrot.mp3", "carrot.png", "true", "false"], ["rocket", "1", "Description", "carrot", "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z", "c,a,r,r,o,t", "carrot.mp3", "carrot.png", "false", "true"], ["rocket", "1", "Description", "farm", "f,a,r,m", "f,a,r,m", "farm.mp3", "farm1.png", "false", "false"], ["quizliteracy", "1", "Description", "soundonly_word", "farm", "dish", "fish", "farm", "", "", "farm.m4a"], ["quizliteracy", "1", "Description", "image_word", "heart", "heart", "grass", "stick", "heart.png"], ["quizliteracy", "1", "Description", "soundonly_word", "carrot", "farm", "carrot", "heart", "", "", "carrot.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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 92532, "cartId" : "94f8787d-314e-4c92-8ed6-86a52019857c", "preferredProducts" : [4329], "productReviews" : [{"productId" : 1238, "reviewText" : "one of my hobbies is sailing. and when i'm sailing this works great.", "reviewDate" : "2019-08-19T16:25:27.4267952+03:00"}, {"productId" : 511, "reviewText" : "heard about this on Kansas City jazz radio, decided to give it a try.", "reviewDate" : "2018-04-15T20:03:04.6064604+03:00"}, {"productId" : 806, "reviewText" : "heard about this on brazilian radio, decided to give it a try.", "reviewDate" : "2016-12-13T10:07:47.6724409+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"count": {"type": "integer"}, "119051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291060": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "252050": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "436010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "252020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "232011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "112020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "411011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "2310XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291141": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "251000": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "119051", "291060", "252050", "436010", "252020", "232011", "N.A.//", "112020", "411011", "2310XX", "291141", "251000"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"count" : 45, "119051" : {"count" : 1}, "291060" : {"count" : 2}, "252050" : {"count" : 2}, "436010" : {"count" : 1}, "252020" : {"count" : 3}, "232011" : {"count" : 1}, "N.A.//" : {"count" : 22}, "112020" : {"count" : 1}, "411011" : {"count" : 1}, "2310XX" : {"count" : 7}, "291141" : {"count" : 3}, "251000" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "119051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291060": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "252050": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "436010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "252020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "232011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "112020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "411011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "2310XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291141": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "251000": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "119051", "291060", "252050", "436010", "252020", "232011", "N.A.//", "112020", "411011", "2310XX", "291141", "251000"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : [[[-82.019097, 35.070894], [-82.016568, 35.072169], [-82.014252, 35.069971], [-82.00371, 35.065997], [-81.998354, 35.062231], [-81.994679, 35.06432], [-81.985583, 35.06635], [-81.975089, 35.066105], [-81.961118, 35.062123], [-81.958462, 35.062981], [-81.957167, 35.060951], [-81.953137, 35.058112], [-81.954917, 35.052792], [-81.955937, 35.051795], [-81.967712, 35.045618], [-81.97249, 35.044983], [-81.980768, 35.046599], [-81.987012, 35.046844], [-82.003933, 35.038642], [-82.009585, 35.037884], [-82.011387, 35.0401], [-82.014266, 35.052475], [-82.018267, 35.060924], [-82.017403, 35.064929], [-82.019097, 35.070894]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 58241}}]}
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"id_4228": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_4228"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_4228" : {"publicdate" : "2010-08-13 13:39:55", "title" : "Stepping Heavenward -2"}}
json_instruct
{"type": "object", "properties": {"id_4228": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_4228"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.resources": {"type": "object", "properties": {"cpu": {"type": "integer"}, "memory_gb": {"type": "integer"}, "disks": {"type": "string"}}, "required": ["cpu", "memory_gb", "disks"]}, "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.prefix": {"type": "string"}, "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.read_length": {"type": "integer"}, "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.hotspot2_tar_gz": {"type": "string"}}, "required": ["test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.resources", "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.prefix", "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.read_length", "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.hotspot2_tar_gz"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.resources" : {"cpu" : 1, "memory_gb" : 1, "disks" : "local-disk 10 SSD"}, "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.prefix" : "chr22", "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.read_length" : 36, "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.hotspot2_tar_gz" : "tests/data/dnase/hotspot2/hotspot2.tar.gz"}
json_instruct
{"type": "object", "properties": {"test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.resources": {"type": "object", "properties": {"cpu": {"type": "integer"}, "memory_gb": {"type": "integer"}, "disks": {"type": "string"}}, "required": ["cpu", "memory_gb", "disks"]}, "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.prefix": {"type": "string"}, "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.read_length": {"type": "integer"}, "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.hotspot2_tar_gz": {"type": "string"}}, "required": ["test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.resources", "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.prefix", "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.read_length", "test_unpack_hotspot2_tar_gz_to_struct.unpack_hotspot2_tar_gz_to_struct.hotspot2_tar_gz"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"1.0": {"type": "integer"}, "0.99": {"type": "integer"}, "0.98": {"type": "integer"}, "0.91": {"type": "integer"}, "0.96": {"type": "integer"}, "0.97": {"type": "integer"}, "0.64": {"type": "integer"}, "0.01": {"type": "integer"}, "0.0": {"type": "integer"}}, "required": ["1.0", "0.99", "0.98", "0.91", "0.96", "0.97", "0.64", "0.01", "0.0"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hour positive count" : 19, "hour neutral count" : 1, "hour negative count" : 3, "hour distri" : {"1.0" : 8, "0.99" : 5, "0.98" : 2, "0.91" : 1, "0.96" : 1, "0.97" : 2, "0.64" : 1, "0.01" : 2, "0.0" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"1.0": {"type": "integer"}, "0.99": {"type": "integer"}, "0.98": {"type": "integer"}, "0.91": {"type": "integer"}, "0.96": {"type": "integer"}, "0.97": {"type": "integer"}, "0.64": {"type": "integer"}, "0.01": {"type": "integer"}, "0.0": {"type": "integer"}}, "required": ["1.0", "0.99", "0.98", "0.91", "0.96", "0.97", "0.64", "0.01", "0.0"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"configID": {"type": "string"}, "id": {"type": "string"}, "timestamp": {"type": "integer"}, "objectID": {"type": "string"}, "boundingBox": {"type": "object", "properties": {"left": {"type": "number"}, "right": {"type": "number"}, "top": {"type": "number"}, "bottom": {"type": "number"}}, "required": ["left", "right", "top", "bottom"]}, "basePoint": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "required": ["configID", "id", "timestamp", "objectID", "boundingBox", "basePoint"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configID" : "0f4e17c8bb80deb4e7130a86d50a75f0", "id" : "77", "timestamp" : 768, "objectID" : "1", "boundingBox" : {"left" : 0.6141414141414141, "right" : 0.814141414141414, "top" : 0.4, "bottom" : 0.6}, "basePoint" : {"x" : 0.7141414141414141, "y" : 0.5}}
json_instruct
{"type": "object", "properties": {"configID": {"type": "string"}, "id": {"type": "string"}, "timestamp": {"type": "integer"}, "objectID": {"type": "string"}, "boundingBox": {"type": "object", "properties": {"left": {"type": "number"}, "right": {"type": "number"}, "top": {"type": "number"}, "bottom": {"type": "number"}}, "required": ["left", "right", "top", "bottom"]}, "basePoint": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "required": ["configID", "id", "timestamp", "objectID", "boundingBox", "basePoint"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["130281201200", "\u5d14\u5bb6\u5e84\u6751\u59d4\u4f1a", "112", "0"], ["130281201201", "\u5927\u67f3\u6811\u6751\u59d4\u4f1a", "111", "0"], ["130281201202", "\u4e09\u5b98\u5e99\u6751\u59d4\u4f1a", "111", "0"], ["130281201203", "\u8001\u8f9b\u5e84\u6751\u59d4\u4f1a", "122", "0"], ["130281201204", "\u5c0f\u826f\u5c6f\u6751\u59d4\u4f1a", "122", "0"], ["130281201205", "\u664f\u6237\u65b0\u5e84\u6751\u59d4\u4f1a", "112", "0"], ["130281201206", "\u540e\u7a91\u6751\u59d4\u4f1a", "122", "0"], ["130281201207", "\u9ec4\u53f0\u6751\u59d4\u4f1a", "122", "0"], ["130281201208", "\u9ec4\u53f0\u53e3\u6751\u59d4\u4f1a", "220", "0"], ["130281201209", "\u524d\u9ece\u6cb3\u5e97\u6751\u59d4\u4f1a", "220", "0"], ["130281201210", "\u540e\u9ece\u6cb3\u5e97\u6751\u59d4\u4f1a", "220", "0"], ["130281201211", "\u897f\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["130281201212", "\u6cb3\u5357\u6751\u59d4\u4f1a", "220", "0"], ["130281201213", "\u6cb3\u5317\u6751\u59d4\u4f1a", "220", "0"], ["130281201214", "\u4e1c\u7941\u5c14\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["130281201215", "\u4e1c\u4e8c\u5341\u91cc\u94fa\u6751\u59d4\u4f1a", "220", "0"], ["130281201216", "\u897f\u4e8c\u5341\u91cc\u94fa\u6751\u59d4\u4f1a", "220", "0"], ["130281201217", "\u897f\u5c0f\u5be8\u6751\u59d4\u4f1a", "220", "0"], ["130281201218", "\u6768\u5bb6\u5e84\u6751\u59d4\u4f1a", "112", "0"], ["130281201219", "\u4e1c\u53cc\u57ce\u6751\u59d4\u4f1a", "112", "0"], ["130281201220", "\u897f\u53cc\u57ce\u6751\u59d4\u4f1a", "112", "0"], ["130281201221", "\u4e1c\u7eaa\u5404\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["130281201222", "\u897f\u7eaa\u5404\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["130281201223", "\u4e0b\u6e2f\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["id", "name", "codepoint", "aliases", "tags", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "FC1C719F-CE44-4B8A-A2A8-5DE6E02405D2", "name" : "alpha-h-circle", "codepoint" : "F0C01", "aliases" : ["alphabet-h-circle", "letter-h-circle"], "tags" : ["Alpha / Numeric"], "author" : "Contributors", "version" : "3.2.89", "zhs" : ["\u5b57\u6bcdh\u5708"], "description" : "", "comments" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["id", "name", "codepoint", "aliases", "tags", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1426.101912244293, 1438.9071195629156], [1440.9255114141715, 587.608995807039], [1453.6314535597817, 591.8443098555756]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200879873098000, "key" : "/static/25dda47afca1ca4dff0259b2d44288e4/c26ae/Untitled.png", "val" : "208d62c006fad776071d5b49f3a5b0d9"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {"lowerBound": {"type": "string"}, "numGeneratedLazyConstraints": {"type": "string"}}, "required": ["lowerBound", "numGeneratedLazyConstraints"]}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 3, "startTimes" : [0, 98, 14, 17, 29, 88, 38, 33, 61, 119, 51, 59, 148, 134, 75], "objectiveValue" : 451.0, "solverRuntimeInMilliseconds" : 1199040, "optional" : {"lowerBound" : "434.000000", "numGeneratedLazyConstraints" : "0"}}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {"lowerBound": {"type": "string"}, "numGeneratedLazyConstraints": {"type": "string"}}, "required": ["lowerBound", "numGeneratedLazyConstraints"]}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01009813": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01009813"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01009813" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00049622", "LAD11CD" : "E08000027"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00049623", "LAD11CD" : "E08000027"}, "arcs" : [[3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00049649", "LAD11CD" : "E08000027"}, "arcs" : [[-6, 6, 7, -3, 8, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00049650", "LAD11CD" : "E08000027"}, "arcs" : [[-1, -8, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00049652", "LAD11CD" : "E08000027"}, "arcs" : [[-10, 11, -4]]}]}}, "arcs" : [[[8060, 7614], [185, -346], [216, 95]], [[8461, 7363], [1170, -1060], [139, -564], [-1325, -1061], [-108, 230], [630, 866], [-566, 732], [-1110, -300], [-539, 286]], [[6752, 6492], [143, 556], [1165, 566]], [[6165, 7636], [-957, -922], [301, -634], [-63, -528], [-456, 84], [-201, -575]], [[4789, 5061], [-473, -500], [-480, 199], [331, 740], [-202, 205], [-516, -1980], [-1048, -2096], [-72, -1480], [-28, -149], [23, 259], [-1358, 546], [-57, 977], [-909, 1843], [1030, 1081], [3146, 1899], [1843, 1483]], [[6019, 8088], [146, -452]], [[6019, 8088], [63, 89], [749, 475], [1125, 1327], [30, 20]], [[7986, 9999], [80, -420], [-377, -817], [270, -332], [101, -816]], [[6752, 6492], [-39, -19]], [[6713, 6473], [-367, 240], [-181, 923]], [[7986, 9999], [1458, -759], [307, -572], [248, -32], [-54, -433], [-1552, -442], [68, -398]], [[6713, 6473], [102, -362], [-273, -157], [136, -304], [277, 89], [-127, -639], [-611, -505], [-447, 89], [-89, 528], [-272, -234], [-159, 316], [-188, -153], [-273, -80]]], "transform" : {"scale" : [2.1714622770733854e-06, 9.016668065745326e-07], "translate" : [-2.100222572211728, 52.44865311430907]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01009813": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01009813"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$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"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss": {"type": "string"}, "tailwindcss": {"type": "string"}, "vue": {"type": "string"}}, "required": ["autoprefixer", "postcss", "tailwindcss", "vue"]}, "devDependencies": {"type": "object", "properties": {"@bundled-es-modules/axios": {"type": "string"}, "@vue/compiler-sfc": {"type": "string"}, "dotenv": {"type": "string"}, "path": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@bundled-es-modules/axios", "@vue/compiler-sfc", "dotenv", "path", "vite"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "frontend", "version" : "0.0.0", "scripts" : {"dev" : "vite", "build" : "vite build"}, "dependencies" : {"autoprefixer" : "^9", "postcss" : "^7", "tailwindcss" : "npm:@tailwindcss/postcss7-compat", "vue" : "^3.0.4"}, "devDependencies" : {"@bundled-es-modules/axios" : "^0.21.1", "@vue/compiler-sfc" : "^3.0.4", "dotenv" : "^8.2.0", "path" : "^0.12.7", "vite" : "^1.0.0-rc.13"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss": {"type": "string"}, "tailwindcss": {"type": "string"}, "vue": {"type": "string"}}, "required": ["autoprefixer", "postcss", "tailwindcss", "vue"]}, "devDependencies": {"type": "object", "properties": {"@bundled-es-modules/axios": {"type": "string"}, "@vue/compiler-sfc": {"type": "string"}, "dotenv": {"type": "string"}, "path": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@bundled-es-modules/axios", "@vue/compiler-sfc", "dotenv", "path", "vite"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"VersionId" : "v9", "IsDefaultVersion" : false, "CreateDate" : "2021-04-08T19:03:02+00:00", "PolicyName" : "AmazonLaunchWizard_Fullaccess"}
json_instruct
{"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.1dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.2dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.3dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.1dev", "0.1.2dev", "0.1.3dev", "0.1dev"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.1.3dev"], "meta" : {"description" : "Weather toolkit", "homepage" : "http://pypi.python.org/pypi/PySky/", "license" : "LICENSE.txt"}, "versions" : {"0.1.1dev" : {"sha256" : "5d4cd91102b2d0389085e8bec8aad6772be759f8ca3805cd3e0791a2bca5395a", "url" : "https://files.pythonhosted.org/packages/ce/92/8eb713aa17c65053d6c6905687fe33026bda7a0c95e42b039f7c2477eb3d/PySky-0.1.1dev.tar.gz"}, "0.1.2dev" : {"sha256" : "e5114fb6dc41dffa6808310cce04b32180b55d7d22c38238b90c1188c5b9e249", "url" : "https://files.pythonhosted.org/packages/bc/6a/34c779d2286a5a2cb9396c9824aa0df3b4c2a4571571a7f242c062cb0b4b/PySky-0.1.2dev.tar.gz"}, "0.1.3dev" : {"sha256" : "8e20a30b2b0a9abb280a437345dcd29602ce226f0259097a2af435ea0685e1a7", "url" : "https://files.pythonhosted.org/packages/e2/52/759bc5007ff1c17eaa63c9d0eac08b448d59a5f9a5c249a4183e0cce5086/PySky-0.1.3dev.tar.gz"}, "0.1dev" : {"sha256" : "1745e3cf503c9739a03ed63384e38e7ec98b72ce8e453eef9f7e393ef6240f44", "url" : "https://files.pythonhosted.org/packages/09/33/21736fdbced55d23ba1b3c953bace5c15d5d7f2f647813b6c6b8805d7d4a/PySky-0.1dev.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.1dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.2dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.3dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.1dev", "0.1.2dev", "0.1.3dev", "0.1dev"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "rating": {"type": "number"}, "check-in": {"type": "integer"}, "review-count": {"type": "integer"}}, "required": ["id", "rating", "check-in", "review-count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 208, "rating" : 3.4, "check-in" : 201, "review-count" : 3}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "rating": {"type": "number"}, "check-in": {"type": "integer"}, "review-count": {"type": "integer"}}, "required": ["id", "rating", "check-in", "review-count"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "terrains": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "terrains"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"type" : "overmap_location", "id" : "deep_water", "terrains" : ["river_center", "river_ne", "river_nw", "river_se", "river_sw"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "terrains": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "terrains"]}, "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "expectorant", "version" : "0.0.1", "description" : "Chai plugin that triggers a REPL when an assertion fails that allows you to interrogate and manipulate variables, in the scope of the failing test.", "main" : "src/index.js", "repository" : {"type" : "git", "url" : "https://github.com/sc0ttyd/expectorant.git"}, "scripts" : {"test" : "mocha *.test.js"}, "keywords" : ["expectorant", "chai", "chai-plugin", "repl"], "author" : "Scott Donnelly", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"authors": {"type": "array", "items": {}}, "date_download": {"type": "string"}, "date_modify": {"type": "string"}, "date_publish": {"type": "string"}, "description": {"type": "string"}, "filename": {"type": "string"}, "image_url": {"type": "string"}, "language": {"type": "string"}, "localpath": {"type": "string"}, "title": {"type": "string"}, "title_page": {"type": "string"}, "title_rss": {"type": "string"}, "source_domain": {"type": "string"}, "text": {"type": "string"}, "url": {"type": "string"}}, "required": ["authors", "date_download", "date_modify", "date_publish", "description", "filename", "image_url", "language", "localpath", "title", "title_page", "title_rss", "source_domain", "text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [], "date_download" : "2019-11-14 08:58:55", "date_modify" : "2019-11-14 08:58:55", "date_publish" : "2016-04-21 18:51:00", "description" : "\u0643\u064a\u0641 \u062a\u0646\u0635\u062d \u0632\u0648\u062c\u062a\u0643 \u0628\u0634\u0643\u0644 \u062c\u0645\u064a\u0644 \u0642\u0635\u0629 \u0631\u0627\u0626\u0639\u0629 \ufe8d\ufeb3\ufe98\ufef4\ufed8\ufec6 \ufe8d\ufedf\ufeb0\ufeed\ufe9d \u0641\u064a \u0627\u0644\u0635\u0628\u0627\u062d \u0627\u0644\u0628\u0627\u0643\u0631 .. \u0648\ufe97\ufee8\ufe8e\ufeed\ufedd \u0648\u062c\u0628\u0629 \u0627\u0644\u0641\u0637\u0648\u0631\u0628\u0635\u062d\u0628\u0629 \ufeaf\ufeed\ufe9f\ufe98\ufeea \u00a0\u0648\u0628\u0639\u062f\u0647\u0627 \u062a\u0648\u062c\u0647\u0627 \u0627\u0644\u0649 \u0628\u064a\u0646\u0647 \u0644\u064a\u0631\ufe97\ufeaa...", "filename" : "2016_04_How-do-your-wife-advises-beautifully_1573721935.html", "image_url" : "https://2.bp.blogspot.com/-Q9rgBU9f9-U/VxmC3GAVx0I/AAAAAAAAAqk/v6kJ8NZ1u3YaTLAxy4mExZ7kCe02D_yfQCLcB/w1200-h630-p-k-no-nu/%25D8%25A7%25D9%2584%25D8%25B1%25D8%25AC%25D9%2584%2B%25D9%2588%25D8%25A7%25D9%2584%25D9%2585%25D8%25B1%25D8%25A7%25D9%2587.jpg", "language" : "ar", "localpath" : "/home/motaz/news-please-repo//data/2019/11/14/qisasse.com/2016_04_How-do-your-wife-advises-beautifully_1573721935.html", "title" : "\u0643\u064a\u0641 \u062a\u0646\u0635\u062d \u0632\u0648\u062c\u062a\u0643 \u0628\u0634\u0643\u0644 \u062c\u0645\u064a\u0644", "title_page" : "\u0643\u064a\u0641 \u062a\u0646\u0635\u062d \u0632\u0648\u062c\u062a\u0643 \u0628\u0634\u0643\u0644 \u062c\u0645\u064a\u0644", "title_rss" : "NULL", "source_domain" : "qisasse.com", "text" : "\u0643\u064a\u0641 \u062a\u0646\u0635\u062d \u0632\u0648\u062c\u062a\u0643 \u0628\u0634\u0643\u0644 \u062c\u0645\u064a\u0644 \u0642\u0635\u0629 \u0631\u0627\u0626\u0639\u0629\n\ufe8d\ufeb3\ufe98\ufef4\ufed8\ufec6 \ufe8d\ufedf\ufeb0\ufeed\ufe9d \u0641\u064a \u0627\u0644\u0635\u0628\u0627\u062d \u0627\u0644\u0628\u0627\u0643\u0631 .. \u0648\ufe97\ufee8\ufe8e\ufeed\ufedd \u0648\u062c\u0628\u0629 \u0627\u0644\u0641\u0637\u0648\u0631\u0628\u0635\u062d\u0628\u0629 \ufeaf\ufeed\ufe9f\ufe98\ufeea\n\u0648\u0628\u0639\u062f\u0647\u0627 \u062a\u0648\u062c\u0647\u0627 \u0627\u0644\u0649 \u0628\u064a\u0646\u0647 \u0644\u064a\u0631\ufe97\ufeaa\ufeef \ufee3\ufefc\ufe91\ufeb4\ufeea \ufe8d\ufeb3\ufe98\ufecc\ufeaa\u0627\u062f\u0627 \ufedf\ufee0\ufeac\ufeeb\ufe8e\ufe8f \ufe87\u0644\u0649 \u0645\u0643\u0627\u0646 \u0639\u0645\u0644\u0647\n\ufeed\ufecb\ufee8\ufeaa\ufee3\ufe8e \u0627\u0631\u062a\u062f\u0649 \u0645\u0644\u0627\u0628\u0633\u0647 \u062a\u0648\u062c\u0647 \u0627\u0644\u0649 \ufee3\ufedc\ufe98\ufe92\ufeea \ufedf\ufef4\ufe84\ufea7\ufeac \ufee3\ufed4\ufe8e\ufe97\ufef4\ufea4\ufeea\n\ufeed\u0639\u0646\u062f \u0641\u062a\u062d\u0647 \u0628\u0627\u0628 \u0627\u0644\u0645\u0643\u062a\u0628 \u0648\u062c\u062f \ufe83\ufe97\ufeae\ufe91\ufe94 \ufedb\ufe9c\ufef4\ufeae\ufe93 \u0648\u063a\u0628\u0627\u0631\ufecb\ufee0\ufef0 \ufe8d\ufedf\ufee4\ufedc\ufe98\ufe90 \ufeed\ufecb\ufee0\ufef0 \ufeb7\ufe8e\ufeb7\ufe94 \u062d\u0648\u0627\u0633\u0628\u0647 \ufed3\u062a\u0633\u0644\u0644 \ufed3\ufef2 \ufeeb\ufeaa\ufeed\ufe80\n\u0648\u062a\u0648\u062c\u0647 \u0646\u062d\u0648 \u0632\u0648\u062c\u062a\u0647 \u0648\u0642\u0627\u0644 \u0644\u0647\u0627 \ufeaf\ufeed\ufe9f\ufe98\ufef2 \u0627\u0644\u0639\u0632\u064a\u0632\u0629 \ufe83\ufea3\ufec0\ufeae\ufef1 \ufedf\ufef2 \ufee3\ufed4\ufe8e\u062a\u064a\u062d \u0627\u0644\u0633\u064a\u0627\u0631\u0629 \ufee3\ufee6 \ufe8d\ufedf\ufee4\ufedc\ufe98\u0628 \u0646\u0647\u0645 \u0628\u062c\u0627\u0646\u0628 \u0627\u0644\u062d\u0627\u0633\u0648\u0628\n\u062a\u0648\u062c\u0647\u062a \ufe8d\ufedf\ufeb0\ufeed\ufe9f\ufe94 \u0644\u0644\u0645\u0643\u062a\u0628 \u0644\u062a\u062d\u0636\u0631\u0627\ufedf\ufee4\ufed4\ufe8e\ufe97\ufef4\ufea2 \u0644\u0632\u0648\u062c\u0647\u0627 \u0641\u0639\u062a\u0631\u062a \u0639\u0644\u0649 \u0646\u0642\u0648\u0634 \ufeaf\ufeed\ufe9f\ufeec\ufe8e \ufeed\ufeb3\ufec2 \u0627\u0644\u0627\u062a\u0631\u0628\u0629 \u0648\u0642\u062f \u0646\u0642\u0634\u0647\u0627\n... \ufe91\ufe84\ufebb\ufe92\ufecc\ufeea \ufecb\ufee0\ufef0 \u0645\u0643\u062a\u0628\u0647 \ufe8d\ufedf\ufeac\ufef1 \ufef3\ufea4\ufee4\ufede \ufe8d\ufedf\ufedc\ufe9c\ufef4\ufeae \ufee3\ufee6\u0627\u0644\u063a\u0628\u0627\u0631\n\ufe83\u0639\u0634\u0642\u0643 \u0628\u0647\u0648\u0633 \u064a\u0627 \ufeaf\ufeed\ufe9f\ufe98\ufef2 ... \ufe83\u0645\u0648\u062a \u0639\u0644\u064a\u0643 \ufef3\ufe8e\ufead\ufed3\ufef4\ufed8\ufe94 \ufecb\ufee4\ufeae\ufef1\n\u0648\u0641\u064a \u0627\u0644\u0644\u062d\u0638\u0629 \u0627\u0644\u062a\u064a \u0627\u0631\u0627\u062f\u062a \u0627\ufedf\ufea8\ufeae\u0648\ufe9d \ufee3\ufee6 \ufe8d\ufedf\u0645\u0643\u062a\u0628 \ufeb7\ufe8e\ufeeb\ufeaa\ufe95 \ufeb7\ufe8e\ufeb7\ufe94 \ufe8d\u0644\u062d\u0627\u0633\u0648\u0628 \ufee3\ufedc\ufe98\ufeee\ufe8f \u0639\u0644\u064a\u0647 \ufe91\ufe88\ufebb\ufe92\ufecc\ufeea\n\ufeed\ufeb3\ufec2 \u0627\u0644\u063a\u0628\u0627\u0631\n\ufe83\u0639\u0634\u0642\u0643 \ufef3\ufe8e \u062d\u0628\u064a\u0628 \u0642\u0644\u0628\u064a\n\ufed3\ufea8\ufeae\ufe9f\ufe96 \ufe8d\ufedf\ufeb0\ufeed\ufe9f\ufe94 \u0645\u0633\u0631\u0639\u0629 \ufee3\ufee6 \ufe8d\ufedf\u0645\u0643\u062a\u0628 \ufeed\u0645\u062f\u062a \ufeaf\ufeed\ufe9f\ufeec\ufe8e \ufe8d\ufedf\ufee4\ufed4\ufe8e\ufe97\ufef4\ufea2 \u0633\u064a\u0627\u0631\u062a\u0647 \u0648\u0646\u0638\u0631\u062a \u0627\u0644\u064a\u0647 \u0648\u0647\u064a \u0645\u0628\u062a\u0633\u0645\u0629\n\u0648\u0643\u062a\u0646\u0647\u0627 \ufe97\u0642\u0648\u0644 \u0644\u0647 \ufe83\ufee5 \ufead\ufeb3\ufe8e\ufedf\ufe98\u0643 \ufed7\ufeaa \ufeed\ufebb\ufee0\ufe96 \u0648\u0641\u0647\u0645\u062a\u0647\u0627 \ufeed\ufe83\ufee7\ufeec\ufe8e \u0633\u062a\u062c\u062a\u0647\u062f \u0627\u0643\u062b\u0631 \u0641\u064a \ufe91\ufee8\ufec8\ufe8e\ufed3\ufe94 \u0645\u0646\u0632\u0644\u0647\u0627\n\" \ufeeb\ufeac\ufe8d \ufeeb\ufeee \ufe8d\ufedf\ufeb0\ufeed\ufe9d \ufe8d\ufedf\u0630\u0643\u064a \ufe8d\ufedf\ufeac\ufef1 \ufe87\ufeab\ufe8d \u0627\u0642\u062a\u0631\u0641\u062a \ufeaf\ufeed\ufe9f\ufe98\ufeea \u0630\u0646\u0628\u0627 \ufedf\ufee2 \ufef3\ufeb4\ufef2\ufe80\n\ufee3\ufecc\ufe8e\ufee3\ufee0\ufe98\ufeec\ufe8e \u0644\u0627\u0643\u0646\u0647 \ufef3\ufed8\ufe8e\ufe91\ufede \u0627\ufea7\ufec4\ufe84\ufeeb\ufe8e \u0648\u064a\u0639\u0645\u0644\u0647\u0627 \u0628\u0627\u0644\u0630\u0643\u0649 \u0648 \ufe91\ufe8e\ufedf\ufee4\ufecc\ufe8e\ufee3\ufee0\ufe94 \ufe8d\ufedf\ufea4\ufeb4\ufee8\ufe94 , \ufeed\ufef3\ufed0\ufef4\ufeae \ufe8d\ufedf\ufee4\ufeee\ufed7\ufed2 . .", "url" : "https://www.qisasse.com/2016/04/How-do-your-wife-advises-beautifully.html"}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {}}, "date_download": {"type": "string"}, "date_modify": {"type": "string"}, "date_publish": {"type": "string"}, "description": {"type": "string"}, "filename": {"type": "string"}, "image_url": {"type": "string"}, "language": {"type": "string"}, "localpath": {"type": "string"}, "title": {"type": "string"}, "title_page": {"type": "string"}, "title_rss": {"type": "string"}, "source_domain": {"type": "string"}, "text": {"type": "string"}, "url": {"type": "string"}}, "required": ["authors", "date_download", "date_modify", "date_publish", "description", "filename", "image_url", "language", "localpath", "title", "title_page", "title_rss", "source_domain", "text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 14791, "info" : {"name" : "Rectification of articles from www.membrana.ru", "description" : "Removes all headers, footers, menus, backgrounds and adds. Leaves only article on white background", "additionalInfo" : null, "format" : "uso", "category" : "membrana", "createdAt" : "2009-02-11T13:36:31.000Z", "updatedAt" : "2009-02-11T13:36:31.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 19469, "name" : "unisay"}}, "stats" : {"installs" : {"total" : 167, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "14791_after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document url-prefix(http://www.membrana.ru/articles), url-prefix(http://www.membrana.ru/lenta) {\r\n IFRAME,\r\n HTML > BODY > SPAN:first-child + TABLE,\r\n HTML > BODY > SPAN:first-child + TABLE + TABLE,\r\n HTML > BODY > SPAN:first-child + TABLE + TABLE + TABLE,\r\n HTML > BODY > SPAN:first-child + TABLE + TABLE + TABLE + TABLE,\r\n HTML > BODY > SPAN:first-child + TABLE + TABLE + TABLE + TABLE + TABLE > TBODY > TR > TD:first-child,\r\n TABLE[width=\"240\"],\r\n HTML > BODY > SPAN:first-child + TABLE + TABLE + TABLE + TABLE + TABLE + TABLE + BR + TABLE + TABLE,\r\n HTML > BODY > SPAN:first-child + TABLE + TABLE + TABLE + TABLE + TABLE + TABLE,\r\n HTML > BODY > SPAN:first-child + TABLE + TABLE + TABLE + TABLE + TABLE + TABLE + BR + TABLE,\r\n HTML > BODY > SPAN:first-child + TABLE + TABLE + TABLE + TABLE + TABLE > TBODY > TR > TD:last-child > P\r\n {\r\n display: none !important;\r\n }\r\n\r\n HTML, BODY, TD, DIV, P, SPAN {\r\n background-color: white !important;\r\n font-family: Georgia, serif !important;\r\n }\r\n\r\n\r\n TD[width=\"478\"], TABLE[width=\"478\"] {\r\n width: 100% !important; \r\n }\r\n \r\n TD[width=\"478\"]{\r\n padding: 20px !important;\r\n }\r\n\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "string"}, "packName": {"type": "string"}, "versions": {"type": "object", "properties": {"minecraft": {"type": "string"}, "forge": {"type": "string"}, "pack": {"type": "string"}}, "required": ["minecraft", "forge", "pack"]}, "overrides": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "packName", "versions", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "notJoshrpg", "packName" : "My Super Cool Mod Pack", "versions" : {"minecraft" : "1.12.2", "forge" : "forge-14.23.5.2854", "pack" : "1.3.3.7"}, "overrides" : ["config", "fontfiles", "journeymap", "oresources", "resources", "scripts", "structures"]}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "packName": {"type": "string"}, "versions": {"type": "object", "properties": {"minecraft": {"type": "string"}, "forge": {"type": "string"}, "pack": {"type": "string"}}, "required": ["minecraft", "forge", "pack"]}, "overrides": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "packName", "versions", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"label" : "Kitchenware", "normalizedVertices" : [{"x" : 0.35080916, "y" : 0.45028692}, {"x" : 0.752485, "y" : 0.45028692}, {"x" : 0.752485, "y" : 0.65253663}, {"x" : 0.35080916, "y" : 0.65253663}], "score" : 0.6769062}, {"label" : "Tableware", "normalizedVertices" : [{"x" : 0.35080916, "y" : 0.45028692}, {"x" : 0.752485, "y" : 0.45028692}, {"x" : 0.752485, "y" : 0.65253663}, {"x" : 0.35080916, "y" : 0.65253663}], "score" : 0.5618433}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"accuracy": {"type": "number"}, "majorityErr": {"type": "number"}, "dispersion": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "goodCount": {"type": "integer"}, "zeroCount": {"type": "integer"}, "oneCount": {"type": "integer"}, "bestThreshold": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "bestAccuracy": {"type": "number"}, "evaluatedOnline": {"type": "boolean"}, "aggregationFcn": {"type": "object", "properties": {}, "required": []}, "error": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}}, "required": ["accuracy", "majorityErr", "dispersion", "goodCount", "zeroCount", "oneCount", "bestThreshold", "bestAccuracy", "evaluatedOnline", "aggregationFcn", "error"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"accuracy" : 0.6779661016949152, "majorityErr" : 0.5, "dispersion" : {"value" : 0.17006925318383703}, "goodCount" : 400, "zeroCount" : 295, "oneCount" : 295, "bestThreshold" : {"value" : 0.5359488102981018}, "bestAccuracy" : 0.6677966101694915, "evaluatedOnline" : true, "aggregationFcn" : {}, "error" : {"value" : 0.20813047120619224}}, {"accuracy" : 0.6417657045840407, "majorityErr" : 0.5008488964346349, "dispersion" : {"value" : 0.14182347199759276}, "goodCount" : 378, "zeroCount" : 294, "oneCount" : 295, "bestThreshold" : {"value" : 0.40808334881655306}, "bestAccuracy" : 0.6638370118845501, "evaluatedOnline" : true, "aggregationFcn" : {}, "error" : {"value" : 0.22294801039297213}}, {"accuracy" : 0.6808149405772496, "majorityErr" : 0.5008488964346349, "dispersion" : {"value" : 0.15808873879422541}, "goodCount" : 401, "zeroCount" : 294, "oneCount" : 295, "bestThreshold" : {"value" : 0.5340802337531465}, "bestAccuracy" : 0.7011884550084889, "evaluatedOnline" : true, "aggregationFcn" : {}, "error" : {"value" : 0.2128485813932287}}, {"accuracy" : 0.6519524617996605, "majorityErr" : 0.5008488964346349, "dispersion" : {"value" : 0.15213897197847936}, "goodCount" : 384, "zeroCount" : 294, "oneCount" : 295, "bestThreshold" : {"value" : 0.5539176450751634}, "bestAccuracy" : 0.6723259762308998, "evaluatedOnline" : true, "aggregationFcn" : {}, "error" : {"value" : 0.21915603543944126}}, {"accuracy" : 0.6615646258503401, "majorityErr" : 0.5, "dispersion" : {"value" : 0.1649724983891681}, "goodCount" : 389, "zeroCount" : 294, "oneCount" : 294, "bestThreshold" : {"value" : 0.48209017512409047}, "bestAccuracy" : 0.6547619047619048, "evaluatedOnline" : true, "aggregationFcn" : {}, "error" : {"value" : 0.2084103415298711}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"accuracy": {"type": "number"}, "majorityErr": {"type": "number"}, "dispersion": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "goodCount": {"type": "integer"}, "zeroCount": {"type": "integer"}, "oneCount": {"type": "integer"}, "bestThreshold": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "bestAccuracy": {"type": "number"}, "evaluatedOnline": {"type": "boolean"}, "aggregationFcn": {"type": "object", "properties": {}, "required": []}, "error": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}}, "required": ["accuracy", "majorityErr", "dispersion", "goodCount", "zeroCount", "oneCount", "bestThreshold", "bestAccuracy", "evaluatedOnline", "aggregationFcn", "error"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d802-145", "text" : "GREAT LAKES et al\n2\nMAN'S RIGHT TO KNOWLEDGE--two \"yeses*\" Significant lectures by\noutstanding scholars and/or renowned personages. WUOT is already\nairing this series*\nPURDUE BAND OP THE AIR\u2014rechecking my notes and correspondence on\nthis program, I find I do not have enough agreement for the final\ndecision. This will be reported later. (I find this method easier\nthan re-typing the whole letter l)\nMORALS AND POLITICS\u2014two \"yeses.\" I feel that, with the exception\nof about three summer months perhaps, we should always have a \"Cooper\nUnion\" series going* A substantial sggment of our audience are faith\u00ac\nful listeners to these programs.\nREPORT 0 EUROPE\u2014both Mix and I feel this series should be\ncontinued beyond the original 13 offered if Purdue feels it can\ncontinue the offering*"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"es": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "en": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "pt": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["es", "en", "pt"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"es" : {"name" : "Problema para navidad 2021", "description" : "Otorgado a personas que participaron en el Concurso Un Problema para Navidad 2021 enviando problemas originales con tem\u00e1tica Navidad."}, "en" : {"name" : "Christmas Problem 2021", "description" : "The user has participated in the A Problem for Christmas 2021 Contest by submitting original Christmas-themed problems."}, "pt" : {"name" : "Problema de Natal 2021", "description" : "Concedido ao usu\u00e1rio que participou do concurso A Problem for Christmas 2021 apresentando problemas originais com temas natalinos."}}
json_instruct
{"type": "object", "properties": {"es": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "en": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "pt": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["es", "en", "pt"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"logging": {"type": "object", "properties": {"logLevel": {"type": "object", "properties": {"default": {"type": "string"}, "system": {"type": "string"}}, "required": ["default", "system"]}}, "required": ["logLevel"]}}, "required": ["logging"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"logging" : {"logLevel" : {"default" : "Debug", "system" : "Information"}}}
json_instruct
{"type": "object", "properties": {"logging": {"type": "object", "properties": {"logLevel": {"type": "object", "properties": {"default": {"type": "string"}, "system": {"type": "string"}}, "required": ["default", "system"]}}, "required": ["logLevel"]}}, "required": ["logging"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"an10.194:0.1": {"type": "string"}, "an10.194:0.2": {"type": "string"}, "an10.194:0.3": {"type": "string"}, "an10.194:1.1": {"type": "string"}, "an10.194:1.2": {"type": "string"}, "an10.194:1.3": {"type": "string"}, "an10.194:1.4": {"type": "string"}, "an10.194:1.5": {"type": "string"}, "an10.194:1.6": {"type": "string"}, "an10.194:2.1": {"type": "string"}, "an10.194:2.2": {"type": "string"}, "an10.194:2.3": {"type": "string"}, "an10.194:2.4": {"type": "string"}, "an10.194:2.5": {"type": "string"}}, "required": ["an10.194:0.1", "an10.194:0.2", "an10.194:0.3", "an10.194:1.1", "an10.194:1.2", "an10.194:1.3", "an10.194:1.4", "an10.194:1.5", "an10.194:1.6", "an10.194:2.1", "an10.194:2.2", "an10.194:2.3", "an10.194:2.4", "an10.194:2.5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an10.194:0.1" : "<article id='an10.194'><header><ul><li class='division'>{}</li>", "an10.194:0.2" : "<li>{}</li></ul>", "an10.194:0.3" : "<h1 class='sutta-title'>{}</h1></header>", "an10.194:1.1" : "<p>{}", "an10.194:1.2" : "{}", "an10.194:1.3" : "{}", "an10.194:1.4" : "{}", "an10.194:1.5" : "{}", "an10.194:1.6" : "{}</p>", "an10.194:2.1" : "<p>{}", "an10.194:2.2" : "{}", "an10.194:2.3" : "{}", "an10.194:2.4" : "{}</p>", "an10.194:2.5" : "<p class='endsection'>{}</p></article>"}
json_instruct
{"type": "object", "properties": {"an10.194:0.1": {"type": "string"}, "an10.194:0.2": {"type": "string"}, "an10.194:0.3": {"type": "string"}, "an10.194:1.1": {"type": "string"}, "an10.194:1.2": {"type": "string"}, "an10.194:1.3": {"type": "string"}, "an10.194:1.4": {"type": "string"}, "an10.194:1.5": {"type": "string"}, "an10.194:1.6": {"type": "string"}, "an10.194:2.1": {"type": "string"}, "an10.194:2.2": {"type": "string"}, "an10.194:2.3": {"type": "string"}, "an10.194:2.4": {"type": "string"}, "an10.194:2.5": {"type": "string"}}, "required": ["an10.194:0.1", "an10.194:0.2", "an10.194:0.3", "an10.194:1.1", "an10.194:1.2", "an10.194:1.3", "an10.194:1.4", "an10.194:1.5", "an10.194:1.6", "an10.194:2.1", "an10.194:2.2", "an10.194:2.3", "an10.194:2.4", "an10.194:2.5"], "$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": {}}, "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" : "/** PURE_IMPORTS_START _identity PURE_IMPORTS_END */\nimport { identity } from './identity';\nexport function pipe() {\n var fns = [];\n\n for (var _i = 0; _i < arguments.length; _i++) {\n fns[_i] = arguments[_i];\n }\n\n return pipeFromArray(fns);\n}\nexport function pipeFromArray(fns) {\n if (fns.length === 0) {\n return identity;\n }\n\n if (fns.length === 1) {\n return fns[0];\n }\n\n return function piped(input) {\n return fns.reduce(function (prev, fn) {\n return fn(prev);\n }, input);\n };\n}", "map" : {"version" : 3, "sources" : ["../../../src/internal/util/pipe.ts"], "names" : [], "mappings" : "AACA;AAiBA,SAAM,QAAN,QAAoB,YAApB;AAAqB,OAAA,SAAA,IAAA,GAAsC;MAAtC,GAAA,GAAA,E;;AAAA,OAAA,IAAA,EAAA,GAAA,CAAA,EAAA,EAAA,GAAA,SAAsC,CAAA,MAAtC,EAAsC,EAAA,EAAtC,EAAsC;;AACzD;;AACD,SAAA,aAAA,CAAA,GAAA,CAAA;AAGD;AACE,OAAA,SAAQ,aAAR,CAAsB,GAAtB,EAAsB;MACpB,GAAA,CAAA,MAAA,KAA0C,C,EAAC;AAC5C,WAAA,QAAA;AAED;;MACE,GAAA,CAAA,MAAA,KAAc,C,EAAA;AACf,WAAA,GAAA,CAAA,CAAA,CAAA;AAED;;AACE,SAAA,SAAW,KAAX,CAAkB,KAAlB,EAAkB;AAClB,WAAA,GAAA,CAAA,MAAA,CAAA,UAAA,IAAA,EAAA,EAAA,EAAA;AAAA,aAAA,EAAA,CAAA,IAAA,CAAA;AAAA,KAAA,EAAA,KAAA,CAAA;AACH,GAFG", "sourcesContent" : ["/** PURE_IMPORTS_START _identity PURE_IMPORTS_END */\nimport { identity } from './identity';\nexport function pipe() {\n var fns = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n fns[_i] = arguments[_i];\n }\n return pipeFromArray(fns);\n}\nexport function pipeFromArray(fns) {\n if (fns.length === 0) {\n return identity;\n }\n if (fns.length === 1) {\n return fns[0];\n }\n return function piped(input) {\n return fns.reduce(function (prev, fn) { return fn(prev); }, input);\n };\n}\n//# sourceMappingURL=pipe.js.map\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": {}}, "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "object", "properties": {"name": {"type": "string"}, "subset": {"type": "string"}}, "required": ["name", "subset"]}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}}, "required": ["id", "category", "help", "img"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 2018, "category" : {"name" : "Quests", "subset" : "Seasonal Events"}, "help" : {"de" : "Den Auftrag \u201eLektionen der Liebe\u201c erfolgreich abgeschlossen.", "en" : "Complete the quest \u201cLessons in Love.\u201d", "fr" : "Accomplir la qu\u00eate \u201cL'apprentie messag\u00e8re de l'amour\u201d.", "jp" : "\u30af\u30a8\u30b9\u30c8\u300c\u30f4\u30a1\u30ec\u30f3\u30c6\u30a3\u30aa\u30f3\u30c7\u30fc\u3068\u898b\u7fd2\u3044\u4f1d\u9053\u5e2b\u300d\u3092\u30b3\u30f3\u30d7\u30ea\u30fc\u30c8\u3059\u308b"}, "img" : "052000/052583.png"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "object", "properties": {"name": {"type": "string"}, "subset": {"type": "string"}}, "required": ["name", "subset"]}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}}, "required": ["id", "category", "help", "img"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "integer"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200869595706000, "key" : "3af3b57e89ac35756b60a438af5c7747{\"background\":\"rgba(0,0,0,1)\",\"duotone\":false,\"grayscale\":false,\"rotate\":0,\"trim\":false,\"toFormat\":\"png\",\"toFormatBase64\":\"\",\"cropFocus\":17,\"fit\":\"cover\",\"width\":20,\"height\":20}", "val" : {"src" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAACVklEQVQ4y+1Tz0tUURSefyJCLCTzBzE+J0df1qTzS5x5jjO+96YWQVERQZvaJBS4yCiKqAghmAKjRbWwgnbSFES0KCwqyIrS0Rw1U4mxKbUfmn7dc948ek5hs5hli8M979x7vvvd73zPlk5Ekc+wfepvQT7Dlk6oyGf8B/wdJLC5Zkd23Xo+J8CpPiPMWsrynXorcsvZZZ9sAvwY1fB9ROOcmimn2syQivn3xpoTwy+DKsZ6Izi434W21s2YfB1hsPj1RuzZWYuoKuPIoTr09zRjevAfDInJzDsVyWdhyPJ6eNxObuiJK6iQHHBUOdAUrMaKAjsO7NuEr0mNZVgWcFoADj8Pw+d1cvO3YQ2xs16sLLTj2kU/MKnj6gU/Xtxvyo2hCUjsgoFq1qrrUgNWFVVg1/ZaPOwOYnFcx8IHnQf1h4ZWGxB9KyAxJA0/vmnB3t0bUShAS8sl7Ni2AY+6FWa/5MnZYFOZoQw9DcMtAENKDcZfRjCbmeiVmB9bNBlFxRJcrir0Pgjxnu1v0yVLUD4n1olXEXg9gqFCDI1BjQjWSEUxP6bh9FE3ClbbETvjxeKEvpQhMaNb4jca+fa7NwO4dysAu1SJrbqMz+Jcq7CQ3+dk65ADjrXV85A6O3yspwXQ+APIZ12dDVhbKqGkTELZukoUi/zyeaOh46QH5aK2pkRi+5CW4VANBp40s+a2NOmWCVNHAiW/nWqvx3HB4LZgQ09NJww5Ht9RcO6EB+2H65gZ6TybVLOGYrVMn8pTW8hYYm5U5xdQmHvE9qfYozPkQapT7y+WNYJr4scVqgAAAABJRU5ErkJggg==", "width" : 20, "height" : 20, "aspectRatio" : 1, "originalName" : "06-js.png"}}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "integer"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Volksschule M\u00fcnchen an der Eversbuschstra\u00dfe", "id" : "BY-2160", "address" : "Eversbuschstr. 182 80999 M\u00fcnchen", "school_type" : "Grundschule", "fax" : "089 89220043", "phone" : "089 89220234", "website" : null, "state" : "BY", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 11.458436, "lat" : 48.19951}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "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"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "UsageTypeID", "AddressInfo", "Connections", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 110788, "UUID" : "E6461F32-F2B5-431F-8950-496DA1D43490", "DataProviderID" : 2, "DataProvidersReference" : "84581", "UsageTypeID" : 1, "AddressInfo" : {"ID" : 111134, "Title" : "Graybar Canada", "AddressLine1" : "7000 Kinsmen Crt", "Town" : "Niagara Falls", "StateOrProvince" : "ON", "Postcode" : "L2H 2W3", "CountryID" : 44, "Latitude" : 43.072327, "Longitude" : -79.122735, "ContactTelephone1" : "905-374-1113", "AccessComments" : "24 hours daily", "RelatedURL" : "", "DistanceUnit" : 0}, "Connections" : [{"ID" : 156081, "ConnectionTypeID" : 1, "LevelID" : 2, "Amps" : 16, "Voltage" : 230, "PowerKW" : 3.7, "CurrentTypeID" : 10, "Quantity" : 1}], "DateLastStatusUpdate" : "2020-06-26T03:06:00Z", "DataQualityLevel" : 3, "DateCreated" : "2018-10-18T23:36:00Z", "SubmissionStatusTypeID" : 100}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "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"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "UsageTypeID", "AddressInfo", "Connections", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"products": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "titulo": {"type": "string"}, "descricao": {"type": "string"}, "preco": {"type": "integer"}}, "required": ["id", "titulo", "descricao", "preco"]}}}, "required": ["products"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"products" : [{"id" : 1, "titulo" : "doa\u00e7\u00e3o 10", "descricao" : "doa\u00e7\u00e3o de R$10,00", "preco" : 10}, {"id" : 2, "titulo" : "doa\u00e7\u00e3o 25", "descricao" : "doa\u00e7\u00e3o de R$25,00", "preco" : 25}, {"id" : 3, "titulo" : "doa\u00e7\u00e3o 50", "descricao" : "doa\u00e7\u00e3o de R$50,00", "preco" : 50}]}
json_instruct
{"type": "object", "properties": {"products": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "titulo": {"type": "string"}, "descricao": {"type": "string"}, "preco": {"type": "integer"}}, "required": ["id", "titulo", "descricao", "preco"]}}}, "required": ["products"], "$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": {"start": {"type": "string"}, "build": {"type": "string"}, "production": {"type": "string"}}, "required": ["start", "build", "production"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-preset-env": {"type": "string"}, "del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-csso": {"type": "string"}, "gulp-if": {"type": "string"}, "gulp-notify": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-stylus": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["babel-core", "babel-preset-env", "del", "gulp", "gulp-autoprefixer", "gulp-csso", "gulp-if", "gulp-notify", "gulp-plumber", "gulp-rename", "gulp-sourcemaps", "gulp-stylus", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "contributors", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bootstrap-4-grid-styl", "version" : "1.0.4", "description" : "Bootstrap 4 grid system and layout utilities using Stylus", "main" : "css/grid.min.css", "scripts" : {"start" : "gulp", "build" : "gulp build", "production" : "gulp build --production"}, "repository" : {"type" : "git", "url" : "https://github.com/Inshou/bootstrap-4-grid-styl"}, "keywords" : ["gulp", "bootstrap", "stylus", "grid", "flex"], "author" : "Pavel Chernyshev <inshou@gmail.com>", "contributors" : ["Sergey Levchenko (https://github.com/nuykon)", "PR.Sape (http://pr.sape.ru)"], "license" : "MIT", "bugs" : {"url" : "https://github.com/Inshou/bootstrap-4-grid-styl/issues"}, "homepage" : "", "devDependencies" : {"babel-core" : "^6.26.3", "babel-preset-env" : "^1.7.0", "del" : "^3.0.0", "gulp" : "^4.0.0", "gulp-autoprefixer" : "^6.0.0", "gulp-csso" : "^3.0.1", "gulp-if" : "^2.0.2", "gulp-notify" : "^3.2.0", "gulp-plumber" : "^1.2.0", "gulp-rename" : "^1.4.0", "gulp-sourcemaps" : "^2.6.4", "gulp-stylus" : "^2.7.0", "yargs" : "^12.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "production": {"type": "string"}}, "required": ["start", "build", "production"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-preset-env": {"type": "string"}, "del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-csso": {"type": "string"}, "gulp-if": {"type": "string"}, "gulp-notify": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-stylus": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["babel-core", "babel-preset-env", "del", "gulp", "gulp-autoprefixer", "gulp-csso", "gulp-if", "gulp-notify", "gulp-plumber", "gulp-rename", "gulp-sourcemaps", "gulp-stylus", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "contributors", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1960, 8], [1962, 8], [1966, 6], [1969, 8], [1974, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"OTIO_SCHEMA": {"type": "string"}, "adapters": {"type": "array", "items": {"type": "object", "properties": {"OTIO_SCHEMA": {"type": "string"}, "name": {"type": "string"}, "execution_scope": {"type": "string"}, "filepath": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}, "required": ["OTIO_SCHEMA", "name", "execution_scope", "filepath", "suffixes"]}}, "media_linkers": {"type": "array", "items": {"type": "object", "properties": {"OTIO_SCHEMA": {"type": "string"}, "name": {"type": "string"}, "execution_scope": {"type": "string"}, "filepath": {"type": "string"}}, "required": ["OTIO_SCHEMA", "name", "execution_scope", "filepath"]}}}, "required": ["OTIO_SCHEMA", "adapters", "media_linkers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"OTIO_SCHEMA" : "PluginManifest.1", "adapters" : [{"OTIO_SCHEMA" : "Adapter.1", "name" : "mock_adapter", "execution_scope" : "in process", "filepath" : "adapter.py", "suffixes" : ["mockadapter"]}], "media_linkers" : [{"OTIO_SCHEMA" : "MediaLinker.1", "name" : "mock_linker", "execution_scope" : "in process", "filepath" : "linker.py"}]}
json_instruct
{"type": "object", "properties": {"OTIO_SCHEMA": {"type": "string"}, "adapters": {"type": "array", "items": {"type": "object", "properties": {"OTIO_SCHEMA": {"type": "string"}, "name": {"type": "string"}, "execution_scope": {"type": "string"}, "filepath": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}, "required": ["OTIO_SCHEMA", "name", "execution_scope", "filepath", "suffixes"]}}, "media_linkers": {"type": "array", "items": {"type": "object", "properties": {"OTIO_SCHEMA": {"type": "string"}, "name": {"type": "string"}, "execution_scope": {"type": "string"}, "filepath": {"type": "string"}}, "required": ["OTIO_SCHEMA", "name", "execution_scope", "filepath"]}}}, "required": ["OTIO_SCHEMA", "adapters", "media_linkers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"900019900": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019901": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019902": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019903": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900019900", "900019901", "900019902", "900019903"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900019900" : {"nama" : "TPS 1", "dapil" : [1202, 11209, 2120204]}, "900019901" : {"nama" : "TPS 2", "dapil" : [1202, 11209, 2120204]}, "900019902" : {"nama" : "TPS 3", "dapil" : [1202, 11209, 2120204]}, "900019903" : {"nama" : "TPS 4", "dapil" : [1202, 11209, 2120204]}}
json_instruct
{"type": "object", "properties": {"900019900": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019901": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019902": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019903": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900019900", "900019901", "900019902", "900019903"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"original": {"type": "string"}, "overlay": {"type": "object", "properties": {"en": {"type": "string"}, "cy": {"type": "string"}}, "required": ["en", "cy"]}, "subtext": {"type": "object", "properties": {"en": {"type": "string"}, "cy": {"type": "string"}}, "required": ["en", "cy"]}}, "required": ["original", "overlay", "subtext"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"original" : "Presentation of the required 'CITES' certificate", "overlay" : {"en" : "You need a CITES (Convention on International Trade in Endangered Species of Wild Fauna and Flora) certificate to bring your goods into the UK.\n\nYou need a permit or certificate to import goods or species on the CITES list.\n\n[Apply for CITES permits and certificates to move or trade endangered species](https://www.gov.uk/guidance/apply-for-cites-permits-and-certificates-to-trade-endangered-species)", "cy" : "Yes, your goods are covered by the Washington Convention (CITES)"}, "subtext" : {"en" : "", "cy" : ""}}
json_instruct
{"type": "object", "properties": {"original": {"type": "string"}, "overlay": {"type": "object", "properties": {"en": {"type": "string"}, "cy": {"type": "string"}}, "required": ["en", "cy"]}, "subtext": {"type": "object", "properties": {"en": {"type": "string"}, "cy": {"type": "string"}}, "required": ["en", "cy"]}}, "required": ["original", "overlay", "subtext"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "activationCommands": {"type": "object", "properties": {"atom-workspace": {"type": "string"}}, "required": ["atom-workspace"]}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {"get-user-media-promise": {"type": "string"}, "microphone-stream": {"type": "string"}, "node-record-lpcm16": {"type": "string"}}, "required": ["get-user-media-promise", "microphone-stream", "node-record-lpcm16"]}, "devDependencies": {"type": "object", "properties": {"electron-rebuild": {"type": "string"}}, "required": ["electron-rebuild"]}, "consumedServices": {"type": "object", "properties": {"status-bar": {"type": "object", "properties": {"versions": {"type": "object", "properties": {"^1.0.0": {"type": "string"}}, "required": ["^1.0.0"]}}, "required": ["versions"]}}, "required": ["status-bar"]}}, "required": ["name", "main", "version", "description", "keywords", "activationCommands", "repository", "license", "engines", "dependencies", "devDependencies", "consumedServices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "atom-voice", "main" : "./lib/atom-voice", "version" : "0.0.0", "description" : "A short description of your package", "keywords" : [], "activationCommands" : {"atom-workspace" : "atom-voice:toggle"}, "repository" : "https://github.com/atom/atom-voice", "license" : "MIT", "engines" : {"atom" : ">=1.0.0 <2.0.0"}, "dependencies" : {"get-user-media-promise" : "^1.1.1", "microphone-stream" : "^3.0.7", "node-record-lpcm16" : "^0.3.0"}, "devDependencies" : {"electron-rebuild" : "^1.5.7"}, "consumedServices" : {"status-bar" : {"versions" : {"^1.0.0" : "consumeStatusBar"}}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "activationCommands": {"type": "object", "properties": {"atom-workspace": {"type": "string"}}, "required": ["atom-workspace"]}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {"get-user-media-promise": {"type": "string"}, "microphone-stream": {"type": "string"}, "node-record-lpcm16": {"type": "string"}}, "required": ["get-user-media-promise", "microphone-stream", "node-record-lpcm16"]}, "devDependencies": {"type": "object", "properties": {"electron-rebuild": {"type": "string"}}, "required": ["electron-rebuild"]}, "consumedServices": {"type": "object", "properties": {"status-bar": {"type": "object", "properties": {"versions": {"type": "object", "properties": {"^1.0.0": {"type": "string"}}, "required": ["^1.0.0"]}}, "required": ["versions"]}}, "required": ["status-bar"]}}, "required": ["name", "main", "version", "description", "keywords", "activationCommands", "repository", "license", "engines", "dependencies", "devDependencies", "consumedServices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"../resources/js/app.js": {"type": "object", "properties": {"file": {"type": "string"}, "src": {"type": "string"}, "isEntry": {"type": "boolean"}}, "required": ["file", "src", "isEntry"]}}, "required": ["../resources/js/app.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"../resources/js/app.js" : {"file" : "my-custom-script.0dee0dde.js", "src" : "../resources/js/app.js", "isEntry" : true}}
json_instruct
{"type": "object", "properties": {"../resources/js/app.js": {"type": "object", "properties": {"file": {"type": "string"}, "src": {"type": "string"}, "isEntry": {"type": "boolean"}}, "required": ["file", "src", "isEntry"]}}, "required": ["../resources/js/app.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 7547, "hash" : 4202245408, "artDyeHash" : 4202245408, "redacted" : false, "dyeManifestHash" : 704922400, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}}, "required": ["name", "version", "description", "author", "keywords", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "funny-types-orm-interfaces", "version" : "0.0.9", "description" : "Base interfaces for create ORM for work with CRUD", "author" : "Dovbenko Aleksey <zavodnoyapl@gmail.com", "keywords" : ["orm", "interfaces", "nullObject", "typescript"], "repository" : "zavodnoyapl1992/funny-types/orm-interfaces"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}}, "required": ["name", "version", "description", "author", "keywords", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "documentation": {"type": "string"}, "requirements": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {}}, "codeowners": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "name", "documentation", "requirements", "dependencies", "codeowners"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"domain" : "xiaomi_miot_leshi-v002", "name" : "Custom component to support 3rd party switch", "documentation" : "", "requirements" : ["construct==2.9.45", "python-miio>=0.4.8"], "dependencies" : [], "codeowners" : ["@blindlight86:"]}
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "documentation": {"type": "string"}, "requirements": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {}}, "codeowners": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "name", "documentation", "requirements", "dependencies", "codeowners"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "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" : "0xbe36496f1e6bfd74707794a8006f4cb022d41f59", "tool" : "osiris", "start" : 1564624968.5680637, "end" : 1564624971.453805, "duration" : 2.8857412338256836, "analysis" : [{"errors" : [], "file" : "/unique_chucks/42/0xbe36496f1e6bfd74707794a8006f4cb022d41f59.sol", "name" : "test"}]}
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": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"_id": {"type": "number"}, "title": {"type": "string"}, "author": {"type": "string"}, "time": {"type": "string"}, "words": {"type": "string"}, "views": {"type": "string"}, "comments": {"type": "string"}, "likes": {"type": "string"}, "content": {"type": "string"}}, "required": ["_id", "title", "author", "time", "words", "views", "comments", "likes", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : 0.6361671773623419, "title" : "\u6613\u517c\u804c-\u8f7b\u677e\u517c\u804c\u7f51\u8d5a", "author" : "MrZzz_4b97", "time" : "2018.08.10 22:14", "words" : "\u5b57\u6570 190", "views" : "\u9605\u8bfb 811", "comments" : "\u8bc4\u8bba 0", "likes" : "\u559c\u6b22 16", "content" : "\u6613\u517c\u804c\uff0c\u4e00\u4e2a\u8f7b\u91cf\u7ea7\u627e\u517c\u804capp\uff0c\u8fd8\u5728\u4e3a\u773c\u82b1\u7f2d\u4e71\u7684\u517c\u804c\u5c97\u4f4d\u800c\u4e0d\u77e5\u9053\u6311\u9009\uff1f\u8fd8\u5728\u5bb3\u6015\u517c\u804c\u4fe1\u606f\u4e0d\u591f\u53ef\u9760\uff1f\u4f60\u7684\u62c5\u5fc3\u6613\u517c\u804c\u90fd\u80fd\u5b8c\u7f8e\u89e3\u51b3\uff01\n\u6613\u517c\u804c\uff0c\u4ee5\u6700\u597d\u7684\u4fe1\u606f\uff0c\u8ba9\u7528\u6237\u80fd\u660e\u786e\u7684\u627e\u5230\u517c\u804c\u95f2\u65f6\u6323\u5230\u94b1\u3002\u540c\u65f6\uff0c\u5b83\u6ca1\u6709\u5e7f\u544a\u9a9a\u6270\uff0c\u6ca1\u6709\u63a8\u5e7f\uff0c\u9664\u4e86\u597d\u7684\u517c\u804c\u4fe1\u606f\uff0c\u5176\u4ed6\u6211\u4eec\u4e00\u6982\u4e0d\u7406\u3002\n\u6700\u540e\uff0c\u5e0c\u671b\u5927\u5bb6\u80fd\u5728\u6613\u517c\u804c\u4e0a\u627e\u5230\u81ea\u5df1\u6ee1\u610f\u7684\u517c\u804c\uff01\n\u272a \u6d77\u91cf\u5c97\u4f4d\uff0c\u79cd\u7c7b\u4e30\u5bcc\uff0c\u4efb\u60a8\u6311\u9009\uff1b\n\u272a \u6bcf\u65e5\u63a8\u8350\uff0c\u8ba9\u7f16\u8f91\u5e2e\u4f60\u6311\u9009\u597d\u804c\u4f4d\uff01\n\u6280\u672f\u652f\u6301\u8054\u7cfb\u90ae\u7bb1\uff1atelservice@ptcricle.com"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "number"}, "title": {"type": "string"}, "author": {"type": "string"}, "time": {"type": "string"}, "words": {"type": "string"}, "views": {"type": "string"}, "comments": {"type": "string"}, "likes": {"type": "string"}, "content": {"type": "string"}}, "required": ["_id", "title", "author", "time", "words", "views", "comments", "likes", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id_1705": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1705"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_1705" : {"publicdate" : "2008-02-20 01:37:32", "title" : "Young Americans Abroad"}}
json_instruct
{"type": "object", "properties": {"id_1705": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1705"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "health": {"type": "integer"}, "size": {"type": "integer"}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["item", "amount"]}}, "category": {"type": "string"}, "research": {"type": "string"}}, "required": ["type", "health", "size", "requirements", "category", "research"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Wall", "health" : 6900, "size" : 2, "requirements" : [{"item" : "voidore", "amount" : 175}], "category" : "defense", "research" : "ho-wall"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "health": {"type": "integer"}, "size": {"type": "integer"}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["item", "amount"]}}, "category": {"type": "string"}, "research": {"type": "string"}}, "required": ["type", "health", "size", "requirements", "category", "research"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "610629103200", "text" : "\u5357\u9ad8\u9633\u6751\u59d4\u4f1a"}, {"id" : "610629103202", "text" : "\u8def\u6751\u59d4\u4f1a"}, {"id" : "610629103204", "text" : "\u5316\u77f3\u6751\u59d4\u4f1a"}, {"id" : "610629103205", "text" : "\u6c9f\u5934\u6751\u59d4\u4f1a"}, {"id" : "610629103206", "text" : "\u6768\u6b66\u6751\u59d4\u4f1a"}, {"id" : "610629103208", "text" : "\u9875\u755b\u6751\u59d4\u4f1a"}, {"id" : "610629103210", "text" : "\u52ff\u5e7f\u8363\u6751\u59d4\u4f1a"}, {"id" : "610629103212", "text" : "\u6865\u5b50\u6751\u59d4\u4f1a"}, {"id" : "610629103213", "text" : "\u5317\u97e9\u6751\u59d4\u4f1a"}, {"id" : "610629103215", "text" : "\u6843\u82b1\u755b\u6751\u59d4\u4f1a"}, {"id" : "610629103216", "text" : "\u754c\u6751\u59d4\u4f1a"}, {"id" : "610629103218", "text" : "\u677f\u80e1\u6751\u59d4\u4f1a"}, {"id" : "610629103219", "text" : "\u8fc7\u6751\u59d4\u4f1a"}, {"id" : "610629103223", "text" : "\u592a\u592b\u586c\u6751\u59d4\u4f1a"}, {"id" : "610629103227", "text" : "\u6768\u8212\u6751\u59d4\u4f1a"}, {"id" : "610629103228", "text" : "\u6708\u98df\u6751\u59d4\u4f1a"}, {"id" : "610629103229", "text" : "\u97e9\u95e8\u6751\u59d4\u4f1a"}, {"id" : "610629103230", "text" : "\u59da\u6751\u59d4\u4f1a"}, {"id" : "610629103231", "text" : "\u5c27\u96ea\u6751\u59d4\u4f1a"}, {"id" : "610629103232", "text" : "\u5357\u9752\u725b\u6751\u59d4\u4f1a"}, {"id" : "610629103233", "text" : "\u4e1c\u9752\u725b\u6751\u59d4\u4f1a"}, {"id" : "610629103234", "text" : "\u5317\u57ce\u6751\u59d4\u4f1a"}, {"id" : "610629103235", "text" : "\u5317\u8857\u6751\u59d4\u4f1a"}, {"id" : "610629103241", "text" : "\u592a\u6708\u6751\u59d4\u4f1a"}, {"id" : "610629103246", "text" : "\u5c45\u751f\u6751\u59d4\u4f1a"}, {"id" : "610629103247", "text" : "\u59da\u6c49\u6751\u59d4\u4f1a"}, {"id" : "610629103248", "text" : "\u6c38\u4e50\u6751\u59d4\u4f1a"}, {"id" : "610629103251", "text" : "\u8d75\u586c\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "legend": {"type": "object", "properties": {"label": {"type": "string"}, "tooltip": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "tooltip": {"type": "string"}, "icon": {"type": "object", "properties": {"type": {"type": "string"}, "layers": {"type": "array", "items": {"type": "object", "properties": {"fa-icon": {"type": "string"}, "color": {"type": "string"}}, "required": ["fa-icon", "color"]}}}, "required": ["type", "layers"]}}, "required": ["label", "tooltip", "icon"]}}}, "required": ["label", "tooltip", "items"]}, "layers": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "source": {"type": "string"}, "source-layer": {"type": "string"}, "paint": {"type": "object", "properties": {"fill-color": {"type": "object", "properties": {"property": {"type": "string"}, "type": {"type": "string"}, "stops": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["property", "type", "stops"]}, "fill-opacity": {"type": "number"}}, "required": ["fill-color", "fill-opacity"]}}, "required": ["id", "type", "source", "source-layer", "paint"]}, "highlightable": {"type": "boolean"}, "tooltipable": {"type": "boolean"}, "tooltipTemplate": {"type": "string"}}, "required": ["style", "highlightable", "tooltipable", "tooltipTemplate"]}}}, "required": ["id", "legend", "layers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "effective-flood-insurance-rate-2007", "legend" : {"label" : "Effective Flood Insurance Rate Maps 2007", "tooltip" : "The Effective Flood Insurance Rate Maps (FIRMs), first adopted by New York City in 1983 and last updated in 2007, establish the floodplain currently subject to the National Flood Insurance Program purchase requirements.", "items" : [{"label" : "V Zone", "tooltip" : "Portion of the 1% annual chance floodplain subject to high velocity wave action (a breaking wave 3 feet high or larger). V Zones are subject to more stringent building requirements than other zones because of the damaging force of waves.", "icon" : {"type" : "fa-icon", "layers" : [{"fa-icon" : "square", "color" : "#0084a8"}]}}, {"label" : "A Zone", "tooltip" : "A portion of the area subject to flooding from the 1% annual chance flood. These areas are not subject to high velocity wave action but are still considered high risk flooding areas.", "icon" : {"type" : "fa-icon", "layers" : [{"fa-icon" : "square", "color" : "#00a9e6"}]}}]}, "layers" : [{"style" : {"id" : "effective-flood-insurance-rate-2007", "type" : "fill", "source" : "effective-flood-insurance-rate-2007", "source-layer" : "effective-flood-insurance-rate-2007", "paint" : {"fill-color" : {"property" : "fld_zone", "type" : "categorical", "stops" : [["V", "#0084a8"], ["A", "#00a9e6"]]}, "fill-opacity" : 0.7}}, "highlightable" : true, "tooltipable" : true, "tooltipTemplate" : "2007 {{{fld_zone}}} Zone"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "legend": {"type": "object", "properties": {"label": {"type": "string"}, "tooltip": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "tooltip": {"type": "string"}, "icon": {"type": "object", "properties": {"type": {"type": "string"}, "layers": {"type": "array", "items": {"type": "object", "properties": {"fa-icon": {"type": "string"}, "color": {"type": "string"}}, "required": ["fa-icon", "color"]}}}, "required": ["type", "layers"]}}, "required": ["label", "tooltip", "icon"]}}}, "required": ["label", "tooltip", "items"]}, "layers": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "source": {"type": "string"}, "source-layer": {"type": "string"}, "paint": {"type": "object", "properties": {"fill-color": {"type": "object", "properties": {"property": {"type": "string"}, "type": {"type": "string"}, "stops": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["property", "type", "stops"]}, "fill-opacity": {"type": "number"}}, "required": ["fill-color", "fill-opacity"]}}, "required": ["id", "type", "source", "source-layer", "paint"]}, "highlightable": {"type": "boolean"}, "tooltipable": {"type": "boolean"}, "tooltipTemplate": {"type": "string"}}, "required": ["style", "highlightable", "tooltipable", "tooltipTemplate"]}}}, "required": ["id", "legend", "layers"], "$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"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}, "density": {"type": "integer"}}, "required": ["src", "sizes", "type", "density"]}}}, "required": ["name", "start_url", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Berkeley Scheduler", "start_url" : "https://berkeleyscheduler.com", "icons" : [{"src" : "/android-chrome-192x192.png", "sizes" : "192x192", "type" : "image/png", "density" : 4}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}, "density": {"type": "integer"}}, "required": ["src", "sizes", "type", "density"]}}}, "required": ["name", "start_url", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "date": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "date", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "535802", "ProductId" : "B003VXHGDM", "UserId" : "A3R7R8ARVN2P3D", "ProfileName" : "A. Kehoe Jr.", "HelpfulnessNumerator" : 12, "HelpfulnessDenominator" : 13, "Score" : 5, "date" : "2010-10-01", "Summary" : "Outstanding, Bold, Lively Sumatran. best of the K-cups", "text" : "First you must know I am one who roasts my own green beans at home, including Sumatran, but also many African varieties. I like a STRONG cup of coffee. I use K-cups at work because we have no facility for rinsing/cleaning/getting water for a regular machine.<br /><br />Sumatran coffees generally have a very rich, earthy taste; some would describe it as being \"tangy\" almost. Having tried the two other main brands of Sumatran for K-cups, the Puck is by far the best. It is not as bold as something you would get from Starbucks or from roasting yourself, but it has all the flavor elements of a good Sumatran cup. It especially has that nice earthy taste. Even the aftertaste is rich.<br /><br />IMPORTANT: If you are looking for a k-cup that you will use on any other than the smallest cup setting, this coffee is not for you. In my opinion you get a Sumatran because you love strong coffee. Watered down it loses its distinctiveness. Get a generic french roast if you want weaker coffee with some flavor. I make mine with 2 k-cups, at the smallest setting. By camparison, I would give a Starbucks Sumatra mandheling a 10/10 rating for boldness. The Puck is about an 8, the Diedrich is a 4.<br />I highly recommend this coffee for bold coffee lovers, provided you use the smallest cup setting. You will not be disappointed. Best K-cup I have had yet, and I have tried many- Newman, Timothy's, Donut Shop, Diedrich, etc.<br /><br />Addendum: I have since tried th Green Mountain Sumatran, and gave that a one -star. Stale and bitter. I will definitely stay with Puck's."}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "date": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "date", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"templmd5" : "523d4615240572e66d3c9373d01f37cd", "number" : "1017", "title" : "Consegna spesa a domicilio #Merate #Lecco #Lombardia", "BACKCOLOR" : "cyan", "FRONTCOLOR" : "black", "filemd5" : "16584be0094d420f3dc3e4160f2a555e"}
json_instruct
{"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "history": {"type": "string"}, "http-server": {"type": "string"}, "literallycanvas": {"type": "string"}, "react": {"type": "string"}, "react-bootstrap-modal": {"type": "string"}, "react-dom": {"type": "string"}, "react-paint": {"type": "string"}, "react-router": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel", "babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "eslint", "eslint-plugin-react", "history", "http-server", "literallycanvas", "react", "react-bootstrap-modal", "react-dom", "react-paint", "react-router", "webpack", "webpack-dev-server"]}, "scripts": {"type": "object", "properties": {"simpleServe": {"type": "string"}, "serve": {"type": "string"}, "watch": {"type": "string"}}, "required": ["simpleServe", "serve", "watch"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "scrapped-ideas-client", "version" : "0.0.1", "description" : "", "main" : "index.js", "dependencies" : {}, "devDependencies" : {"babel" : "^6.5.2", "babel-core" : "^6.17.0", "babel-loader" : "^6.2.5", "babel-preset-es2015" : "^6.16.0", "babel-preset-react" : "^6.16.0", "eslint" : "^3.7.1", "eslint-plugin-react" : "^6.3.0", "history" : "^4.3.0", "http-server" : "^0.9.0", "literallycanvas" : "^0.4.14", "react" : "^15.3.2", "react-bootstrap-modal" : "^3.0.0", "react-dom" : "^15.3.2", "react-paint" : "^1.0.1", "react-router" : "^2.8.1", "webpack" : "^1.13.2", "webpack-dev-server" : "^1.16.2"}, "scripts" : {"simpleServe" : "./node_modules/.bin/http-server -c-1", "serve" : "webpack-dev-server --content-base build", "watch" : "webpack --watch"}, "author" : "", "license" : "ISC"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "history": {"type": "string"}, "http-server": {"type": "string"}, "literallycanvas": {"type": "string"}, "react": {"type": "string"}, "react-bootstrap-modal": {"type": "string"}, "react-dom": {"type": "string"}, "react-paint": {"type": "string"}, "react-router": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel", "babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "eslint", "eslint-plugin-react", "history", "http-server", "literallycanvas", "react", "react-bootstrap-modal", "react-dom", "react-paint", "react-router", "webpack", "webpack-dev-server"]}, "scripts": {"type": "object", "properties": {"simpleServe": {"type": "string"}, "serve": {"type": "string"}, "watch": {"type": "string"}}, "required": ["simpleServe", "serve", "watch"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}, "parsed_date": {"type": "string"}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4", "parsed_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["090491"], "\uc81c\uc548\uc77c\uc790" : ["1975-12-02"], "\uc81c\uc548\uc790" : ["\uc758\uc7a5"], "\ubb38\uc11c" : [""], "\uc81c\uc548\ud68c\uae30" : ["\uc81c9\ub300(1973~1979)\uc81c94\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"\uc0c1\uc815\uc77c" : [""], "\uc758\uacb0\uc77c" : ["1975-12-02"], "\ud68c\uc758\uba85" : ["\uc81c94\ud68c\uc81c16\ucc28"], "\ud68c\uc758\uacb0\uacfc" : ["\uc6d0\uc548\uac00\uacb0"], "\ud68c\uc758\ub85d" : [""]}, "parsed_date" : "2021-02-17"}
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}, "parsed_date": {"type": "string"}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4", "parsed_date"], "$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": {"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"}, "dependencies": {"type": "object", "properties": {"elementtree": {"type": "string"}}, "required": ["elementtree"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "extendscript-rpc-server", "version" : "1.0.4", "description" : "ExtendScript XML / Binary RPC server & client", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git://github.com/buraktamturk/extendscript-rpc-server.git"}, "keywords" : ["adobe", "extendscript", "rpc"], "author" : "Burak Tamt\u00fcrk <buraktamturk@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/buraktamturk/extendscript-rpc-server/issues"}, "homepage" : "https://github.com/buraktamturk/extendscript-rpc-server", "dependencies" : {"elementtree" : "^0.1.6"}}
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"}, "dependencies": {"type": "object", "properties": {"elementtree": {"type": "string"}}, "required": ["elementtree"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["Read/Verify", "The", "DID", "method", "specification", "MUST", "specify", "how", "a", "client", "uses", "a", "DID", "to", "request", "a", "DID", "Document", "from", "the", "target", "system", ",", "including", "how", "the", "client", "can", "verify", "the", "authenticity", "of", "the", "response", "."]
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": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1Mzjg3DjFFiUBz42zZa9w9oM2Lf4vHeLK3": {"type": "string"}}, "required": ["1Mzjg3DjFFiUBz42zZa9w9oM2Lf4vHeLK3"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1BLogC9LN4oPDcruNz3qo1ysa133E9AGg8", "cert_auth_type" : "web", "cert_sign" : "G8boEmlxDYbzq8IkUm3UqY1xIBkRr1y2bzBIs23TophSn+jDRuvCu2MmN4IoHCb2edyIg8DSq3+yyt2YKk8rK9c=", "cert_user_id" : "nextbit@zeroid.bit", "files" : {"data.json" : {"sha512" : "d8c64a52ac088d55b2c40b74d231ece86188bcf9c1653847a0f7424b8019308e", "size" : 1455}}, "inner_path" : "data/users/1Mzjg3DjFFiUBz42zZa9w9oM2Lf4vHeLK3/content.json", "modified" : 1489148073, "signs" : {"1Mzjg3DjFFiUBz42zZa9w9oM2Lf4vHeLK3" : "G0+H7HMO/k95ihAqd2kR8bZzuaaybUIHHjWtGjGnDtsZjgfE13h/TxSuZXcr7eL41yyBkTROftKztGAWXXG0wC4="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1Mzjg3DjFFiUBz42zZa9w9oM2Lf4vHeLK3": {"type": "string"}}, "required": ["1Mzjg3DjFFiUBz42zZa9w9oM2Lf4vHeLK3"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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" : ["blue_skies_tcon:molten_charoite", "blue_skies_tcon:molten_charoite_flowing"]}
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": {"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-mj7m-2xg5-q6g9", "modified" : "2022-04-15T00:00:58Z", "published" : "2022-04-09T00:00:29Z", "aliases" : ["CVE-2022-28796"], "details" : "jbd2_journal_wait_updates in fs/jbd2/transaction.c in the Linux kernel before 5.17.1 has a use-after-free caused by a transaction_t race condition.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2022-28796"}, {"type" : "WEB", "url" : "https://github.com/torvalds/linux/commit/cc16eecae687912238ee6efbff71ad31e2bc414e"}, {"type" : "WEB", "url" : "https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.1"}, {"type" : "WEB", "url" : "https://security.netapp.com/advisory/ntap-20220506-0006/"}], "database_specific" : {"cwe_ids" : ["CWE-416"], "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"url": {"type": "string"}, "tabCounts": {"type": "object", "properties": {"570": {"type": "integer"}, "730": {"type": "integer"}, "753": {"type": "integer"}, "232090": {"type": "integer"}, "252490": {"type": "integer"}, "304930": {"type": "integer"}, "447820": {"type": "integer"}, "578080": {"type": "integer"}}, "required": ["570", "730", "753", "232090", "252490", "304930", "447820", "578080"]}, "private": {"type": "boolean"}, "name": {"type": "string"}}, "required": ["url", "tabCounts", "private", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://steamcommunity.com/profiles/76561198109859537/inventory", "tabCounts" : {"570" : 1, "730" : 85, "753" : 13, "232090" : 1, "252490" : 14, "304930" : 16, "447820" : 4, "578080" : 25}, "private" : false, "name" : "De kaller meg trash"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "tabCounts": {"type": "object", "properties": {"570": {"type": "integer"}, "730": {"type": "integer"}, "753": {"type": "integer"}, "232090": {"type": "integer"}, "252490": {"type": "integer"}, "304930": {"type": "integer"}, "447820": {"type": "integer"}, "578080": {"type": "integer"}}, "required": ["570", "730", "753", "232090", "252490", "304930", "447820", "578080"]}, "private": {"type": "boolean"}, "name": {"type": "string"}}, "required": ["url", "tabCounts", "private", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}}, "secondaryMuscles": {"type": "array", "items": {"type": "string"}}, "instructions": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}}, "required": ["name", "force", "level", "mechanic", "equipment", "primaryMuscles", "secondaryMuscles", "instructions", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Lateral Bound", "force" : "push", "level" : "beginner", "mechanic" : "compound", "equipment" : "body only", "primaryMuscles" : ["adductors"], "secondaryMuscles" : ["abductors", "calves", "glutes", "hamstrings", "quadriceps"], "instructions" : ["Assume a half squat position facing 90 degrees from your direction of travel. This will be your starting position.", "Allow your lead leg to do a countermovement inward as you shift your weight to the outside leg.", "Immediately push off and extend, attempting to bound to the side as far as possible.", "Upon landing, immediately push off in the opposite direction, returning to your original start position.", "Continue back and forth for several repetitions."], "category" : "plyometrics"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}}, "secondaryMuscles": {"type": "array", "items": {"type": "string"}}, "instructions": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}}, "required": ["name", "force", "level", "mechanic", "equipment", "primaryMuscles", "secondaryMuscles", "instructions", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "71525d6be82f9c5e9cec", "c" : {}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"STATE_FIPS": {"type": "string"}}, "required": ["STATE_FIPS"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"STATE_FIPS" : "49"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-81.18443678050302, 42.29399358237929], [-81.71484892935018, 41.49348265314109], [-81.22699164144599, 41.44947079895527], [-80.2504588400441, 41.37058093913821], [-81.10011971234897, 40.01322292495563], [-81.6321175007946, 39.13902426765497], [-81.67306562575983, 39.04533532315928], [-82.24380087753778, 38.06267407984283], [-83.3152028754079, 38.14899903220994], [-83.9212608817167, 38.20101948619786], [-85.21895116788772, 38.30839691752937], [-86.00410873507442, 38.37474042089486], [-85.72385516767469, 38.84657518627951], [-83.36803236734272, 42.47956875287116], [-82.85432654115051, 42.43470248275352], [-81.96060056264821, 42.35838704857386], [-81.18443678050302, 42.29399358237929]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"STATE_FIPS": {"type": "string"}}, "required": ["STATE_FIPS"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "clicked": {"type": "boolean"}}, "required": ["id", "image", "clicked"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1, "image" : "/assets/images/gary.jpg", "clicked" : false}, {"id" : 2, "image" : "/assets/images/grandma.jpg", "clicked" : false}, {"id" : 3, "image" : "/assets/images/larry.jpg", "clicked" : false}, {"id" : 4, "image" : "/assets/images/mama-krabs.jpg", "clicked" : false}, {"id" : 5, "image" : "/assets/images/mr-krabs.jpg", "clicked" : false}, {"id" : 6, "image" : "/assets/images/mrs-puff.jpg", "clicked" : false}, {"id" : 7, "image" : "/assets/images/patrick.jpg", "clicked" : false}, {"id" : 8, "image" : "/assets/images/pearl.jpg", "clicked" : false}, {"id" : 9, "image" : "/assets/images/plankton.jpg", "clicked" : false}, {"id" : 10, "image" : "/assets/images/sandy.jpg", "clicked" : false}, {"id" : 11, "image" : "/assets/images/spongebob.jpg", "clicked" : false}, {"id" : 12, "image" : "/assets/images/squidward.jpg", "clicked" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "clicked": {"type": "boolean"}}, "required": ["id", "image", "clicked"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "LedColors_SensorDevice", "flags" : 8, "props" : [{"type" : "ScriptLightSettings", "name" : "off", "flags" : 4295229472}, {"type" : "ScriptLightSettings", "name" : "red", "flags" : 4295229472}, {"type" : "ScriptLightSettings", "name" : "green", "flags" : 4295229472}, {"type" : "ScriptLightSettings", "name" : "blue", "flags" : 4295229472}, {"type" : "ScriptLightSettings", "name" : "yellow", "flags" : 4295229472}, {"type" : "ScriptLightSettings", "name" : "white", "flags" : 4295229472}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : "9104050009", "district_id" : "9104050", "name" : "DIDGUIJ"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Tone.js": {"type": "string"}}, "required": ["Tone.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Tone.js" : "sha512-39HH8BivP2X2A6bNgoDJgUBfk5WKKOOlETc2BDRpyj87zB2WzeB0G1iS9nEMQNxOQo8s0VpyocAIPFQ4qDTm6w=="}
json_instruct
{"type": "object", "properties": {"Tone.js": {"type": "string"}}, "required": ["Tone.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"mqtt_4_esp01.send_MQTT_disconnect|block": {"type": "string"}}, "required": ["mqtt_4_esp01.send_MQTT_disconnect|block"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mqtt_4_esp01.send_MQTT_disconnect|block" : "\u65ad\u5f00\u8fde\u63a5"}
json_instruct
{"type": "object", "properties": {"mqtt_4_esp01.send_MQTT_disconnect|block": {"type": "string"}}, "required": ["mqtt_4_esp01.send_MQTT_disconnect|block"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, "documentation-url": {"type": "string"}, "point": {"type": "string"}, "listed-building-grade": {"type": "string"}, "listed-building": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["start-date", "documentation-url", "point", "listed-building-grade", "listed-building", "name", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.617097, 51.358196]}, "properties" : {"start-date" : "1984-07-19", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1030026", "point" : "POINT (-0.617097 51.358196)", "listed-building-grade" : "II", "listed-building" : "1030026", "name" : "BARN 30 YARDS NORTH WEST OF BIDDLES FARM HOUSE", "slug" : "/listed-building/1030026", "entry-date" : "2021-05-28"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, "documentation-url": {"type": "string"}, "point": {"type": "string"}, "listed-building-grade": {"type": "string"}, "listed-building": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["start-date", "documentation-url", "point", "listed-building-grade", "listed-building", "name", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u7fd4\u5ba5\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99701795", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u5927\u91cc\u5340\u4ec1\u5316\u91cc\u5de5\u696d11\u8def191\u865f2\u30013\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u4e2d\u5e02\u5927\u91cc\u5340\u4ec1\u5316\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5289\u627f\u6d0b", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "27281524", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0930630", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["251\u91d1\u5c6c\u624b\u5de5\u5177\u53ca\u6a21\u5177", "259\u5176\u4ed6\u91d1\u5c6c\u88fd\u54c1"]}
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"author_id": {"type": "string"}, "author_url": {"type": "string"}, "challenge_id": {"type": "string"}, "code": {"type": "string"}, "difficulty": {"type": "string"}, "instructions": {"type": "string"}, "source_url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "tests": {"type": "string"}, "title": {"type": "string"}}, "required": ["author_id", "author_url", "challenge_id", "code", "difficulty", "instructions", "source_url", "tags", "tests", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author_id" : "Matt", "author_url" : "https://edabit.com/user/BkPgkDQGHm66X4Qai", "challenge_id" : "32mN4NsXypmqtuYkA", "code" : "function maskify(str) {\n \n}", "difficulty" : "Medium", "instructions" : "<p><span>Usually when you sign up for an account to buy something, your credit card number, phone number or answer to a secret question is partially obscured in some way. Since someone could look over your shoulder, you don't want that shown on your screen. Hence, the website masks these strings.</span></p><p><span>Your task is to create a function that takes a string, transforms all but the last four characters into \"#\" and returns the new masked string.</span></p><h3><span>Examples</span></h3><pre><code>maskify(\"4556364607935616\") \u279e \"############5616\"\n\nmaskify(\"64607935616\") \u279e \"#######5616\"\n\nmaskify(\"1\") \u279e \"1\"\n\nmaskify(\"\") \u279e \"\"</code></pre><h3><span>Notes</span></h3><ul><li><span>The maskify function must accept a string of any length.</span></li><li><span>An empty string should return an empty string (fourth example above).</span></li></ul>", "source_url" : "https://edabit.com/challenge/32mN4NsXypmqtuYkA", "tags" : ["formatting", "strings", "validation"], "tests" : "Test.assertEquals(maskify(\"4556364607935616\"), \"############5616\")\nTest.assertEquals(maskify(\"64607935616\"), \"#######5616\")\nTest.assertEquals(maskify(\"1\"), \"1\")\nTest.assertEquals(maskify(\"\"), \"\")\nTest.assertEquals(maskify(\"tBy>L/cMe+?<j:6n;C~H\"), \"################;C~H\")\nTest.assertEquals(maskify(\"12\"), \"12\")\nTest.assertEquals(maskify(\"8Ikhlf6yoxPOwi5cB014eWbRumj7vJ\"), \"##########################j7vJ\")\nTest.assertEquals(maskify(\"123\"), \"123\")\nTest.assertEquals(maskify(\")E$aCU=e\\\"_\"), \"######=e\\\"_\")\nTest.assertEquals(maskify(\"2673951408\"), \"######1408\")\nTest.assertEquals(maskify(\"1234\"), \"1234\")", "title" : "Maskify the String"}
json_instruct
{"type": "object", "properties": {"author_id": {"type": "string"}, "author_url": {"type": "string"}, "challenge_id": {"type": "string"}, "code": {"type": "string"}, "difficulty": {"type": "string"}, "instructions": {"type": "string"}, "source_url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "tests": {"type": "string"}, "title": {"type": "string"}}, "required": ["author_id", "author_url", "challenge_id", "code", "difficulty", "instructions", "source_url", "tags", "tests", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "status": {"type": "string"}}, "required": ["code", "message", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 401, "message" : "**apikey** parameter is incorrect or not specified. You can get your free API Key instantly following this link: https://twelvedata.com/apikey. If you believe that everything is correct, you can email us at apikey@twelvedata.com", "status" : "error"}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "status": {"type": "string"}}, "required": ["code", "message", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 172943, "UUID" : "C9EEF880-D44D-49FD-8EE8-EDC2223F933B", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "46177", "UsageTypeID" : 4, "AddressInfo" : {"ID" : 173302, "Title" : "Nouvel H\u00f4tel", "AddressLine1" : "31 Rue Ren\u00e9 Nicod", "Town" : "Oyonnax", "Postcode" : "1100", "CountryID" : 80, "Latitude" : 46.261265, "Longitude" : 5.656009, "ContactTelephone1" : " +33 4 74 77 28 11", "DistanceUnit" : 0}, "Connections" : [{"ID" : 264577, "ConnectionTypeID" : 30, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 14, "CurrentTypeID" : 20, "Quantity" : 1}], "NumberOfPoints" : 1, "GeneralComments" : "1 Tesla Connector, up to 14kW.Available for customers. Please see front desk.", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2021-02-23T06:24:00Z", "DataQualityLevel" : 1, "DateCreated" : "2021-02-23T06:24:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "translation", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source" : "http://www.spanishdict.com/conjugate/descuidarse", "word" : "descuidarse", "infinitivo" : "descuidar", "translation" : "to neglect", "gerundio" : ["descuidando"], "participio" : ["descuidado"], "tenses" : {"3" : [["me descuido"], ["te descuidas"], ["se descuida"], ["nos descuidamos"], ["os descuid\u00e1is"], ["se descuidan"]], "4" : [["me descuid\u00e9"], ["te descuidaste"], ["se descuid\u00f3"], ["nos descuidamos"], ["os descuidasteis"], ["se descuidaron"]], "5" : [["me descuidaba"], ["te descuidabas"], ["se descuidaba"], ["nos descuid\u00e1bamos"], ["os descuidabais"], ["se descuidaban"]], "6" : [["me descuidar\u00eda"], ["te descuidar\u00edas"], ["se descuidar\u00eda"], ["nos descuidar\u00edamos"], ["os descuidar\u00edais"], ["se descuidar\u00edan"]], "7" : [["me descuidar\u00e9"], ["te descuidar\u00e1s"], ["se descuidar\u00e1"], ["nos descuidaremos"], ["os descuidar\u00e9is"], ["se descuidar\u00e1n"]], "8" : [["me descuide"], ["te descuides"], ["se descuide"], ["nos descuidemos"], ["os descuid\u00e9is"], ["se descuiden"]], "9" : [["me descuidara"], ["te descuidaras"], ["se descuidara"], ["nos descuid\u00e1ramos"], ["os descuidarais"], ["se descuidaran"]], "10" : [["me descuidase"], ["te descuidases"], ["se descuidase"], ["nos descuid\u00e1semos"], ["os descuidaseis"], ["se descuidasen"]], "11" : [["me descuidare"], ["te descuidares"], ["se descuidare"], ["nos descuid\u00e1remos"], ["os descuidareis"], ["se descuidaren"]], "12" : {"1" : ["descuida"], "2" : ["descuide"], "3" : ["descuidemos"], "4" : ["descuidad"], "5" : ["descuiden"]}}}
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "translation", "gerundio", "participio", "tenses"], "$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"}, "name": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"\u8a31\u53ef\u8b49\u865f": {"type": "string"}, "\u5316\u5b78\u6210\u5206": {"type": "string"}, "\u5ee0\u724c\u540d\u7a31": {"type": "string"}, "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546": {"type": "string"}, "\u6709\u6548\u671f\u9650": {"type": "string"}, "\u5ee0\u5546\u540d\u7a31": {"type": "string"}}, "required": ["\u8a31\u53ef\u8b49\u865f", "\u5316\u5b78\u6210\u5206", "\u5ee0\u724c\u540d\u7a31", "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546", "\u6709\u6548\u671f\u9650", "\u5ee0\u5546\u540d\u7a31"]}}, "\u82f1\u6587\u540d\u7a31": {"type": "string"}}, "required": ["id", "name", "licenses", "\u82f1\u6587\u540d\u7a31"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "A055", "name" : "\u5fc5\u82ac\u87ce", "licenses" : [{"\u8a31\u53ef\u8b49\u865f" : "02812", "\u5316\u5b78\u6210\u5206" : "isopropyl 3-(4-methoxybiphenyl-3-yl)carbazate", "\u5ee0\u724c\u540d\u7a31" : "\u611b\u514b\u87ce", "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546" : "BOLD FORMULATORS LLC", "\u6709\u6548\u671f\u9650" : "105/08/31", "\u5ee0\u5546\u540d\u7a31" : "\u512a\u54c1\u5316\u5b78\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8"}], "\u82f1\u6587\u540d\u7a31" : "BIFENAZATE"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"\u8a31\u53ef\u8b49\u865f": {"type": "string"}, "\u5316\u5b78\u6210\u5206": {"type": "string"}, "\u5ee0\u724c\u540d\u7a31": {"type": "string"}, "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546": {"type": "string"}, "\u6709\u6548\u671f\u9650": {"type": "string"}, "\u5ee0\u5546\u540d\u7a31": {"type": "string"}}, "required": ["\u8a31\u53ef\u8b49\u865f", "\u5316\u5b78\u6210\u5206", "\u5ee0\u724c\u540d\u7a31", "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546", "\u6709\u6548\u671f\u9650", "\u5ee0\u5546\u540d\u7a31"]}}, "\u82f1\u6587\u540d\u7a31": {"type": "string"}}, "required": ["id", "name", "licenses", "\u82f1\u6587\u540d\u7a31"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "430211001001", "text" : "\u5927\u6e56\u5858\u5c45\u59d4\u4f1a"}, {"id" : "430211001002", "text" : "\u82b1\u56ed\u91cc\u5c45\u59d4\u4f1a"}, {"id" : "430211001003", "text" : "\u6865\u5317\u5c45\u59d4\u4f1a"}, {"id" : "430211001004", "text" : "\u4e34\u6c5f\u793e\u533a"}, {"id" : "430211001005", "text" : "\u97f6\u6eaa\u793e\u533a"}, {"id" : "430211001006", "text" : "\u4e1c\u6e56\u7ba1\u7406\u5904\u793e\u533a"}, {"id" : "430211001007", "text" : "\u9686\u5174\u7ba1\u7406\u5904\u793e\u533a"}, {"id" : "430211001008", "text" : "\u6e58\u94f6\u5c45\u59d4\u4f1a"}, {"id" : "430211001009", "text" : "\u5927\u576a\u5c45\u59d4\u4f1a"}, {"id" : "430211001010", "text" : "\u5c0f\u6e56\u5858\u5c45\u59d4\u4f1a"}, {"id" : "430211001011", "text" : "\u767d\u9e64\u5c45\u59d4\u4f1a"}, {"id" : "430211001012", "text" : "\u83b2\u82b1\u5c45\u59d4\u4f1a"}, {"id" : "430211001013", "text" : "\u5c19\u683c\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "430211001014", "text" : "\u9999\u5c71\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "430211001016", "text" : "\u4f73\u7f8e\u793e\u533a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "PyCon Taiwan 2017"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"900734661": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900734662": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900734661", "900734662"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900734661" : {"nama" : "TPS 1", "dapil" : [7303, 17311, 2732201]}, "900734662" : {"nama" : "TPS 2", "dapil" : [7303, 17311, 2732201]}}
json_instruct
{"type": "object", "properties": {"900734661": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900734662": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900734661", "900734662"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "orderIndex": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["id", "description", "orderIndex", "max"]}}, "accountWide": {"type": "boolean"}, "factionId": {"type": "integer"}}, "required": ["id", "title", "points", "description", "rewardItems", "icon", "criteria", "accountWide", "factionId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 8470, "title" : "Mythic: Kor'kron Dark Shaman", "points" : 10, "description" : "Defeat the Kor'kron Dark Shaman in Siege of Orgrimmar on Mythic difficulty.", "rewardItems" : [], "icon" : "achievement_boss_korkrondarkshaman", "criteria" : [{"id" : 23673, "description" : "Kor'kron Dark Shaman", "orderIndex" : 0, "max" : 1}], "accountWide" : false, "factionId" : 2}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "orderIndex": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["id", "description", "orderIndex", "max"]}}, "accountWide": {"type": "boolean"}, "factionId": {"type": "integer"}}, "required": ["id", "title", "points", "description", "rewardItems", "icon", "criteria", "accountWide", "factionId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"pressure.js": {"type": "string"}, "pressure.min.js": {"type": "string"}}, "required": ["pressure.js", "pressure.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pressure.js" : "sha512-6JOVZ/sSxU4OSCgnAGMbJ7lEx5zKeskadF843HW8hePDqNRopK1qGYWUQjeGCreHCg1JLSJVB+YpXXSnPpg0oA==", "pressure.min.js" : "sha512-p8MmJBzIya/+JLD5deqltuMB/y7jZDzZmYNubxFrcAyqW0UW8CCiy8UhfPdf2BTyUq4ygiZgybC+exa5TUe65Q=="}
json_instruct
{"type": "object", "properties": {"pressure.js": {"type": "string"}, "pressure.min.js": {"type": "string"}}, "required": ["pressure.js", "pressure.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-jsbeautifier": {"type": "string"}, "jasmine": {"type": "string"}}, "required": ["grunt", "grunt-contrib-clean", "grunt-contrib-jshint", "grunt-jsbeautifier", "jasmine"]}}, "required": ["name", "version", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Grunt01Sample", "version" : "0.1.0", "devDependencies" : {"grunt" : "~0.4.4", "grunt-contrib-clean" : "~0.5.0", "grunt-contrib-jshint" : "~0.10.0", "grunt-jsbeautifier" : "^0.2.7", "jasmine" : "^2.1.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-jsbeautifier": {"type": "string"}, "jasmine": {"type": "string"}}, "required": ["grunt", "grunt-contrib-clean", "grunt-contrib-jshint", "grunt-jsbeautifier", "jasmine"]}}, "required": ["name", "version", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "3516042001", "nama" : "Ketapanrame"}, {"id" : "3516042002", "nama" : "Trawas"}, {"id" : "3516042003", "nama" : "Selotapak"}, {"id" : "3516042004", "nama" : "Tamiajeng"}, {"id" : "3516042005", "nama" : "Kesiman"}, {"id" : "3516042006", "nama" : "Belik"}, {"id" : "3516042007", "nama" : "Duyung"}, {"id" : "3516042008", "nama" : "Penanggungan"}, {"id" : "3516042009", "nama" : "Kedungudi"}, {"id" : "3516042010", "nama" : "Sukosari"}, {"id" : "3516042011", "nama" : "Jatijejer"}, {"id" : "3516042012", "nama" : "Sugeng"}, {"id" : "3516042013", "nama" : "Seloliman"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "f0d06e87-7540-4c84-a1eb-f23dffd4cb33", "children" : ["bc450343-aad2-4c2d-af10-c773d6258c8c"], "befores" : [{"name" : "app", "status" : "passed", "start" : 1590328255823, "stop" : 1590328257227}], "start" : 1590328255823, "stop" : 1590328265673}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 2002, "sex" : "F", "n" : 5, "prop" : 2.53e-06}, {"year" : 2003, "sex" : "F", "n" : 14, "prop" : 6.98e-06}, {"year" : 2004, "sex" : "F", "n" : 8, "prop" : 3.97e-06}, {"year" : 2005, "sex" : "F", "n" : 8, "prop" : 3.94e-06}, {"year" : 2006, "sex" : "F", "n" : 14, "prop" : 6.7e-06}, {"year" : 2008, "sex" : "F", "n" : 16, "prop" : 7.69e-06}, {"year" : 2009, "sex" : "F", "n" : 8, "prop" : 3.95e-06}, {"year" : 2010, "sex" : "F", "n" : 12, "prop" : 6.13e-06}, {"year" : 2011, "sex" : "F", "n" : 16, "prop" : 8.27e-06}, {"year" : 2012, "sex" : "F", "n" : 19, "prop" : 9.81e-06}, {"year" : 2013, "sex" : "F", "n" : 15, "prop" : 7.8e-06}, {"year" : 2014, "sex" : "F", "n" : 15, "prop" : 7.69e-06}, {"year" : 2015, "sex" : "F", "n" : 14, "prop" : 7.2e-06}, {"year" : 2016, "sex" : "F", "n" : 21, "prop" : 0}, {"year" : 2017, "sex" : "F", "n" : 18, "prop" : 9.6e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"271010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "537062": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "434111": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["271010", "count", "537062", "N.A.//", "412010", "434111"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"271010" : {"count" : 1}, "count" : 15, "537062" : {"count" : 1}, "N.A.//" : {"count" : 11}, "412010" : {"count" : 1}, "434111" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"271010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "537062": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "434111": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["271010", "count", "537062", "N.A.//", "412010", "434111"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "string"}}, "required": ["name", "url", "maintainer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Unofficial Plejd Add-on", "url" : "https://github.com/icanos/hassio-plejd", "maintainer" : "Marcus Westin <marcus@sekurbit.se>"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "string"}}, "required": ["name", "url", "maintainer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"console": {"type": "string"}, "compile": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["console", "compile", "deploy"]}, "dependencies": {"type": "object", "properties": {"@aragon/contract-helpers-test": {"type": "string"}, "@nomiclabs/buidler": {"type": "string"}, "@nomiclabs/buidler-ganache": {"type": "string"}, "@nomiclabs/buidler-truffle5": {"type": "string"}, "@nomiclabs/buidler-web3": {"type": "string"}, "web3": {"type": "string"}}, "required": ["@aragon/contract-helpers-test", "@nomiclabs/buidler", "@nomiclabs/buidler-ganache", "@nomiclabs/buidler-truffle5", "@nomiclabs/buidler-web3", "web3"]}}, "required": ["name", "description", "private", "version", "author", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@aragon/court-precedence-campaign-an-cash-dao-template", "description" : "AN cash DAO template for Aragon Court Precedence Campaign", "private" : true, "version" : "0.0.1", "author" : "Aragon Association <legal@aragon.org>", "license" : "MIT", "scripts" : {"console" : "buidler console", "compile" : "buidler compile --force", "deploy" : "buidler deploy"}, "dependencies" : {"@aragon/contract-helpers-test" : "^0.1.0", "@nomiclabs/buidler" : "^1.4.3", "@nomiclabs/buidler-ganache" : "^1.3.3", "@nomiclabs/buidler-truffle5" : "^1.3.4", "@nomiclabs/buidler-web3" : "^1.3.4", "web3" : "^1.2.11"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"console": {"type": "string"}, "compile": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["console", "compile", "deploy"]}, "dependencies": {"type": "object", "properties": {"@aragon/contract-helpers-test": {"type": "string"}, "@nomiclabs/buidler": {"type": "string"}, "@nomiclabs/buidler-ganache": {"type": "string"}, "@nomiclabs/buidler-truffle5": {"type": "string"}, "@nomiclabs/buidler-web3": {"type": "string"}, "web3": {"type": "string"}}, "required": ["@aragon/contract-helpers-test", "@nomiclabs/buidler", "@nomiclabs/buidler-ganache", "@nomiclabs/buidler-truffle5", "@nomiclabs/buidler-web3", "web3"]}}, "required": ["name", "description", "private", "version", "author", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"_comment": {"type": "string"}, "vendors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "tagged": {"type": "array", "items": {"type": "string"}}, "address": {"type": "string"}, "vendorId": {"type": "string"}, "phone": {"type": "string"}, "serviceName": {"type": "string"}, "cost": {"type": "integer"}, "operatingHours": {"type": "string"}}, "required": ["name", "email", "tagged", "address", "vendorId", "phone", "serviceName", "cost", "operatingHours"]}}}, "required": ["_comment", "vendors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_comment" : "VendorBook save file which contains the same Vendor values as in TypicalVendors#getTypicalVendor()", "vendors" : [{"name" : "Daniel Meier", "email" : "cornelia@example.com", "tagged" : ["Foot massage"], "address" : "10th street", "vendorId" : "123", "phone" : "87652533", "serviceName" : "Massage", "cost" : 20, "operatingHours" : "123 0800-1300"}, {"name" : "Elle Meyer", "email" : "elle@example.com", "tagged" : ["Halal"], "address" : "michegan ave", "vendorId" : "456", "phone" : "9482224", "serviceName" : "Food", "cost" : 12, "operatingHours" : "12345 1100-2200"}, {"name" : "Fiona Kunz", "email" : "fiona@example.com", "tagged" : ["Discounted"], "address" : "little tokyo", "vendorId" : "777", "phone" : "9482427", "serviceName" : "Dry Cleaning", "cost" : 40, "operatingHours" : "234567 0700-2300"}, {"name" : "George Best", "email" : "george@example.com", "tagged" : ["Happy hour"], "address" : "4th street", "vendorId" : "888", "phone" : "9482442", "serviceName" : "Bartending", "cost" : 17, "operatingHours" : "135 1800-2359"}]}
json_instruct
{"type": "object", "properties": {"_comment": {"type": "string"}, "vendors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "tagged": {"type": "array", "items": {"type": "string"}}, "address": {"type": "string"}, "vendorId": {"type": "string"}, "phone": {"type": "string"}, "serviceName": {"type": "string"}, "cost": {"type": "integer"}, "operatingHours": {"type": "string"}}, "required": ["name", "email", "tagged", "address", "vendorId", "phone", "serviceName", "cost", "operatingHours"]}}}, "required": ["_comment", "vendors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "CoDiNMF: Co-Clustering of Directed Graphs via NMF.", "fields" : ["directed graph", "non negative matrix factorization", "biclustering", "artificial intelligence", "machine learning"], "abstract" : null, "citation" : "Not cited", "departments" : ["Georgia Institute of Technology", "Georgia Institute of Technology"], "authors" : ["Woosang Lim.....http://dblp.org/pers/hd/l/Lim:Woosang", "Rundong Du.....http://dblp.org/pers/hd/d/Du:Rundong", "Haesun Park.....http://dblp.org/pers/hd/p/Park:Haesun"], "conf" : "aaai", "year" : "2018", "pages" : 8}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"pentakosia": {"type": "object", "properties": {"luk.7.41|9": {"type": "array", "items": {"type": "string"}}}, "required": ["luk.7.41|9"]}, "pentakosiois": {"type": "object", "properties": {"1co.15.6|3": {"type": "array", "items": {"type": "string"}}}, "required": ["1co.15.6|3"]}}, "required": ["pentakosia", "pentakosiois"]}, "meanings": {"type": "object", "properties": {"five": {"type": "integer"}}, "required": ["five"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pos" : "adj", "translits" : {"pentakosia" : {"luk.7.41|9" : ["denarii", "five hundred;", "-"]}, "pentakosiois" : {"1co.15.6|3" : ["to more than", "five hundred", "brothers"]}}, "meanings" : {"five" : 2}, "meaningsCount" : 1, "occurences" : 2}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"pentakosia": {"type": "object", "properties": {"luk.7.41|9": {"type": "array", "items": {"type": "string"}}}, "required": ["luk.7.41|9"]}, "pentakosiois": {"type": "object", "properties": {"1co.15.6|3": {"type": "array", "items": {"type": "string"}}}, "required": ["1co.15.6|3"]}}, "required": ["pentakosia", "pentakosiois"]}, "meanings": {"type": "object", "properties": {"five": {"type": "integer"}}, "required": ["five"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"http://www.xbrl.org/2003/linkbase": {"type": "array", "items": {"type": "object", "properties": {"localName": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "dataType": {"type": "string"}, "isAbstract": {"type": "string"}}, "required": ["localName", "type", "label", "dataType", "isAbstract"]}}}, "required": ["http://www.xbrl.org/2003/linkbase"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"http://www.xbrl.org/2003/linkbase" : [{"localName" : "part", "type" : "Reference", "label" : "part", "dataType" : "anySimpleType", "isAbstract" : "true"}]}
json_instruct
{"type": "object", "properties": {"http://www.xbrl.org/2003/linkbase": {"type": "array", "items": {"type": "object", "properties": {"localName": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "dataType": {"type": "string"}, "isAbstract": {"type": "string"}}, "required": ["localName", "type", "label", "dataType", "isAbstract"]}}}, "required": ["http://www.xbrl.org/2003/linkbase"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "enabled": {"type": "integer"}}, "required": ["id", "name", "enabled"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1, "name" : "WRKSPC1", "enabled" : 1}, {"id" : 2, "name" : "WRKSPC2", "enabled" : 1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "enabled": {"type": "integer"}}, "required": ["id", "name", "enabled"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Version": {"type": "integer"}, "ProjectMap": {"type": "object", "properties": {"8ddecb19-79ac-bf1f-6240-30464ead9b84": {"type": "object", "properties": {"ProjectGuid": {"type": "string"}, "DisplayName": {"type": "string"}, "ColorIndex": {"type": "integer"}}, "required": ["ProjectGuid", "DisplayName", "ColorIndex"]}}, "required": ["8ddecb19-79ac-bf1f-6240-30464ead9b84"]}, "NextColorIndex": {"type": "integer"}}, "required": ["Version", "ProjectMap", "NextColorIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Version" : 1, "ProjectMap" : {"8ddecb19-79ac-bf1f-6240-30464ead9b84" : {"ProjectGuid" : "8ddecb19-79ac-bf1f-6240-30464ead9b84", "DisplayName" : "Touhou-Project", "ColorIndex" : 0}}, "NextColorIndex" : 1}
json_instruct
{"type": "object", "properties": {"Version": {"type": "integer"}, "ProjectMap": {"type": "object", "properties": {"8ddecb19-79ac-bf1f-6240-30464ead9b84": {"type": "object", "properties": {"ProjectGuid": {"type": "string"}, "DisplayName": {"type": "string"}, "ColorIndex": {"type": "integer"}}, "required": ["ProjectGuid", "DisplayName", "ColorIndex"]}}, "required": ["8ddecb19-79ac-bf1f-6240-30464ead9b84"]}, "NextColorIndex": {"type": "integer"}}, "required": ["Version", "ProjectMap", "NextColorIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "website": {"type": "string"}, "repository": {"type": "string"}, "env": {"type": "object", "properties": {"BROKER_URL": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "FLOWER_BASIC_AUTH": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}}, "required": ["BROKER_URL", "FLOWER_BASIC_AUTH"]}}, "required": ["name", "description", "keywords", "website", "repository", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Celery Flower Monitor", "description" : "Monitoring Celery on Heroku via Flower.", "keywords" : ["celery", "flower", "monitor", "heroku"], "website" : "https://github.com/slyapustin/celery-flower-heroku", "repository" : "https://github.com/slyapustin/celery-flower-heroku", "env" : {"BROKER_URL" : {"description" : "Broker URL.", "value" : ""}, "FLOWER_BASIC_AUTH" : {"description" : "Accepts user:password pairs separated by a comma. Any client trying to access this Flower instance will be prompted to provide the credentials specified in this argument:user1:password1,user2:password2", "value" : "admin:adminpass"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "website": {"type": "string"}, "repository": {"type": "string"}, "env": {"type": "object", "properties": {"BROKER_URL": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "FLOWER_BASIC_AUTH": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}}, "required": ["BROKER_URL", "FLOWER_BASIC_AUTH"]}}, "required": ["name", "description", "keywords", "website", "repository", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "stage", "description", "start", "stop"]}}}, "required": ["uuid", "name", "description", "start", "stop", "children", "befores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "4524fea8-b305-4fd3-ab49-38d491777f77", "name" : "im.atzma.tests.AppointmentCreationTest.preconditions", "description" : "", "start" : 1554392578646, "stop" : 1554392580020, "children" : ["5da5e3fb-b7f4-440b-92d0-7af16217140e"], "befores" : [{"name" : "preconditions", "status" : "passed", "stage" : "finished", "description" : "", "start" : 1554392578646, "stop" : 1554392580020}]}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "stage", "description", "start", "stop"]}}}, "required": ["uuid", "name", "description", "start", "stop", "children", "befores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Arctis 5", "description" : "An over-the-ears gaming headset.", "url" : "https://steelseries.com/gaming-headsets/arctis-5"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "icon": {"type": "string"}, "icon_background_color": {"type": "string"}, "icon_mask_base_uri": {"type": "string"}, "name": {"type": "string"}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "reference": {"type": "string"}, "scope": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "vicinity": {"type": "string"}}, "required": ["business_status", "geometry", "icon", "icon_background_color", "icon_mask_base_uri", "name", "place_id", "plus_code", "reference", "scope", "types", "vicinity"]}}, "status": {"type": "string"}}, "required": ["html_attributions", "results", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 27.46487399999999, "lng" : 79.75694899999999}, "viewport" : {"northeast" : {"lat" : 27.46623153029151, "lng" : 79.7583044802915}, "southwest" : {"lat" : 27.4635335697085, "lng" : 79.7556065197085}}}, "icon" : "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/hospital-71.png", "icon_background_color" : "#F88181", "icon_mask_base_uri" : "https://maps.gstatic.com/mapfiles/place_api/icons/v2/hospital-H_pinlet", "name" : "Mr.M Mishra", "place_id" : "ChIJccqrzU5LnjkR4ZzCwWw4YR8", "plus_code" : {"compound_code" : "FQ74+WQ Kankapur Ubariya, Uttar Pradesh, India", "global_code" : "7JVXFQ74+WQ"}, "reference" : "ChIJccqrzU5LnjkR4ZzCwWw4YR8", "scope" : "GOOGLE", "types" : ["hospital", "health", "point_of_interest", "establishment"], "vicinity" : "Unnamed Road, Kankapur Ubariya"}], "status" : "OK"}
json_instruct
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "icon": {"type": "string"}, "icon_background_color": {"type": "string"}, "icon_mask_base_uri": {"type": "string"}, "name": {"type": "string"}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "reference": {"type": "string"}, "scope": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "vicinity": {"type": "string"}}, "required": ["business_status", "geometry", "icon", "icon_background_color", "icon_mask_base_uri", "name", "place_id", "plus_code", "reference", "scope", "types", "vicinity"]}}, "status": {"type": "string"}}, "required": ["html_attributions", "results", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "casingName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "casingName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "20/70 6.2\u043c\u043c \u041a\u0430\u0440\u0442\u0435\u0447\u044c", "ShortName" : "6.2 20\u043a", "Description" : "\u041f\u0430\u0442\u0440\u043e\u043d \u0441\u043d\u0430\u0440\u044f\u0436\u0435\u043d\u043d\u044b\u0439 12-\u044e 6.2\u043c\u043c \u043a\u0430\u0440\u0442\u0435\u0447\u0438\u043d\u0430\u043c\u0438 20/70 \u0434\u043b\u044f \u0440\u0443\u0436\u0435\u0439 20 \u043a\u0430\u043b.", "casingName" : "20/70 6.2\u043c\u043c \u041a\u0430\u0440\u0442\u0435\u0447\u044c"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "casingName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "casingName"], "$schema": "http://json-schema.org/draft-07/schema#"}