input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"case": {"type": "integer"}, "local": {"type": "integer"}, "amend": {"type": "integer"}, "outside": {"type": "integer"}, "death": {"type": "integer"}, "date": {"type": "string"}, "brief": {"type": "string"}, "url": {"type": "string"}}, "required": ["case", "local", "amend", "outside", "death", "date", "brief", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"case" : 70, "local" : 12, "amend" : 0, "outside" : 58, "death" : 0, "date" : "2022-01-11", "brief" : "\u767c\u4f48\u65e5\u671f\uff1a2022-01-11 \u4e2d\u592e\u6d41\u884c\u75ab\u60c5\u6307\u63ee\u4e2d\u5fc3\u4eca(11)\u65e5\u516c\u5e03\u570b\u5167\u65b0\u589e70\u4f8bCOVID-19\u78ba\u5b9a\u75c5\u4f8b\uff0c\u5206\u5225\u70ba12\u4f8b\u672c\u571f\u500b\u6848\u53ca58\u4f8b\u5883\u5916\u79fb\u5165\uff1b\u53e6\u78ba\u8a3a\u500b\u6848\u4e2d\u7121\u65b0\u589e\u6b7b\u4ea1\u3002", "url" : "https://www.cdc.gov.tw/Bulletin/Detail/QoYYwlilK3JpPDQkBKCQBQ?typeid=9"}
json_instruct
{"type": "object", "properties": {"case": {"type": "integer"}, "local": {"type": "integer"}, "amend": {"type": "integer"}, "outside": {"type": "integer"}, "death": {"type": "integer"}, "date": {"type": "string"}, "brief": {"type": "string"}, "url": {"type": "string"}}, "required": ["case", "local", "amend", "outside", "death", "date", "brief", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Socha Panny Marie Imaculaty v Dlouh\u00e9 Vsi u Rychnova nad Kn\u011b\u017enou", "P31" : "http://www.wikidata.org/entity/Q179700", "P31^label:cs" : "Socha", "P131^label:cs" : "Rychnov nad Kn\u011b\u017enou", "P6736" : "24560"}, "geometry" : {"type" : "Point", "coordinates" : [16.30066, 50.14699]}}, {"type" : "Feature", "properties" : {"label:cs" : "K\u0159\u00ed\u017e v Lupenici v m\u00edstn\u00ed \u010d\u00e1sti Pohodl\u00ed", "P31" : "http://www.wikidata.org/entity/Q2309609", "P31^label:cs" : "Pam\u011btn\u00ed k\u0159\u00ed\u017e", "P131^label:cs" : "Lupenice", "P6736" : "32916"}, "geometry" : {"type" : "Point", "coordinates" : [16.2845, 50.1389]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "140301", "nama" : "Bengkalis"}, {"id" : "140302", "nama" : "Bantan"}, {"id" : "140303", "nama" : "Bukit Batu"}, {"id" : "140309", "nama" : "Mandau"}, {"id" : "140310", "nama" : "Rupat"}, {"id" : "140311", "nama" : "Rupat Utara"}, {"id" : "140312", "nama" : "Siak Kecil"}, {"id" : "140313", "nama" : "Pinggir"}, {"id" : "140314", "nama" : "Bandar Laksamana"}, {"id" : "140315", "nama" : "Talang Muandau"}, {"id" : "140316", "nama" : "Bathin Solapan"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "required": {"type": "boolean"}, "package": {"type": "string"}, "plugin": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}}, "required": ["parent", "required", "package", "plugin", "mixins"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "c2me.mixins.json", "required" : true, "package" : "com.ishland.c2me.opts.math.mixin", "plugin" : "com.ishland.c2me.base.common.ModuleMixinPlugin", "mixins" : ["MixinOctavePerlinNoiseSampler", "MixinPerlinNoiseSampler"]}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "required": {"type": "boolean"}, "package": {"type": "string"}, "plugin": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}}, "required": ["parent", "required", "package", "plugin", "mixins"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01015422": {"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": ["E01015422"]}, "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" : {"E01015422" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00077948", "LAD11CD" : "E06000029"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00077952", "LAD11CD" : "E06000029"}, "arcs" : [[5, -4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00077970", "LAD11CD" : "E06000029"}, "arcs" : [[6, 7, 8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00077976", "LAD11CD" : "E06000029"}, "arcs" : [[-1, 9, -9, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00077978", "LAD11CD" : "E06000029"}, "arcs" : [[-2, -11, -8, 11]]}]}}, "arcs" : [[[2801, 5361], [179, 117]], [[2980, 5478], [784, -449], [-207, -992], [-543, 132], [-36, -272], [2547, -1112], [-154, -375]], [[5371, 2410], [-796, -913]], [[4575, 1497], [-1544, 619], [-1493, 30]], [[1538, 2146], [614, 1297], [649, 1918]], [[4575, 1497], [-374, -462], [-1891, -1035], [-2310, 59], [157, 1135], [1381, 952]], [[1912, 7285], [-859, 712], [52, 865], [3038, 1137], [934, -1063], [-338, 309], [-319, -278], [-407, -1495], [252, -864]], [[4265, 6608], [-401, -197]], [[3864, 6411], [-767, -278], [281, 1747], [-845, 72], [-621, -667]], [[2801, 5361], [-1464, -389], [76, 1102], [931, -39], [-432, 1250]], [[3864, 6411], [680, -581], [1742, -344], [-14, -711], [-369, -186], [-2923, 889]], [[4265, 6608], [973, 486], [1567, -734], [-57, -1751], [745, -102], [1426, 996], [1080, -1213], [-42, -758], [-1204, 273], [-932, -1064], [-1455, -550], [-995, 219]]], "transform" : {"scale" : [9.849746205358836e-07, 7.194195586249596e-07], "translate" : [-2.012263787297689, 50.742414209870546]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01015422": {"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": ["E01015422"]}, "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "barres", "capo"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"key" : "F", "suffix" : "m7#5/E", "positions" : [{"frets" : "0x1121", "fingers" : "001121", "barres" : "1", "capo" : "true"}, {"frets" : "x76869", "fingers" : "021314", "barres" : "6", "capo" : "true"}, {"frets" : "xjikil", "fingers" : "021314", "barres" : "18", "capo" : "true"}]}
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "barres", "capo"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {"15591": {"type": "string"}, "736": {"type": "string"}, "15590": {"type": "string"}}, "required": ["15591", "736", "15590"]}, "timeto": {"type": "object", "properties": {"15591": {"type": "number"}, "736": {"type": "number"}, "15590": {"type": "number"}}, "required": ["15591", "736", "15590"]}}, "required": ["id", "title", "description", "paths", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 15589, "title" : ["[Bolissia's General Store]", "[Bolissia's Magic Shoppe]"], "description" : ["Beneath a painted nightscape ceiling, a detailed landscape painting hangs on one of the red dragon-inlaid walls. A small brown box and a large oak table sit in opposite corners while a sphere-topped black marble fountain rests on a weathered cobblestone floor."], "paths" : ["Obvious exits: southeast, southwest, out"], "wayto" : {"15591" : "southeast", "736" : "out", "15590" : "southwest"}, "timeto" : {"15591" : 0.2, "736" : 0.2, "15590" : 0.2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {"15591": {"type": "string"}, "736": {"type": "string"}, "15590": {"type": "string"}}, "required": ["15591", "736", "15590"]}, "timeto": {"type": "object", "properties": {"15591": {"type": "number"}, "736": {"type": "number"}, "15590": {"type": "number"}}, "required": ["15591", "736", "15590"]}}, "required": ["id", "title", "description", "paths", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}, "prereqTree": {"type": "object", "properties": {"or": {"type": "array", "items": {"type": "string"}}}, "required": ["or"]}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "fulfillRequirements", "prereqTree", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"courseCode" : "MA5236", "courseCredit" : "4", "description" : "This module is designed for graduate students in mathematics. It covers the following major topics: Homological algebra: categories and functors, chain complexes, homology, exact sequences, Snake Lemma, Mayer-Vietoris, Kunneth Theorem. Homology theory: Eilenberg-Steenrod homology axioms, singular homology theory, cellular homology, cohomology, cup and cap products, applications of homology (Brouwer fixed-point theorem, vector fields on spheres, Jordan Curve Theorem), H-spaces and Hopf algebra. Manifolds: de Rham cohomology, orientation, Poincare duality.", "faculty" : "Science", "fulfillRequirements" : ["MA6217"], "prereqTree" : {"or" : ["MA5209", "MA5210"]}, "title" : "Homology Theory"}
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}, "prereqTree": {"type": "object", "properties": {"or": {"type": "array", "items": {"type": "string"}}}, "required": ["or"]}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "fulfillRequirements", "prereqTree", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : 9007200872727670000, "key" : "/static/2c9a2621107e0114a2c345fcbb22356f/5a46d/Public-API-Performance-Dash-for-GPD.png", "val" : "a332feb9cc46a7b9dc9f269a3bd41b6d"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cam/image_array" : "669_cam-image_array_.jpg", "user/angle" : 0.7428571428571429, "user/throttle" : 0.07142857142857136, "user/mode" : "user", "milliseconds" : 67082}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"probe_id" : 16320, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 57118, "resolver_net" : "185.95.216.0/22", "ipv4_tcp" : true, "internal" : "185.95.216.71", "ipv6_cap" : true}, {"ipv6_tcp" : true, "resolver_asn" : 57118, "resolver_net" : "185.95.216.0/22", "ipv4_tcp" : true, "internal" : "2a05:fc80:2:20::71", "ipv6_cap" : true}]}
json_instruct
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "visible": {"type": "boolean"}, "image": {"type": "string"}, "image_name": {"type": "string"}, "image_description": {"type": "string"}}, "required": ["title", "visible", "image", "image_name", "image_description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "2019-41", "visible" : true, "image" : "/images/uploads/schicksalsberg.jpg", "image_name" : "Schicksalsberg", "image_description" : "Auch wenn es sich tats\u00e4chlich nur um ein Abendleuchten \u00fcber der Plenge, dem Hausberg des Lesachtals handelt. Im Wetter verhangenen Abendlicht fiel mir sofort der \"Schicksalsberg\" vom Buch \"Herr der Ringe\" ein. Wegen der eintretenden Dunkelheit erh\u00f6hte ich die Empfindlichkeit leicht auf ISO 800 und \u00f6ffnete die Blende."}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "visible": {"type": "boolean"}, "image": {"type": "string"}, "image_name": {"type": "string"}, "image_description": {"type": "string"}}, "required": ["title", "visible", "image", "image_name", "image_description"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Talaktaksa~ `ko~ `nanom~ `a~ `ma~`tera'~.\ufffa\ufffb\u6c34\u5728\u6ef4\u6ef4\u7b54\u7b54\u5730\u6ef4\u4e0b\u4f86\u3002"], "f" : "(\u6c34)\u5448\u6ef4\u843d\u3001\u6d41\u6dcc\u7684\u72c0\u614b\uff0c\u6ef4\u843d\u8005\u8457\uff0c\u6d41\u6dcc\u8457\u3002"}]}], "stem" : "talaktak", "t" : "talaktaksa"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ionic.filter.bar.css": {"type": "string"}, "ionic.filter.bar.js": {"type": "string"}, "ionic.filter.bar.min.css": {"type": "string"}, "ionic.filter.bar.min.js": {"type": "string"}}, "required": ["ionic.filter.bar.css", "ionic.filter.bar.js", "ionic.filter.bar.min.css", "ionic.filter.bar.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ionic.filter.bar.css" : "sha256-/BOmAr5HTujcKVd5qjlqUVscdjMd/3OwcTLXI+i/AiU=", "ionic.filter.bar.js" : "sha256-qtTYKW3aDw080XkWpjGDzR6Igx3TQtU4nRcV4tvCkcw=", "ionic.filter.bar.min.css" : "sha256-k2/iHuLx4bMV5FbWC9eQVp9XF4oe3UNRIBEViSfVGT0=", "ionic.filter.bar.min.js" : "sha256-ESz9L4DhdFCYHStNgCF7yFKQUzvNWi1Ha4mm2iR4QmA="}
json_instruct
{"type": "object", "properties": {"ionic.filter.bar.css": {"type": "string"}, "ionic.filter.bar.js": {"type": "string"}, "ionic.filter.bar.min.css": {"type": "string"}, "ionic.filter.bar.min.js": {"type": "string"}}, "required": ["ionic.filter.bar.css", "ionic.filter.bar.js", "ionic.filter.bar.min.css", "ionic.filter.bar.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "rank": {"type": "string"}, "perc_1h": {"type": "string"}, "perc_24h": {"type": "string"}, "perc_7d": {"type": "string"}, "amount": {"type": "number"}, "translate": {"type": "string"}}, "required": ["name", "symbol", "rank", "perc_1h", "perc_24h", "perc_7d", "amount", "translate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Bitcoin", "symbol" : "BTC", "rank" : "1", "perc_1h" : "1.93", "perc_24h" : "-5.93", "perc_7d" : "21.88", "amount" : 14002.82, "translate" : "EUR"}, {"name" : "Bitcoin Cash", "symbol" : "BCH", "rank" : "3", "perc_1h" : "1.36", "perc_24h" : "0.35", "perc_7d" : "10.08", "amount" : 1358.88, "translate" : "EUR"}, {"name" : "Dash", "symbol" : "DASH", "rank" : "7", "perc_1h" : "2.21", "perc_24h" : "-2.29", "perc_7d" : "23.3", "amount" : 753.71, "translate" : "EUR"}, {"name" : "Ethereum", "symbol" : "ETH", "rank" : "2", "perc_1h" : "4.5", "perc_24h" : "14.43", "perc_7d" : "60.65", "amount" : 594.15, "translate" : "EUR"}, {"name" : "Monero", "symbol" : "XMR", "rank" : "9", "perc_1h" : "2.77", "perc_24h" : "2.08", "perc_7d" : "8.39", "amount" : 263.11, "translate" : "EUR"}, {"name" : "Litecoin", "symbol" : "LTC", "rank" : "5", "perc_1h" : "3.17", "perc_24h" : "-7.16", "perc_7d" : "203.39", "amount" : 259.56, "translate" : "EUR"}, {"name" : "Bitcoin Gold", "symbol" : "BTG", "rank" : "10", "perc_1h" : "1.16", "perc_24h" : "1.12", "perc_7d" : "-3.82", "amount" : 232.59, "translate" : "EUR"}, {"name" : "IOTA", "symbol" : "MIOTA", "rank" : "6", "perc_1h" : "4.86", "perc_24h" : "-11.03", "perc_7d" : "-3.41", "amount" : 3.47, "translate" : "EUR"}, {"name" : "NEM", "symbol" : "XEM", "rank" : "8", "perc_1h" : "3.83", "perc_24h" : "-3.78", "perc_7d" : "92.57", "amount" : 0.46, "translate" : "EUR"}, {"name" : "Ripple", "symbol" : "XRP", "rank" : "4", "perc_1h" : "8.69", "perc_24h" : "52.18", "perc_7d" : "99.82", "amount" : 0.4, "translate" : "EUR"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "rank": {"type": "string"}, "perc_1h": {"type": "string"}, "perc_24h": {"type": "string"}, "perc_7d": {"type": "string"}, "amount": {"type": "number"}, "translate": {"type": "string"}}, "required": ["name", "symbol", "rank", "perc_1h", "perc_24h", "perc_7d", "amount", "translate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"FOREST ANIMALS": {"type": "string"}, "forestanimal": {"type": "array", "items": {"type": "string"}}, "forestbird": {"type": "array", "items": {"type": "string"}}, "forestmammal": {"type": "array", "items": {"type": "string"}}, "forestamphibian": {"type": "array", "items": {"type": "string"}}, "forestcritter": {"type": "array", "items": {"type": "string"}}}, "required": ["FOREST ANIMALS", "forestanimal", "forestbird", "forestmammal", "forestamphibian", "forestcritter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"FOREST ANIMALS" : "", "forestanimal" : ["#forestbird#", "#forestmammal#", "#forestamphibian#", "#forestcritter#"], "forestbird" : ["blackbird", "raven", "owl ", "blue tit", "black tit"], "forestmammal" : ["bear", "deer", "bunny", "fox", "squirrel", "hedgehog", "bat"], "forestamphibian" : ["toad", "frog"], "forestcritter" : ["snail", "grasshopper", "woodlouse", "ladybug", "ant", "wasp", "bee", "worm", "dragonfly", "hornet", "butterfly", "centipede", "caterpillar"]}
json_instruct
{"type": "object", "properties": {"FOREST ANIMALS": {"type": "string"}, "forestanimal": {"type": "array", "items": {"type": "string"}}, "forestbird": {"type": "array", "items": {"type": "string"}}, "forestmammal": {"type": "array", "items": {"type": "string"}}, "forestamphibian": {"type": "array", "items": {"type": "string"}}, "forestcritter": {"type": "array", "items": {"type": "string"}}}, "required": ["FOREST ANIMALS", "forestanimal", "forestbird", "forestmammal", "forestamphibian", "forestcritter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"AuthData": {"type": "object", "properties": {"Secret": {"type": "string"}, "ExpiresInMinutes": {"type": "integer"}}, "required": ["Secret", "ExpiresInMinutes"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["AuthData", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AuthData" : {"Secret" : "SECRET", "ExpiresInMinutes" : 15}, "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "AllowedHosts" : "*"}
json_instruct
{"type": "object", "properties": {"AuthData": {"type": "object", "properties": {"Secret": {"type": "string"}, "ExpiresInMinutes": {"type": "integer"}}, "required": ["Secret", "ExpiresInMinutes"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["AuthData", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies 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" : "1610011001", "district_id" : "1610011", "name" : "IBUL DALAM"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"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" : 54090, "cartId" : "7a71f68c-0c44-4f25-89a0-039d0a4c9dd3", "preferredProducts" : [2963, 4687, 4814, 3240, 4262, 320], "productReviews" : [{"productId" : 974, "reviewText" : "My neighbor Allean has one of these. She works as a sky diver and she says it looks weedy.", "reviewDate" : "2020-01-24T05:45:04.3587622+02:00"}, {"productId" : 563, "reviewText" : "The box this comes in is 3 yard by 6 light-year and weights 15 gram!!!", "reviewDate" : "2019-11-23T15:27:31.1832852+02:00"}, {"productId" : 542, "reviewText" : "I saw one of these in Tanzania and I bought one.", "reviewDate" : "2018-09-19T02:22:36.9092432+03:00"}, {"productId" : 3597, "reviewText" : "I tried to maim it but got nectarine all over it.", "reviewDate" : "2018-10-23T23:32:27.8521652+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"template": {"type": "string"}, "index_patterns": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "object", "properties": {"number_of_shards": {"type": "integer"}, "number_of_replicas": {"type": "integer"}}, "required": ["number_of_shards", "number_of_replicas"]}}, "required": ["template", "index_patterns", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : "ja-logstash", "index_patterns" : ["logstash-*"], "settings" : {"number_of_shards" : 5, "number_of_replicas" : 0}}
json_instruct
{"type": "object", "properties": {"template": {"type": "string"}, "index_patterns": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "object", "properties": {"number_of_shards": {"type": "integer"}, "number_of_replicas": {"type": "integer"}}, "required": ["number_of_shards", "number_of_replicas"]}}, "required": ["template", "index_patterns", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}, "mosmix": {"type": "string"}}, "required": ["wmo", "ghcn", "mosmix"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "41257", "name" : {"en" : "Samail / ?ayl"}, "country" : "OM", "region" : "DA", "identifiers" : {"wmo" : "41257", "ghcn" : "MUM00041257", "mosmix" : "41257"}, "location" : {"latitude" : 23.3089, "longitude" : 57.9481, "elevation" : 414}, "timezone" : "Asia/Muscat"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}, "mosmix": {"type": "string"}}, "required": ["wmo", "ghcn", "mosmix"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[122.625, 20.166666666666668], [122.625, 20.25], [122.75, 20.25], [122.75, 20.166666666666668], [122.625, 20.166666666666668]]]}, "properties" : {"code" : 302225, "url" : "http://madefor.github.io/0410/api/v1/302225.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/302225.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"number_of_machines": {"type": "integer"}, "processing_times": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "weights": {"type": "array", "items": {"type": "integer"}}, "due_dates": {"type": "array", "items": {"type": "integer"}}}, "required": ["number_of_machines", "processing_times", "weights", "due_dates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"number_of_machines" : 1, "processing_times" : [[14], [20], [99], [79], [97], [60], [100], [77]], "weights" : [3, 2, 5, 5, 4, 3, 3, 4], "due_dates" : [535, 221, 430, 282, 505, 85, 119, 344]}
json_instruct
{"type": "object", "properties": {"number_of_machines": {"type": "integer"}, "processing_times": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "weights": {"type": "array", "items": {"type": "integer"}}, "due_dates": {"type": "array", "items": {"type": "integer"}}}, "required": ["number_of_machines", "processing_times", "weights", "due_dates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"site": {"type": "object", "properties": {"name": {"type": "string"}, "locale": {"type": "string"}}, "required": ["name", "locale"]}}, "required": ["site"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"site" : {"name" : "Notadd", "locale" : "zh-CN"}}
json_instruct
{"type": "object", "properties": {"site": {"type": "object", "properties": {"name": {"type": "string"}, "locale": {"type": "string"}}, "required": ["name", "locale"]}}, "required": ["site"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"love-heart": {"type": "string"}, "github-button": {"type": "string"}, "gplus-elements": {"type": "string"}, "twitter-button": {"type": "string"}, "facebook-button": {"type": "string"}, "core-list": {"type": "string"}, "polymer": {"type": "string"}, "webcomponentsjs": {"type": "string"}, "core-ajax": {"type": "string"}}, "required": ["love-heart", "github-button", "gplus-elements", "twitter-button", "facebook-button", "core-list", "polymer", "webcomponentsjs", "core-ajax"]}}, "required": ["name", "version", "homepage", "authors", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "webcomponentsweekly.me", "version" : "0.0.0", "homepage" : "https://github.com/mateusortiz/webcompomponents-weekly", "authors" : ["Mateus Ortiz <mateus.prado@ig.com.br>"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "app/bower_components", "test", "tests"], "dependencies" : {"love-heart" : "~0.3.0", "github-button" : "~0.1.5", "gplus-elements" : "~0.3.0", "twitter-button" : "~0.2.0", "facebook-button" : "~0.2.0", "core-list" : "Polymer/core-list#~0.5.5", "polymer" : "~0.5.5", "webcomponentsjs" : "~0.6.1", "core-ajax" : "Polymer/core-ajax#~0.5.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"love-heart": {"type": "string"}, "github-button": {"type": "string"}, "gplus-elements": {"type": "string"}, "twitter-button": {"type": "string"}, "facebook-button": {"type": "string"}, "core-list": {"type": "string"}, "polymer": {"type": "string"}, "webcomponentsjs": {"type": "string"}, "core-ajax": {"type": "string"}}, "required": ["love-heart", "github-button", "gplus-elements", "twitter-button", "facebook-button", "core-list", "polymer", "webcomponentsjs", "core-ajax"]}}, "required": ["name", "version", "homepage", "authors", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"667b8bc4d32e1541a60574046e990228509cc894ad2038eec559035aa9940706\"", "Last-Modified" : "Thu, 01 Apr 2021 21:23:55 GMT", "base" : {"repo" : {"name" : "larch-feedstock"}}, "closed_at" : "2021-04-01T21:23:52Z", "created_at" : "2021-04-01T20:41:59Z", "draft" : false, "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda-forge/larch-feedstock/pull/35", "id" : 607659172, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2021-04-01T21:23:52Z", "number" : 35, "state" : "closed", "updated_at" : "2021-04-01T21:23:55Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kabupaten": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kabupaten", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "180502", "id_kabupaten" : "1805", "name" : "Menggala"}, {"id" : "180506", "id_kabupaten" : "1805", "name" : "Gedung Aji"}, {"id" : "180508", "id_kabupaten" : "1805", "name" : "Banjar Agung"}, {"id" : "180511", "id_kabupaten" : "1805", "name" : "Gedung Meneng"}, {"id" : "180512", "id_kabupaten" : "1805", "name" : "Rawa Jitu Selatan"}, {"id" : "180513", "id_kabupaten" : "1805", "name" : "Penawar Tama"}, {"id" : "180518", "id_kabupaten" : "1805", "name" : "Rawa Jitu Timur"}, {"id" : "180520", "id_kabupaten" : "1805", "name" : "Banjar Margo"}, {"id" : "180522", "id_kabupaten" : "1805", "name" : "Rawa Pitu"}, {"id" : "180523", "id_kabupaten" : "1805", "name" : "Penawar Aji"}, {"id" : "180525", "id_kabupaten" : "1805", "name" : "Dente Teladas"}, {"id" : "180526", "id_kabupaten" : "1805", "name" : "Meraksa Aji"}, {"id" : "180527", "id_kabupaten" : "1805", "name" : "Gedung Aji Baru"}, {"id" : "180529", "id_kabupaten" : "1805", "name" : "Banjar Baru"}, {"id" : "180530", "id_kabupaten" : "1805", "name" : "Menggala Timur"}]}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kabupaten": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kabupaten", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"judges": {"type": "array", "items": {}}, "court": {"type": "string"}, "api_url": {"type": "string"}, "author": {"type": "null"}, "text": {"type": "object", "properties": {"pdf": {"type": "string"}, "text": {"type": "string"}}, "required": ["pdf", "text"]}, "cited_laws": {"type": "null"}, "cited_cases": {"type": "null"}, "number": {"type": "string"}, "name": {"type": "string"}, "date_published": {"type": "string"}, "parties": {"type": "object", "properties": {"plaintiff": {"type": "string"}, "defendant": {"type": "string"}}, "required": ["plaintiff", "defendant"]}, "attorneys": {"type": "array", "items": {}}, "outcome": {"type": "null"}, "type": {"type": "null"}, "is_published": {"type": "boolean"}}, "required": ["judges", "court", "api_url", "author", "text", "cited_laws", "cited_cases", "number", "name", "date_published", "parties", "attorneys", "outcome", "type", "is_published"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"judges" : [], "court" : "Court of Appeals of Virginia", "api_url" : "opinions/0076033.json", "author" : null, "text" : {"pdf" : "http://www.courts.state.va.us/opinions/opncavwp/0076033.pdf", "text" : "opinions/0076033.txt"}, "cited_laws" : null, "cited_cases" : null, "number" : "0076033", "name" : "Craig John Petry v Roseann Petry", "date_published" : "2/16/2003", "parties" : {"plaintiff" : "Craig John Petry", "defendant" : "Roseann Petry"}, "attorneys" : [], "outcome" : null, "type" : null, "is_published" : true}
json_instruct
{"type": "object", "properties": {"judges": {"type": "array", "items": {}}, "court": {"type": "string"}, "api_url": {"type": "string"}, "author": {"type": "null"}, "text": {"type": "object", "properties": {"pdf": {"type": "string"}, "text": {"type": "string"}}, "required": ["pdf", "text"]}, "cited_laws": {"type": "null"}, "cited_cases": {"type": "null"}, "number": {"type": "string"}, "name": {"type": "string"}, "date_published": {"type": "string"}, "parties": {"type": "object", "properties": {"plaintiff": {"type": "string"}, "defendant": {"type": "string"}}, "required": ["plaintiff", "defendant"]}, "attorneys": {"type": "array", "items": {}}, "outcome": {"type": "null"}, "type": {"type": "null"}, "is_published": {"type": "boolean"}}, "required": ["judges", "court", "api_url", "author", "text", "cited_laws", "cited_cases", "number", "name", "date_published", "parties", "attorneys", "outcome", "type", "is_published"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Discriminating", "definitions" : ["Having or showing refined taste or good judgement."], "parts-of-speech" : "Adjective"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"CLASS_AVAILABLE": {"type": "string"}, "CLASS_RESERVED": {"type": "string"}, "CLASS_RENTED": {"type": "string"}, "AVAILABLE_KEY": {"type": "string"}, "HANDLES": {"type": "object", "properties": {"CONTAINER": {"type": "string"}}, "required": ["CONTAINER"]}}, "required": ["CLASS_AVAILABLE", "CLASS_RESERVED", "CLASS_RENTED", "AVAILABLE_KEY", "HANDLES"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CLASS_AVAILABLE" : "beschikbaar", "CLASS_RESERVED" : "option", "CLASS_RENTED" : "verhuurd", "AVAILABLE_KEY" : "available", "HANDLES" : {"CONTAINER" : "#floorplan_polygon_container"}}
json_instruct
{"type": "object", "properties": {"CLASS_AVAILABLE": {"type": "string"}, "CLASS_RESERVED": {"type": "string"}, "CLASS_RENTED": {"type": "string"}, "AVAILABLE_KEY": {"type": "string"}, "HANDLES": {"type": "object", "properties": {"CONTAINER": {"type": "string"}}, "required": ["CONTAINER"]}}, "required": ["CLASS_AVAILABLE", "CLASS_RESERVED", "CLASS_RENTED", "AVAILABLE_KEY", "HANDLES"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"tckimlikNo": {"type": "integer"}, "ad": {"type": "string"}, "soyad": {"type": "string"}, "soyadYok": {"type": "boolean"}, "dogumGun": {"type": "integer"}, "dogumGunYok": {"type": "boolean"}, "dogumAy": {"type": "integer"}, "dogumAyYok": {"type": "boolean"}, "dogumYil": {"type": "integer"}, "cuzdanSeri": {"type": "null"}, "cuzdanNo": {"type": "null"}, "tckkseriNo": {"type": "string"}}, "required": ["tckimlikNo", "ad", "soyad", "soyadYok", "dogumGun", "dogumGunYok", "dogumAy", "dogumAyYok", "dogumYil", "cuzdanSeri", "cuzdanNo", "tckkseriNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tckimlikNo" : 11111111111, "ad" : "MUSTAFA FEVZ\u0130", "soyad" : "\u00c7AKMAK", "soyadYok" : false, "dogumGun" : 12, "dogumGunYok" : false, "dogumAy" : 1, "dogumAyYok" : false, "dogumYil" : 1876, "cuzdanSeri" : null, "cuzdanNo" : null, "tckkseriNo" : "M99F11276"}
json_instruct
{"type": "object", "properties": {"tckimlikNo": {"type": "integer"}, "ad": {"type": "string"}, "soyad": {"type": "string"}, "soyadYok": {"type": "boolean"}, "dogumGun": {"type": "integer"}, "dogumGunYok": {"type": "boolean"}, "dogumAy": {"type": "integer"}, "dogumAyYok": {"type": "boolean"}, "dogumYil": {"type": "integer"}, "cuzdanSeri": {"type": "null"}, "cuzdanNo": {"type": "null"}, "tckkseriNo": {"type": "string"}}, "required": ["tckimlikNo", "ad", "soyad", "soyadYok", "dogumGun", "dogumGunYok", "dogumAy", "dogumAyYok", "dogumYil", "cuzdanSeri", "cuzdanNo", "tckkseriNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"username": {"type": "string"}}, "required": ["username"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"username" : "akkash"}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}}, "required": ["username"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"pci_project_versions_list_version": {"type": "string"}, "pci_project_versions_recommended_version": {"type": "string"}}, "required": ["pci_project_versions_list_version", "pci_project_versions_recommended_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pci_project_versions_list_version" : "Version {{ version }}", "pci_project_versions_recommended_version" : "Empfohlene Version"}
json_instruct
{"type": "object", "properties": {"pci_project_versions_list_version": {"type": "string"}, "pci_project_versions_recommended_version": {"type": "string"}}, "required": ["pci_project_versions_list_version", "pci_project_versions_recommended_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cam/image_array" : "4318_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : -0.2388191521167755, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"11910": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "11913": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "11914": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "11912": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "11915": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "11911": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["11910", "11913", "11914", "11912", "11915", "11911"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"11910" : {"nama" : "ASAM KUMBANG", "dapil" : [12, 1201, 11202, 2127105]}, "11913" : {"nama" : "BERINGIN", "dapil" : [12, 1201, 11202, 2127105]}, "11914" : {"nama" : "PB SELAYANG I", "dapil" : [12, 1201, 11202, 2127105]}, "11912" : {"nama" : "PB SELAYANG II", "dapil" : [12, 1201, 11202, 2127105]}, "11915" : {"nama" : "SEMPAKATA", "dapil" : [12, 1201, 11202, 2127105]}, "11911" : {"nama" : "TANJUNG SARI", "dapil" : [12, 1201, 11202, 2127105]}}
json_instruct
{"type": "object", "properties": {"11910": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "11913": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "11914": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "11912": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "11915": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "11911": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["11910", "11913", "11914", "11912", "11915", "11911"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "ghcn": {"type": "string"}, "wban": {"type": "null"}, "usaf": {"type": "string"}, "mosmix": {"type": "string"}, "icao": {"type": "string"}, "iata": {"type": "string"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "60735", "name" : {"en" : "Kairouan"}, "country" : "TN", "region" : "KR", "identifiers" : {"national" : null, "wmo" : "60735", "ghcn" : "TSE00147773", "wban" : null, "usaf" : "607350", "mosmix" : "60735", "icao" : "DTTK", "iata" : "QKN"}, "location" : {"latitude" : 35.6667, "longitude" : 10.1, "elevation" : 60}, "timezone" : "Africa/Tunis", "history" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "ghcn": {"type": "string"}, "wban": {"type": "null"}, "usaf": {"type": "string"}, "mosmix": {"type": "string"}, "icao": {"type": "string"}, "iata": {"type": "string"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "97a4a78a-1d6a-48a7-8d9f-9bbab96d7b06", "name" : "ZoomTest", "children" : ["f2c0bf61-723f-4a9d-9401-773e920d2158"], "befores" : [], "afters" : [], "links" : [], "start" : 1614705706472, "stop" : 1614705733898}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "commodity": {"type": "string"}, "fixed_overhead;": {"type": "string"}, "variable_overhead": {"type": "string"}}, "required": ["country", "commodity", "fixed_overhead;", "variable_overhead"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"country" : "US", "commodity" : "orange", "fixed_overhead;" : "20", "variable_overhead" : "50"}, {"country" : "US", "commodity" : "orange", "fixed_overhead;" : "1", "variable_overhead" : "50"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "commodity": {"type": "string"}, "fixed_overhead;": {"type": "string"}, "variable_overhead": {"type": "string"}}, "required": ["country", "commodity", "fixed_overhead;", "variable_overhead"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"82088": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["82088"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"82088" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"82088": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["82088"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"stats": {"type": "string"}, "videos": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "env_info": {"type": "object", "properties": {"gym_version": {"type": "string"}, "env_id": {"type": "string"}}, "required": ["gym_version", "env_id"]}}, "required": ["stats", "videos", "env_info"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stats" : "openaigym.episode_batch.0.34385.stats.json", "videos" : [["openaigym.video.0.34385.video000000.mp4", "openaigym.video.0.34385.video000000.meta.json"], ["openaigym.video.0.34385.video000001.mp4", "openaigym.video.0.34385.video000001.meta.json"], ["openaigym.video.0.34385.video000002.mp4", "openaigym.video.0.34385.video000002.meta.json"], ["openaigym.video.0.34385.video000003.mp4", "openaigym.video.0.34385.video000003.meta.json"], ["openaigym.video.0.34385.video000004.mp4", "openaigym.video.0.34385.video000004.meta.json"], ["openaigym.video.0.34385.video000005.mp4", "openaigym.video.0.34385.video000005.meta.json"]], "env_info" : {"gym_version" : "0.14.0", "env_id" : "small-v0"}}
json_instruct
{"type": "object", "properties": {"stats": {"type": "string"}, "videos": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "env_info": {"type": "object", "properties": {"gym_version": {"type": "string"}, "env_id": {"type": "string"}}, "required": ["gym_version", "env_id"]}}, "required": ["stats", "videos", "env_info"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"jquery.js": {"type": "string"}, "jquery.min.js": {"type": "string"}}, "required": ["jquery.js", "jquery.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.js" : "sha256-ntyfgTeB7KKq1t5474XNvpLuMrsKVnkb5NoPp7Rywdg=", "jquery.min.js" : "sha256-LOx49zn73f7YUs15NNJTDnzEyPFLOGc7A7pfuICtTMc="}
json_instruct
{"type": "object", "properties": {"jquery.js": {"type": "string"}, "jquery.min.js": {"type": "string"}}, "required": ["jquery.js", "jquery.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"instance": {"type": "object", "properties": {"testViewDistance": {"type": "string"}, "testAlpha": {"type": "string"}, "testBeta": {"type": "string"}, "testFitToPlot": {"type": "string"}, "testDepth": {"type": "string"}, "testEnabled": {"type": "string"}}, "required": ["testViewDistance", "testAlpha", "testBeta", "testFitToPlot", "testDepth", "testEnabled"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["instance", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"instance" : {"testViewDistance" : "MarianoMartinezPeck 11/4/2016 19:32", "testAlpha" : "MarianoMartinezPeck 11/4/2016 19:32", "testBeta" : "MarianoMartinezPeck 11/4/2016 19:32", "testFitToPlot" : "MarianoMartinezPeck 11/4/2016 19:32", "testDepth" : "MarianoMartinezPeck 11/4/2016 19:32", "testEnabled" : "MarianoMartinezPeck 11/4/2016 19:32"}, "class" : {}}
json_instruct
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"testViewDistance": {"type": "string"}, "testAlpha": {"type": "string"}, "testBeta": {"type": "string"}, "testFitToPlot": {"type": "string"}, "testDepth": {"type": "string"}, "testEnabled": {"type": "string"}}, "required": ["testViewDistance", "testAlpha", "testBeta", "testFitToPlot", "testDepth", "testEnabled"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["instance", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"auth": {"type": "object", "properties": {"key": {"type": "string"}, "token": {"type": "string"}, "userId": {"type": "string"}, "urlName": {"type": "string"}}, "required": ["key", "token", "userId", "urlName"]}, "createGoal": {"type": "object", "properties": {"goal": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["goal"]}, "updateGoal": {"type": "object", "properties": {"goal": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["goal"]}, "getGoal": {"type": "object", "properties": {}, "required": []}, "getGoals": {"type": "object", "properties": {}, "required": []}, "getUsers": {"type": "object", "properties": {}, "required": []}, "getProjects": {"type": "object", "properties": {}, "required": []}}, "required": ["auth", "createGoal", "updateGoal", "getGoal", "getGoals", "getUsers", "getProjects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"auth" : {"key" : "e398cc30d695dd7f4c5785cf8dd3304a", "token" : "37db56aa0f4dde4bc244d4e9d7d3dedb0ead7ebed6af5b59b0c50aa070cfb462", "userId" : "534e4c604607f2332ebea3a2", "urlName" : "534e4c604607f2332ebea3a3"}, "createGoal" : {"goal" : {"title" : "test-goal", "description" : "some text description here"}}, "updateGoal" : {"goal" : {"title" : "updated-test-goal", "description" : "some text description here\n\n---\nsome text"}}, "getGoal" : {}, "getGoals" : {}, "getUsers" : {}, "getProjects" : {}}
json_instruct
{"type": "object", "properties": {"auth": {"type": "object", "properties": {"key": {"type": "string"}, "token": {"type": "string"}, "userId": {"type": "string"}, "urlName": {"type": "string"}}, "required": ["key", "token", "userId", "urlName"]}, "createGoal": {"type": "object", "properties": {"goal": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["goal"]}, "updateGoal": {"type": "object", "properties": {"goal": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["goal"]}, "getGoal": {"type": "object", "properties": {}, "required": []}, "getGoals": {"type": "object", "properties": {}, "required": []}, "getUsers": {"type": "object", "properties": {}, "required": []}, "getProjects": {"type": "object", "properties": {}, "required": []}}, "required": ["auth", "createGoal", "updateGoal", "getGoal", "getGoals", "getUsers", "getProjects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "id": {"type": "string"}, "score": {"type": "number"}}, "required": ["message", "id", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"message" : "Outflow Flow Pattern found.", "id" : "dbb47ff3-c1d4-456a-a095-fcba688d6d52", "score" : 1.2528331499812801}, {"message" : "Outflow Flow Pattern found.", "id" : "c81d20dd-8b65-43d1-bb07-6988fffa299f", "score" : 1.2168485796572426}, {"id" : "1c323eb5-f70b-4b8c-aa94-7c71dbaceaa4", "message" : "Client has had both incoming and outgoing transactions from and to financially remote parties.", "score" : 1.1618503975225922}, {"message" : "Inflow Flow Pattern found.", "id" : "98fdf8fb-ec37-42ed-a890-d862ef93e7bb", "score" : 1.1496925490009475}, {"id" : "8ff446f7-9402-4ca2-a201-15982a318595", "message" : "Client has had both incoming and outgoing transactions from and to financially remote parties.", "score" : 1.1007233118776152}, {"id" : "20fc7db2-a66b-475d-a93a-6fcdbee0ed84", "message" : "Client has had suspicious incoming transactions from financially remote parties.", "score" : 1.0705913727273486}, {"id" : "c81d20dd-8b65-43d1-bb07-6988fffa299f", "message" : "Client has had suspicious incoming transactions from financially remote parties.", "score" : 1.0700476441109763}, {"message" : "Inflow Flow Pattern found.", "id" : "d84e8a14-d531-497c-87cb-ee985099e9f9", "score" : 0.9416377173407149}, {"message" : "Inflow Time Pattern found.", "id" : "35b6bec4-65ab-4fee-bedb-1362547fba33", "score" : 0.7499605332046727}, {"message" : "Outflow Time Pattern found.", "id" : "7da7fe88-98be-4553-b006-6df8bbdb6945", "score" : 0.7178874757453579}, {"message" : "Inflow Time Pattern found.", "id" : "206be578-7faa-4c8e-94e5-0cb87ef8297d", "score" : 0.6820827814913074}, {"message" : "Outflow Time Pattern found.", "id" : "d6af4bd8-f5e2-4419-b0dc-4ec1e31d611a", "score" : 0.6735112655396222}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "id": {"type": "string"}, "score": {"type": "number"}}, "required": ["message", "id", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@polymer/lit-element": {"type": "string"}, "@polymer/polymer": {"type": "string"}}, "required": ["@polymer/lit-element", "@polymer/polymer"]}, "devDependencies": {"type": "object", "properties": {"@polymer/iron-demo-helpers": {"type": "string"}, "@webcomponents/webcomponentsjs": {"type": "string"}, "wct-browser-legacy": {"type": "string"}}, "required": ["@polymer/iron-demo-helpers", "@webcomponents/webcomponentsjs", "wct-browser-legacy"]}}, "required": ["name", "description", "main", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rps-lit", "description" : "LitElement implementation Rock, Paper, Scissors", "main" : "index.js", "dependencies" : {"@polymer/lit-element" : "^0.6.2", "@polymer/polymer" : "^3.0.0"}, "devDependencies" : {"@polymer/iron-demo-helpers" : "^3.0.0-pre.19", "@webcomponents/webcomponentsjs" : "^2.0.0", "wct-browser-legacy" : "^1.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@polymer/lit-element": {"type": "string"}, "@polymer/polymer": {"type": "string"}}, "required": ["@polymer/lit-element", "@polymer/polymer"]}, "devDependencies": {"type": "object", "properties": {"@polymer/iron-demo-helpers": {"type": "string"}, "@webcomponents/webcomponentsjs": {"type": "string"}, "wct-browser-legacy": {"type": "string"}}, "required": ["@polymer/iron-demo-helpers", "@webcomponents/webcomponentsjs", "wct-browser-legacy"]}}, "required": ["name", "description", "main", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"review" : "\ubc30\uacbd\uc74c\uc545\uc73c\ub85c \ub098\uc624\ub294 \ud55c\uc624\ubc31\ub144\uc740 \ub204\uac00 \ubd80\ub978 \uac83\uc778\uc9c0 \uc544\uc2dc\ub294 \ubd84\uc740 \uba54\uc2dc\uc9c0\ub97c \ub0a8\uaca8 \uc8fc\uc2dc\uba74 \uac10\uc0ac\ud558\uaca0\uc2b5\ub2c8\ub2e4.", "date" : "14.10.11", "rating" : "10", "author" : "week****", "review_id" : "9283447", "movie_id" : "20876"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"font-awesome": {"type": "string"}, "num-words": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-graph-visualizer": {"type": "string"}, "react-scripts": {"type": "string"}, "react-syntax-highlighter": {"type": "string"}}, "required": ["font-awesome", "num-words", "prop-types", "react", "react-dom", "react-graph-visualizer", "react-scripts", "react-syntax-highlighter"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "homepage", "version", "license", "private", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-graph-visualizer-example", "homepage" : "https://NadirTellai.github.io/react-graph-visualizer", "version" : "0.0.0", "license" : "MIT", "private" : true, "dependencies" : {"font-awesome" : "^4.7.0", "num-words" : "^1.0.1", "prop-types" : "^15.6.2", "react" : "^16.12.0", "react-dom" : "^16.12.0", "react-graph-visualizer" : "file:..", "react-scripts" : "^1.1.4", "react-syntax-highlighter" : "^12.2.1"}, "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom", "eject" : "react-scripts eject"}, "devDependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"font-awesome": {"type": "string"}, "num-words": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-graph-visualizer": {"type": "string"}, "react-scripts": {"type": "string"}, "react-syntax-highlighter": {"type": "string"}}, "required": ["font-awesome", "num-words", "prop-types", "react", "react-dom", "react-graph-visualizer", "react-scripts", "react-syntax-highlighter"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "homepage", "version", "license", "private", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"//": {"type": "string"}, "BEGIN": {"type": "string"}, "selectAppLanguage": {"type": "object", "properties": {"CONTROLS": {"type": "object", "properties": {"languageButton": {"type": "object", "properties": {"SOURCE": {"type": "string"}, "TYPE": {"type": "string"}, "parameter": {"type": "string"}}, "required": ["SOURCE", "TYPE", "parameter"]}}, "required": ["languageButton"]}, "customDataKey": {"type": "string"}, "language": {"type": "string"}, "DO": {"type": "string"}}, "required": ["CONTROLS", "customDataKey", "language", "DO"]}}, "required": ["//", "BEGIN", "selectAppLanguage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"//" : "Sets the application language. The value is read from a custom data field of a List or ButtonGroup.", "BEGIN" : "selectAppLanguage", "selectAppLanguage" : {"CONTROLS" : {"languageButton" : {"SOURCE" : "Event", "TYPE" : "pks.ui5strap.core.ListItemBase", "parameter" : "listItem"}}, "customDataKey" : "language", "language" : "= .CONTROLS.languageButton.data(.customDataKey)", "DO" : "= app.setLanguage(.language)"}}
json_instruct
{"type": "object", "properties": {"//": {"type": "string"}, "BEGIN": {"type": "string"}, "selectAppLanguage": {"type": "object", "properties": {"CONTROLS": {"type": "object", "properties": {"languageButton": {"type": "object", "properties": {"SOURCE": {"type": "string"}, "TYPE": {"type": "string"}, "parameter": {"type": "string"}}, "required": ["SOURCE", "TYPE", "parameter"]}}, "required": ["languageButton"]}, "customDataKey": {"type": "string"}, "language": {"type": "string"}, "DO": {"type": "string"}}, "required": ["CONTROLS", "customDataKey", "language", "DO"]}}, "required": ["//", "BEGIN", "selectAppLanguage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"data": {"type": "object", "properties": {"desktop": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"base64": {"type": "string"}, "aspectRatio": {"type": "number"}, "src": {"type": "string"}, "srcSet": {"type": "string"}, "srcWebp": {"type": "string"}, "srcSetWebp": {"type": "string"}, "sizes": {"type": "string"}, "presentationWidth": {"type": "integer"}}, "required": ["base64", "aspectRatio", "src", "srcSet", "srcWebp", "srcSetWebp", "sizes", "presentationWidth"]}}, "required": ["fluid"]}}, "required": ["childImageSharp"]}}, "required": ["desktop"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"desktop" : {"childImageSharp" : {"fluid" : {"base64" : "data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAAPABQDASIAAhEBAxEB/8QAGAAAAgMAAAAAAAAAAAAAAAAAAAIDBAX/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIQAxAAAAHWRoSyIH//xAAZEAEAAgMAAAAAAAAAAAAAAAABABECECH/2gAIAQEAAQUCuGXb0ECf/8QAFBEBAAAAAAAAAAAAAAAAAAAAEP/aAAgBAwEBPwE//8QAFBEBAAAAAAAAAAAAAAAAAAAAEP/aAAgBAgEBPwE//8QAFhAAAwAAAAAAAAAAAAAAAAAAACAh/9oACAEBAAY/Alh//8QAGhAAAgMBAQAAAAAAAAAAAAAAAAERIVEQMf/aAAgBAQABPyGg53dR0h+6SLB//9oADAMBAAIAAwAAABCwz//EABQRAQAAAAAAAAAAAAAAAAAAABD/2gAIAQMBAT8QP//EABQRAQAAAAAAAAAAAAAAAAAAABD/2gAIAQIBAT8QP//EABoQAQADAQEBAAAAAAAAAAAAAAEAESFBYTH/2gAIAQEAAT8QQPu8gkG1m+QDpSeRR5FF0lPIGBpmNT//2Q==", "aspectRatio" : 1.3333333333333333, "src" : "/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/f833b/P5033424.jpg", "srcSet" : "/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/25839/P5033424.jpg 250w,\n/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/8f904/P5033424.jpg 500w,\n/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/f833b/P5033424.jpg 1000w,\n/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/79b5b/P5033424.jpg 1500w,\n/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/60b1d/P5033424.jpg 2000w,\n/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/607d4/P5033424.jpg 2816w", "srcWebp" : "/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/1604a/P5033424.webp", "srcSetWebp" : "/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/ad670/P5033424.webp 250w,\n/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/2aa0f/P5033424.webp 500w,\n/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/1604a/P5033424.webp 1000w,\n/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/365be/P5033424.webp 1500w,\n/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/54a23/P5033424.webp 2000w,\n/static/e4eaf5ac988a7cfbe5c7344b0c5876b0/21ecf/P5033424.webp 2816w", "sizes" : "(max-width: 1000px) 100vw, 1000px", "presentationWidth" : 1000}}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"desktop": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"base64": {"type": "string"}, "aspectRatio": {"type": "number"}, "src": {"type": "string"}, "srcSet": {"type": "string"}, "srcWebp": {"type": "string"}, "srcSetWebp": {"type": "string"}, "sizes": {"type": "string"}, "presentationWidth": {"type": "integer"}}, "required": ["base64", "aspectRatio", "src", "srcSet", "srcWebp", "srcSetWebp", "sizes", "presentationWidth"]}}, "required": ["fluid"]}}, "required": ["childImageSharp"]}}, "required": ["desktop"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "KOTA YOGYAKARTA", "originalFilename" : "MARYONO193.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 127869, "noUrut" : 1, "nama" : "MARYONO, S.Sos", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA YOGYAKARTA", "originalFilename" : "Pas Foto.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 128071, "noUrut" : 2, "nama" : "TRIYANINGSIH, S.IP, M.SI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA YOGYAKARTA", "originalFilename" : "Foto-001.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 119137, "noUrut" : 3, "nama" : "HJ. AIDA RATU PAKSI, S.E", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BANTUL", "originalFilename" : "_MG_4777 copy.JPG", "namaPartai" : "PARTAI BERKARYA", "id" : 280487, "noUrut" : 4, "nama" : "ALI IMRON, S.Ag", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "JAKARTA TIMUR", "originalFilename" : "Foto.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 267400, "noUrut" : 5, "nama" : "DICKY HIDA SYAHCHARI, S.T, M.M, P.hD", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : ["pokecube_legends:deepslate_sapphire_ore", "pokecube_legends:sapphire_ore", "pokecube_legends:ultra_sapphire_ore"]}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-runtime": {"type": "string"}, "react-dom": {"type": "string"}, "object-assign": {"type": "string"}}, "required": ["babel-runtime", "react-dom", "object-assign"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "react": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "babel-preset-stage-0", "react", "webpack"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "build": {"type": "string"}}, "required": ["postinstall", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "homepage", "keywords", "repository", "bugs", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-vdialog", "version" : "1.0.0", "description" : "\u7b80\u5355\u3001\u6613\u7528\u3001\u8f7b\u91cf\u7ea7 react.js \u5bf9\u8bdd\u6846\u7ec4\u4ef6", "homepage" : "http://vdialog.qque.com/", "keywords" : ["react", "react-component", "component", "components", "vdialog"], "repository" : {"type" : "git", "url" : "https://github.com/pillys/react-vdialog"}, "bugs" : {"url" : "https://github.com/pillys/react-vdialog/issues"}, "main" : "dist/vdialog", "dependencies" : {"babel-runtime" : "6.x", "react-dom" : "^15.3.1", "object-assign" : "~4.1.0"}, "devDependencies" : {"babel-core" : "^6.14.0", "babel-loader" : "^6.2.5", "babel-preset-es2015" : "^6.14.0", "babel-preset-react" : "^6.11.1", "babel-preset-stage-0" : "^6.5.0", "react" : "^15.3.1", "webpack" : "^1.13.2"}, "scripts" : {"postinstall" : "npm run build", "build" : "webpack ./"}, "author" : "pillys@163.com", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-runtime": {"type": "string"}, "react-dom": {"type": "string"}, "object-assign": {"type": "string"}}, "required": ["babel-runtime", "react-dom", "object-assign"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "react": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "babel-preset-stage-0", "react", "webpack"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "build": {"type": "string"}}, "required": ["postinstall", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "homepage", "keywords", "repository", "bugs", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["test", "test:watch"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@commitlint/cli": {"type": "string"}, "@commitlint/config-conventional": {"type": "string"}, "husky": {"type": "string"}, "lint-staged": {"type": "string"}, "precise-commits": {"type": "string"}, "prettier": {"type": "string"}, "should": {"type": "string"}}, "required": ["@commitlint/cli", "@commitlint/config-conventional", "husky", "lint-staged", "precise-commits", "prettier", "should"]}, "dependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "functional", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "mocha --recursive test/*.spec.js", "test:watch" : "mocha -w --recursive test/*.spec.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/jonghwajoa/functional.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/jonghwajoa/functional/issues"}, "homepage" : "https://github.com/jonghwajoa/functional#readme", "devDependencies" : {"@commitlint/cli" : "^8.2.0", "@commitlint/config-conventional" : "^8.2.0", "husky" : "^3.0.7", "lint-staged" : "^10.0.0-0", "precise-commits" : "^1.0.2", "prettier" : "^1.18.2", "should" : "^13.2.3"}, "dependencies" : {"mocha" : "^6.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["test", "test:watch"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@commitlint/cli": {"type": "string"}, "@commitlint/config-conventional": {"type": "string"}, "husky": {"type": "string"}, "lint-staged": {"type": "string"}, "precise-commits": {"type": "string"}, "prettier": {"type": "string"}, "should": {"type": "string"}}, "required": ["@commitlint/cli", "@commitlint/config-conventional", "husky", "lint-staged", "precise-commits", "prettier", "should"]}, "dependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"src2dstTxHash": {"type": "string"}, "dst2srcTxHash": {"type": "string"}, "accountAddress": {"type": "string"}, "validatorOprAddress": {"type": "string"}}, "required": ["src2dstTxHash", "dst2srcTxHash", "accountAddress", "validatorOprAddress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"src2dstTxHash" : "DE0A9342ED7D3F6632D70248BA6B5ABFCB1C2B09555C921FD0149EA89DEA1F7C", "dst2srcTxHash" : "FDFC1BF5D01882BDD5544A55BE1361CE1CF9E20436D7B3FD8E74670FDB15C5FF", "accountAddress" : "coho1hkvkw2m42wcnjzfhms7j4lm85hzyl7m7zvlknx", "validatorOprAddress" : "cohovaloper1hkvkw2m42wcnjzfhms7j4lm85hzyl7m7jcarte"}
json_instruct
{"type": "object", "properties": {"src2dstTxHash": {"type": "string"}, "dst2srcTxHash": {"type": "string"}, "accountAddress": {"type": "string"}, "validatorOprAddress": {"type": "string"}}, "required": ["src2dstTxHash", "dst2srcTxHash", "accountAddress", "validatorOprAddress"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"description": {"type": "string"}, "tests": {"type": "array", "items": {"type": "object", "properties": {"in": {"type": "string"}, "n1url": {"type": "string"}, "n2url": {"type": "string"}}, "required": ["in", "n1url", "n2url"]}}}, "required": ["description", "tests"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "\u30a2\u30d7\u30ea\u30b9\u30c8\u30a2\u306eURL\u306f mobileapp:: \u5f62\u5f0f\u306bURL\u306b\u5909\u63db\u3057\u307e\u3059\u3002Android=mobileapp::2, iOS=mobileapp::1", "tests" : [{"in" : "https://apps.apple.com/jp/app/momentum/id999999999?mt=8", "n1url" : "mobileapp::1-999999999", "n2url" : "mobileapp::1-999999999"}, {"in" : "https://apps.apple.com/app/id999999999", "n1url" : "mobileapp::1-999999999", "n2url" : "mobileapp::1-999999999"}, {"in" : "https://itunes.apple.com/jp/app/momentum/id999999999?mt=8", "n1url" : "mobileapp::1-999999999", "n2url" : "mobileapp::1-999999999"}, {"in" : "https://itunes.apple.com/app/id999999999", "n1url" : "mobileapp::1-999999999", "n2url" : "mobileapp::1-999999999"}, {"in" : "https://www.apple.com/jp/ios/app-store/", "n1url" : "http://www.apple.com/jp/ios/app-store/", "n2url" : "http://www.apple.com"}, {"in" : "https://play.google.com/store/apps/details?id=jp.co.m0mentum.app&hl=jp", "n1url" : "mobileapp::2-jp.co.m0mentum.app", "n2url" : "mobileapp::2-jp.co.m0mentum.app"}, {"in" : "https://play.google.com/store/apps/details?id=jp.co.m0mentum.app", "n1url" : "mobileapp::2-jp.co.m0mentum.app", "n2url" : "mobileapp::2-jp.co.m0mentum.app"}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "tests": {"type": "array", "items": {"type": "object", "properties": {"in": {"type": "string"}, "n1url": {"type": "string"}, "n2url": {"type": "string"}}, "required": ["in", "n1url", "n2url"]}}}, "required": ["description", "tests"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "bewailment", "definition" : "The act of bewailing."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"cms": {"type": "boolean"}}, "required": ["cms"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "b934e13bcd6086b74572", "c" : {"cms" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"cms": {"type": "boolean"}}, "required": ["cms"]}}, "required": ["h", "c"], "$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"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"psr/container": {"type": "string"}, "psr/http-message": {"type": "string"}, "xprt64/code-analysis": {"type": "string"}}, "required": ["psr/container", "psr/http-message", "xprt64/code-analysis"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Gica\\ParameterInjecterMiddleware\\": {"type": "string"}}, "required": ["Gica\\ParameterInjecterMiddleware\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "xprt64/injectable-router-middleware", "description" : "Zend Framework middle-ware that, using reflection, detects and injects the parameters in the invoke method", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Constantin GALBENU", "email" : "gica.galbenu@gmail.com"}], "minimum-stability" : "stable", "require" : {"psr/container" : "^1.0", "psr/http-message" : "^1.0", "xprt64/code-analysis" : "^1.1"}, "require-dev" : {"phpunit/phpunit" : "^5.4"}, "autoload" : {"psr-4" : {"Gica\\ParameterInjecterMiddleware\\" : "src/Gica/ParameterInjecterMiddleware/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"psr/container": {"type": "string"}, "psr/http-message": {"type": "string"}, "xprt64/code-analysis": {"type": "string"}}, "required": ["psr/container", "psr/http-message", "xprt64/code-analysis"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Gica\\ParameterInjecterMiddleware\\": {"type": "string"}}, "required": ["Gica\\ParameterInjecterMiddleware\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"type": "string"}, "_postman_exported_at": {"type": "string"}, "_postman_exported_using": {"type": "string"}}, "required": ["id", "name", "values", "_postman_variable_scope", "_postman_exported_at", "_postman_exported_using"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "30b52122-9402-4c24-82a1-8598b3c8b681", "name" : "5. Localhost", "values" : [{"key" : "gw_url", "value" : "localhost", "enabled" : true}, {"key" : "gw_port", "value" : "80", "enabled" : true}], "_postman_variable_scope" : "environment", "_postman_exported_at" : "2021-08-09T14:58:58.719Z", "_postman_exported_using" : "Postman/8.9.1"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"type": "string"}, "_postman_exported_at": {"type": "string"}, "_postman_exported_using": {"type": "string"}}, "required": ["id", "name", "values", "_postman_variable_scope", "_postman_exported_at", "_postman_exported_using"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Bring a large pot of lightly salted water to a boil. Cook the bow-tie pasta at a boil, stirring occasionally, until cooked through yet firm to the bite, about 12 minutes; drain.", "Melt butter in a saucepan over medium heat. Stir chicken broth, lemon juice, oregano, basil, and garlic into the butter. Bring to a simmer and reduce heat to medium-low; cook until thickened to your desired texture, 5 to 7 minutes", "Season sauce with salt and pepper. Stir cooked pasta into the butter sauce to coat."], "image" : "https://images.media-allrecipes.com/userphotos/560x315/1172797.jpg", "ingredients" : ["4 cups bow-tie pasta (farfalle)", "1/4 cup butter", "1/4 cup chicken broth", "3 tablespoons lemon juice", "1/4 teaspoon oregano", "1/4 teaspoon dried basil", "1/4 teaspoon minced garlic", "1 pinch salt and ground black pepper to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Lemon Butter Herb Pasta", "url" : "http://allrecipes.com/recipe/236715/lemon-butter-herb-pasta/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"rating": {"type": "string"}, "uuid": {"type": "string"}, "review_date": {"type": "string"}, "helpful": {"type": "string"}, "reviewer_id": {"type": "string"}, "not_helpful": {"type": "string"}, "review_text": {"type": "string"}, "summary": {"type": "string"}, "product_name": {"type": "string"}, "product_id": {"type": "string"}}, "required": ["rating", "uuid", "review_date", "helpful", "reviewer_id", "not_helpful", "review_text", "summary", "product_name", "product_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rating" : "5", "uuid" : "555", "review_date" : "2006-07-13", "helpful" : "17", "reviewer_id" : "A23W6ZZMF367PI", "not_helpful" : "17", "review_text" : "I bought this unit in hopes it would fill in a gap in our 'desert self-sufficiency', that is our ability to make rather than buy whatever we were craving and avoid having to hump into town for supplies.This gem of a unit has the frozen desert category covered.It IS bigger than it looked - but only about the size of standard Cuisinart food processer as far as footprint. We keep the freezing bowl in the freezer and store popcicles and the like in the middle. Note on the bowl: its possible to make two batches before refreezing, just add some time to the second batch.It does make some noise, but for us its not too much. Just position it properly and the noise factor can be mitigated quite a bit.Cleans up easy (mostly dishwasher) except for the tendency of water and washclothes to freeze to the bowl... use hot water and do it quick.We got the red one - what a nice looking unit. Sweet.", "summary" : "Almost TOO EASY", "product_name" : "Cuisinart ICE-20 Automatic 1-1/2-Quart Ice Cream Maker, White", "product_id" : "B00000JGRT"}
json_instruct
{"type": "object", "properties": {"rating": {"type": "string"}, "uuid": {"type": "string"}, "review_date": {"type": "string"}, "helpful": {"type": "string"}, "reviewer_id": {"type": "string"}, "not_helpful": {"type": "string"}, "review_text": {"type": "string"}, "summary": {"type": "string"}, "product_name": {"type": "string"}, "product_id": {"type": "string"}}, "required": ["rating", "uuid", "review_date", "helpful", "reviewer_id", "not_helpful", "review_text", "summary", "product_name", "product_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"angular-vertxbus.js": {"type": "string"}, "angular-vertxbus.min.js": {"type": "string"}}, "required": ["angular-vertxbus.js", "angular-vertxbus.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-vertxbus.js" : "sha256-O9E0TgyQui8lXYs8XHlNx+k9PDEnk6iiqF0ivvk3Gwk=", "angular-vertxbus.min.js" : "sha256-OXN9WHnityAaPlMdp/ieM0gRqfv5Obtr0K1U1qWpRX4="}
json_instruct
{"type": "object", "properties": {"angular-vertxbus.js": {"type": "string"}, "angular-vertxbus.min.js": {"type": "string"}}, "required": ["angular-vertxbus.js", "angular-vertxbus.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"DTD_z0p0003_bw500_1.25<mwd<1.32_mdot<3e-12": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p0003_bw500_1.25<mwd<1.32_mdot<3e-12", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DTD_z0p0003_bw500_1.25<mwd<1.32_mdot<3e-12" : [1.0668631151287238e-05, 1.680049730689477e-07, 9.095238409823943e-07, 1.202771893576058e-06, 1.703498980933016e-06, 7.668511174459229e-08, 2.1958107164109555e-06, 2.6951698163126507e-08, 2.8249273271078963e-06, 0.0, 1.7296601514753105e-06, 8.331334655952342e-06, 6.505295053383212e-05, 0.00013411549086189957, 0.0001753417146022428, 0.00019035220091158226, 0.00018522969338689757, 0.00017698948020601786, 0.00017437853842431023, 0.00016697931049421263, 0.00015739819854235356, 0.00014425373152289023, 0.00014335595854621523, 0.00013545308468510377, 0.00013200966163274836, 0.00013107758657766606, 0.00012419549915520644, 0.00011710040296269986, 0.0001130109529630845, 0.00010858541424099569], "arrbool" : true}
json_instruct
{"type": "object", "properties": {"DTD_z0p0003_bw500_1.25<mwd<1.32_mdot<3e-12": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p0003_bw500_1.25<mwd<1.32_mdot<3e-12", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["build", "watch", "prepare"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "sass": {"type": "string"}}, "required": ["chalk", "sass"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "keywords", "scripts", "author", "license", "devDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "flare-ui-themes", "version" : "0.2.0", "description" : "CSS themes for the Flare UI widget toolkit.", "keywords" : ["css", "framework", "front-end", "flare-ui"], "scripts" : {"build" : "MODE=production node scripts/build-themes.mjs", "watch" : "npm run build -- --watch", "prepare" : "npm run build"}, "author" : "Simon \"Tenry\" Burchert", "license" : "MIT", "devDependencies" : {"chalk" : "^4.1.2", "sass" : "^1.47.0"}, "files" : ["dist"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["build", "watch", "prepare"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "sass": {"type": "string"}}, "required": ["chalk", "sass"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "keywords", "scripts", "author", "license", "devDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "errorMessage": {"type": "string"}, "if": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"CharacteristicName": {"type": "object", "properties": {"enum": {"type": "array", "items": {"type": "string"}}}, "required": ["enum"]}, "ResultUnit": {"type": "object", "properties": {"enum": {"type": "array", "items": {"type": "string"}}}, "required": ["enum"]}}, "required": ["CharacteristicName", "ResultUnit"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["properties", "required"]}, "then": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"ResultValue": {"type": "object", "properties": {"minimum": {"type": "integer"}, "maximum": {"type": "integer"}}, "required": ["minimum", "maximum"]}}, "required": ["ResultValue"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["properties", "required"]}}, "required": ["title", "description", "errorMessage", "if", "then"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Temperature Range", "description" : "Ambient temperatures have an expected range of -100 to 100 deg C.", "errorMessage" : "Temperature is outside an expected range (-100 to 100).", "if" : {"properties" : {"CharacteristicName" : {"enum" : ["Temperature", "Temperature difference", "Temperature, air", "Temperature, dew point air", "Temperature, hyporheic", "Temperature, sample", "Temperature, sediment", "Temperature, soil", "Temperature, tissue", "Temperature, water", "Temperature, wet bulb"]}, "ResultUnit" : {"enum" : ["deg C"]}}, "required" : ["CharacteristicName", "ResultUnit", "ResultValue"]}, "then" : {"properties" : {"ResultValue" : {"minimum" : -100, "maximum" : 100}}, "required" : ["ResultValue"]}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "errorMessage": {"type": "string"}, "if": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"CharacteristicName": {"type": "object", "properties": {"enum": {"type": "array", "items": {"type": "string"}}}, "required": ["enum"]}, "ResultUnit": {"type": "object", "properties": {"enum": {"type": "array", "items": {"type": "string"}}}, "required": ["enum"]}}, "required": ["CharacteristicName", "ResultUnit"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["properties", "required"]}, "then": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"ResultValue": {"type": "object", "properties": {"minimum": {"type": "integer"}, "maximum": {"type": "integer"}}, "required": ["minimum", "maximum"]}}, "required": ["ResultValue"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["properties", "required"]}}, "required": ["title", "description", "errorMessage", "if", "then"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "931", "name" : "\u4ed9\u53f0", "name_kana" : "\uff7e\uff9d\uff80\uff9e\uff72"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Gewindeadapter Weapon Tuning f\u00fcr die SKS", "ShortName" : "WT0032-1 Gew.", "Description" : "Der Gewindeadapter Weapon Tuning f\u00fcr die SKS bietet die M\u00f6glichkeit moderne 7,62 x 39 mm M\u00fcndungen an der SKS zu installieren."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "twitch": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "links": {"type": "object", "properties": {"Website": {"type": "string"}, "GitHub": {"type": "string"}, "Twitch": {"type": "string"}, "YouTube": {"type": "string"}, "Twitter": {"type": "string"}, "Slack": {"type": "string"}}, "required": ["Website", "GitHub", "Twitch", "YouTube", "Twitter", "Slack"]}}, "required": ["name", "twitch", "tags", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Avaer Kazmer", "twitch" : "avaer", "tags" : ["AR Development", "Mixed Reality", "Magic Leap", "Web Development", "API's", "Programming", "Node.js", "ES6/ES7", "JavaScript", "OpenGL"], "links" : {"Website" : "https://webmr.io", "GitHub" : "https://github.com/webmixedreality", "Twitch" : "https://www.twitch.tv/avaer", "YouTube" : "https://www.youtube.com/channel/UCbeboI7dMETmnUro91AxJZA", "Twitter" : "https://twitter.com/webmixedreality", "Slack" : "https://exoslack.now.sh"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "twitch": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "links": {"type": "object", "properties": {"Website": {"type": "string"}, "GitHub": {"type": "string"}, "Twitch": {"type": "string"}, "YouTube": {"type": "string"}, "Twitter": {"type": "string"}, "Slack": {"type": "string"}}, "required": ["Website", "GitHub", "Twitch", "YouTube", "Twitter", "Slack"]}}, "required": ["name", "twitch", "tags", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"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" : "Knowledge harvesting from text and Web sources.", "fields" : ["personal knowledge management", "domain knowledge", "semantic search", "question answering", "knowledge integration"], "abstract" : "The proliferation of knowledge-sharing communities such as Wikipedia and the progress in scalable information extraction from Web and text sources has enabled the automatic construction of very large knowledge bases. Recent endeavors of this kind include academic research projects such as DBpedia, KnowItAll, Probase, ReadTheWeb, and YAGO, as well as industrial ones such as Freebase and Trueknowledge. These projects provide automatically constructed knowledge bases of facts about named entities, their semantic classes, and their mutual relationships. Such world knowledge in turn enables cognitive applications and knowledge-centric services like disambiguating natural-language text, deep question answering, and semantic search for entities and relations in Web and enterprise data. Prominent examples of how knowledge bases can be harnessed include the Google Knowledge Graph and the IBM Watson question answering system. This tutorial presents state-of-the-art methods, recent advances, research opportunities, and open challenges along this avenue of knowledge harvesting and its applications.", "citation" : "Citations (12)", "departments" : ["Max Planck Society", "Max Planck Society"], "authors" : ["Fabian M. Suchanek.....http://dblp.org/pers/hd/s/Suchanek:Fabian_M=", "Gerhard Weikum.....http://dblp.org/pers/hd/w/Weikum:Gerhard"], "conf" : "icde", "year" : "2013", "pages" : 4}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "string"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 111101, "name" : "vk.com hide right bottom faces \u0441\u043a\u0440\u044b\u0442\u044c \u043c\u043e\u0440\u0434\u044b \u0441\u043d\u0438\u0437\u0443", "description" : "vk.com hide right bottom chat faces \r\n\u0441\u043a\u0440\u044b\u0442\u044c \u043c\u043e\u0440\u0434\u044b \u0447\u0430\u0442\u0430 \u0441\u043d\u0438\u0437\u0443 \u0441\u043f\u0440\u0430\u0432\u0430", "user" : {"id" : 235405, "name" : "sudden_che", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : "http://vk.com/sudden_che", "license" : "arr"}, "updated" : "2015-03-03T09:51:53.000Z", "weekly_install_count" : 0, "total_install_count" : 254, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/111101-after.png?r=1618387705", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2015-03-03T09:51:53.000Z", "category" : "site", "raw_subcategory" : "vk", "subcategory" : "vk", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document domain(\"vk.com\") {\r\n\r\n\r\n.chat_onl_wrap{\r\n display:none!important;; \r\n}\r\n\r\n}\r\n/*by sudden_che*/", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/111101/vk-com-hide-right-bottom-faces.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "string"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"definitionVersion": {"type": "string"}, "build": {"type": "object", "properties": {"latest": {"type": "boolean"}, "rootDistro": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["latest", "rootDistro", "tags"]}, "dependencies": {"type": "object", "properties": {"image": {"type": "string"}, "imageLink": {"type": "string"}, "debian": {"type": "array", "items": {"type": "string"}}, "git": {"type": "object", "properties": {"Oh My Zsh!": {"type": "string"}, "nvm": {"type": "string"}}, "required": ["Oh My Zsh!", "nvm"]}}, "required": ["image", "imageLink", "debian", "git"]}}, "required": ["definitionVersion", "build", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"definitionVersion" : "0.201.2", "build" : {"latest" : true, "rootDistro" : "debian", "tags" : ["anaconda:${VERSION}-3"]}, "dependencies" : {"image" : "anaconda3:latest", "imageLink" : "https://hub.docker.com/r/continuumio/anaconda3", "debian" : ["yarn"], "git" : {"Oh My Zsh!" : "/root/.oh-my-zsh", "nvm" : "/usr/local/share/nvm"}}}
json_instruct
{"type": "object", "properties": {"definitionVersion": {"type": "string"}, "build": {"type": "object", "properties": {"latest": {"type": "boolean"}, "rootDistro": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["latest", "rootDistro", "tags"]}, "dependencies": {"type": "object", "properties": {"image": {"type": "string"}, "imageLink": {"type": "string"}, "debian": {"type": "array", "items": {"type": "string"}}, "git": {"type": "object", "properties": {"Oh My Zsh!": {"type": "string"}, "nvm": {"type": "string"}}, "required": ["Oh My Zsh!", "nvm"]}}, "required": ["image", "imageLink", "debian", "git"]}}, "required": ["definitionVersion", "build", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-86.893164, 36.211861], [-86.882315, 36.210315], [-86.873734, 36.210207], [-86.859409, 36.208021], [-86.853143, 36.20514], [-86.845726, 36.199202], [-86.83715, 36.197449], [-86.827591, 36.191461], [-86.830671, 36.186574], [-86.834325, 36.174174], [-86.837765, 36.168904], [-86.840366, 36.166941], [-86.844704, 36.166668], [-86.850537, 36.168348], [-86.854974, 36.171017], [-86.863495, 36.179594], [-86.87386, 36.194999], [-86.883515, 36.202405], [-86.890696, 36.205815], [-86.889982, 36.209536], [-86.892247, 36.210521], [-86.893164, 36.211861]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 59523}}]}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"stanwood": {"type": "string"}}, "required": ["stanwood"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "swift_versions": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "resource_bundles": {"type": "object", "properties": {"StanwoodDebugger": {"type": "array", "items": {"type": "string"}}}, "required": ["StanwoodDebugger"]}, "dependencies": {"type": "object", "properties": {"Pulsator": {"type": "array", "items": {}}, "StanwoodCore": {"type": "array", "items": {}}, "SourceModel": {"type": "array", "items": {}}, "Toast-Swift": {"type": "array", "items": {"type": "string"}}}, "required": ["Pulsator", "StanwoodCore", "SourceModel", "Toast-Swift"]}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "swift_versions", "platforms", "source_files", "resource_bundles", "dependencies", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "StanwoodDebugger", "version" : "1.3", "summary" : "Stanwood debugger provide live view debugging", "description" : "Live debugger for:\n 1. Analytics\n 2. Crashes\n 3. Logs\n 4. Networking\n 5. Errors", "homepage" : "https://github.com/stanwood/Stanwood_Debugger_iOS", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"stanwood" : "ios.frameworks@stanwood.io"}, "source" : {"git" : "https://github.com/stanwood/Stanwood_Debugger_iOS.git", "tag" : "1.3"}, "swift_versions" : "5.0", "platforms" : {"ios" : "10.0"}, "source_files" : ["StanwoodDebugger/Controller/**/*", "StanwoodDebugger/Views/**/*", "StanwoodDebugger/Modules/**/*", "StanwoodDebugger/Model/**/*", "StanwoodDebugger/Protocols/**/*", "StanwoodDebugger/Extensions/**/*"], "resource_bundles" : {"StanwoodDebugger" : ["StanwoodDebugger/Assets/*", "StanwoodDebugger/Resources/*", "StanwoodDebugger/Views/**/*.xib", "StanwoodDebugger/Modules/**/*.xib"]}, "dependencies" : {"Pulsator" : [], "StanwoodCore" : [], "SourceModel" : [], "Toast-Swift" : ["~> 4.0.1"]}, "swift_version" : "5.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"stanwood": {"type": "string"}}, "required": ["stanwood"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "swift_versions": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "resource_bundles": {"type": "object", "properties": {"StanwoodDebugger": {"type": "array", "items": {"type": "string"}}}, "required": ["StanwoodDebugger"]}, "dependencies": {"type": "object", "properties": {"Pulsator": {"type": "array", "items": {}}, "StanwoodCore": {"type": "array", "items": {}}, "SourceModel": {"type": "array", "items": {}}, "Toast-Swift": {"type": "array", "items": {"type": "string"}}}, "required": ["Pulsator", "StanwoodCore", "SourceModel", "Toast-Swift"]}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "swift_versions", "platforms", "source_files", "resource_bundles", "dependencies", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "operator": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "operator", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/3726134744", "properties" : {"amenity" : "vending_machine", "operator" : "Selecta", "vending" : "drinks;food;sweets", "id" : "node/3726134744"}, "geometry" : {"type" : "Point", "coordinates" : [8.5315902, 47.3847204]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "operator": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "operator", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "releases": {"type": "array", "items": {}}, "definitions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "url", "releases", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nbakulev Collection", "description" : "Mods of nbakulev", "url" : "https://github.com/nbakulev", "releases" : [], "definitions" : ["https://github.com/nbakulev/Deerskincoat", "https://github.com/nbakulev/Woodenstatuettes"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "releases": {"type": "array", "items": {}}, "definitions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "url", "releases", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"idgems": {"type": "string"}, "Solde": {"type": "string"}, "SoldeMax": {"type": "string"}}, "required": ["idgems", "Solde", "SoldeMax"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"idgems" : "link_gems", "Solde" : "INTEGER", "SoldeMax" : "INTEGER"}
json_instruct
{"type": "object", "properties": {"idgems": {"type": "string"}, "Solde": {"type": "string"}, "SoldeMax": {"type": "string"}}, "required": ["idgems", "Solde", "SoldeMax"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"delay": {"type": "string"}, "delay:": {"type": "string"}, "updateRoot:": {"type": "string"}}, "required": ["delay", "delay:", "updateRoot:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"delay" : "lr 5/23/2007 19:58", "delay:" : "avi 3/27/2005 20:34", "updateRoot:" : "jf 2/15/2010 02:11"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"delay": {"type": "string"}, "delay:": {"type": "string"}, "updateRoot:": {"type": "string"}}, "required": ["delay", "delay:", "updateRoot:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"i18n_heropoint_names": {"type": "object", "properties": {"0-208": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-209": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-210": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-213": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-214": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-215": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-218": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-219": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-220": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-223": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-224": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-225": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-226": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}}, "required": ["0-208", "0-209", "0-210", "0-213", "0-214", "0-215", "0-218", "0-219", "0-220", "0-223", "0-224", "0-225", "0-226"]}}, "required": ["i18n_heropoint_names"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"i18n_heropoint_names" : {"0-208" : {"en" : "Skritt Stew"}, "0-209" : {"en" : "Veteran Wyvern (hero challenge)"}, "0-210" : {"en" : "Mysterious Energy"}, "0-213" : {"en" : "Skritt King (hero challenge)"}, "0-214" : {"en" : "Centaur Totem"}, "0-215" : {"en" : "Spider Egg Clutch"}, "0-218" : {"en" : "Skritt Shiny"}, "0-219" : {"en" : "Centaur Food"}, "0-220" : {"en" : "The Spider Queen"}, "0-223" : {"en" : "Krait Reliquary"}, "0-224" : {"en" : "Dredge Furnace"}, "0-225" : {"en" : "Harpy Nesting Grounds"}, "0-226" : {"en" : "Heart of Stone"}}}
json_instruct
{"type": "object", "properties": {"i18n_heropoint_names": {"type": "object", "properties": {"0-208": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-209": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-210": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-213": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-214": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-215": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-218": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-219": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-220": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-223": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-224": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-225": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "0-226": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}}, "required": ["0-208", "0-209", "0-210", "0-213", "0-214", "0-215", "0-218", "0-219", "0-220", "0-223", "0-224", "0-225", "0-226"]}}, "required": ["i18n_heropoint_names"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}}, "required": ["method", "url"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "body": {"type": "string"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}}, "required": ["status", "body", "headers"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"request" : {"method" : "GET", "url" : "/sprint-board/story-api/project/2/stories?sprintId=1"}, "response" : {"status" : 200, "body" : "[{\"id\": 1, \"title\": \"Story #7353\", \"status\": \"Not Started\", \"projectId\": 2, \"storypoints\": 5 },{\"id\": 2, \"title\": \"Story #6482\", \"status\": \"Not Started\", \"projectId\": 2, \"storypoints\": 13 },{\"id\": 3, \"title\": \"Story #9869\", \"status\": \"In Progress\", \"projectId\": 2, \"projectid\": 2, \"sprintId\": 1, \"storypoints\": 13 },{\"id\": 4, \"title\": \"Story #4249\", \"status\": \"In Progress\", \"projectId\": 2, \"sprintId\": 1, \"storypoints\": 13 }]", "headers" : {"Content-Type" : "application/json"}}}
json_instruct
{"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}}, "required": ["method", "url"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "body": {"type": "string"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}}, "required": ["status", "body", "headers"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"SoftalkPlugin": {"type": "object", "properties": {"commandName": {"type": "string"}}, "required": ["commandName"]}, "\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb 1": {"type": "object", "properties": {"commandName": {"type": "string"}, "executablePath": {"type": "string"}, "workingDirectory": {"type": "string"}}, "required": ["commandName", "executablePath", "workingDirectory"]}}, "required": ["SoftalkPlugin", "\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb 1"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"profiles" : {"SoftalkPlugin" : {"commandName" : "Project"}, "\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb 1" : {"commandName" : "Executable", "executablePath" : "C:\\Users\\kikuchi\\source\\repos\\YomiageLibrary\\Yomiage.GUI\\bin\\Debug\\net6.0-windows\\Yomiage.GUI.exe", "workingDirectory" : "C:\\Users\\kikuchi\\source\\repos\\YomiageLibrary\\Yomiage.GUI\\bin\\Debug\\net6.0-windows\\"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"SoftalkPlugin": {"type": "object", "properties": {"commandName": {"type": "string"}}, "required": ["commandName"]}, "\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb 1": {"type": "object", "properties": {"commandName": {"type": "string"}, "executablePath": {"type": "string"}, "workingDirectory": {"type": "string"}}, "required": ["commandName", "executablePath", "workingDirectory"]}}, "required": ["SoftalkPlugin", "\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb 1"]}}, "required": ["profiles"], "$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"}, "category": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}}, "required": ["src"]}}, "theme_color": {"type": "string"}, "scope": {"type": "string"}, "bx_legacy_service_id": {"type": "string"}, "extended_scopes": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "category", "start_url", "icons", "theme_color", "scope", "bx_legacy_service_id", "extended_scopes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Zalo", "category" : "Communication & Collaboration", "start_url" : "https://chat.zalo.me", "icons" : [{"src" : "https://cdn.filestackcontent.com/IRRXIsIQbqRaqQCk0xHF"}, {"src" : "https://cdn.filestackcontent.com/ovvp0UmmRDkwOpHNUY2g", "platform" : "browserx"}], "theme_color" : "#0484c4", "scope" : "https://chat.zalo.me", "bx_legacy_service_id" : "zalo", "extended_scopes" : ["https://chat.zalo.me", "https://zalo.me"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}}, "required": ["src"]}}, "theme_color": {"type": "string"}, "scope": {"type": "string"}, "bx_legacy_service_id": {"type": "string"}, "extended_scopes": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "category", "start_url", "icons", "theme_color", "scope", "bx_legacy_service_id", "extended_scopes"], "$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-mhv4-xgrg-gg58", "modified" : "2022-05-13T01:19:42Z", "published" : "2022-05-13T01:19:42Z", "aliases" : ["CVE-2018-18956"], "details" : "The ProcessMimeEntity function in util-decode-mime.c in Suricata 4.x before 4.0.6 allows remote attackers to cause a denial of service (segfault and daemon crash) via crafted input to the SMTP parser, as exploited in the wild in November 2018.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2018-18956"}, {"type" : "WEB", "url" : "https://lists.openinfosecfoundation.org/pipermail/oisf-users/2018-November/016316.html"}, {"type" : "WEB", "url" : "https://lists.openinfosecfoundation.org/pipermail/oisf-users/2018-October/016227.html"}, {"type" : "WEB", "url" : "https://redmine.openinfosecfoundation.org/issues/2658#change-10374"}], "database_specific" : {"cwe_ids" : ["CWE-119"], "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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"http-server": {"type": "string"}, "lit-html": {"type": "string"}, "page": {"type": "string"}}, "required": ["http-server", "lit-html", "page"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "team-manager", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "http-server -a localhost -p 3000 -P http://localhost:3000? -c-1"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"http-server" : "^14.1.0", "lit-html" : "1.3.0", "page" : "1.11.6"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"http-server": {"type": "string"}, "lit-html": {"type": "string"}, "page": {"type": "string"}}, "required": ["http-server", "lit-html", "page"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-legacy.min.js": {"type": "string"}}, "required": ["fdb-all.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-legacy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fdb-all.js" : "sha512-c9KcCGrgPPkUn03y4VhygwpOG74h8TixHeLJZePsghqgrhT53Z13veLxuEY3F+824pdQ+so0ie2Uw3eW7nJ6rQ==", "fdb-all.min.js" : "sha512-Sx4COLuA4RcONoTRsxBTh0dpLvEZSphuK4lKv2ghdw7y2zpFfRCihaUBk1ErXlkcRbyvLXvwv/aeJ7452aj29g==", "fdb-angular.js" : "sha512-I10512lOtboZK6bBhersb4xjBBtY6yshUGaOVsiuVJOI4fsB5UEMzr3erwsAMrYVTx4Wz73yKnZombWe28mg7g==", "fdb-angular.min.js" : "sha512-3efCGsb/NcrtVdiRGLE7ERaj3U+iMnC/dEQ17D+XWDucAxSvA+VgqdZE1n28HAOat8MLURk2pAWOJUcOikIVuQ==", "fdb-autobind.js" : "sha512-f+xC/UHgnYUJra87vXOesT152rBwF0o4AaMF6M90fjud+fWekIub8P2a5r4tsz8HopyrxFcaCcC+a8gCZ1LK4w==", "fdb-autobind.min.js" : "sha512-C5EXRHGJ9UaHPkv5QU+1pnAjR1pgy7Y7yyw2YcRLGSyrDu6xYdSoUXHyqG1x4YvIpHa1NVIrcB3J36sKqXyWgQ==", "fdb-core+persist.js" : "sha512-WemRhB1GhZDcFNu0KDox/hT2Kad0qtIA5BaDuefO+eRiTvldn01nJUBaGZLuoO8NZ4glLZimOi1/KAnpCdT/bw==", "fdb-core+persist.min.js" : "sha512-aBioB38Xc/onEImoDdu4R0EFrUgGER1UCGP9C2QrfjVPg800Z7B5PY82lQN7Ivq12FZL5K5qbzXIY+9TF6DhMw==", "fdb-core+views.js" : "sha512-sgVdzfspppwpxhXCOthCayHGUWiRl71AxgqmzyUOS3Ca3yy+fRl8DhTTHmsBx5nPFQuIagNCa1a580FLTpqOSQ==", "fdb-core+views.min.js" : "sha512-kolZxQpxNxIJC4wXE283sjg1JLuRZ797O5QQZhEN1z0L3Jc9+7bcKsV4rYqbjYylnymEXMsu0mhnUnVEW2ZvaA==", "fdb-core.js" : "sha512-JHKAWmoutns5frySQLujTADzBKYs2TgEJXFbVBAlcnqnzkoEuMbOPTjWOGQYxNculAb4zey31L+s6RpBfVRUsQ==", "fdb-core.min.js" : "sha512-H+mBDEXugT3L7Ig9wcn0+lCgt27seW6HKVLMEmAQ/XzUaCw1gFcwLYYOCbZ/ctx0m8XdZIzqKOD/wwFCQLGfKw==", "fdb-infinilist.js" : "sha512-MjxsmU2tWv9NH9tALDyzWB4sujxwK7FFPPTvZpLZUxCJxOrSGlOzZOzH7typ6fUt4xmC0JRBviQYOUUcp/Asmw==", "fdb-infinilist.min.js" : "sha512-/IK2RN6iDwf0cZuvkVR+20oLzOQ90IsscDX1nlPrIk+IEn53lyiKIOgt0vyTvjng/Q0m3puLEry1WjpCWQuZdQ==", "fdb-legacy.js" : "sha512-epI6q6OnsTKlMOCH97KUPw1LzaL2dd2/gQ9sOqFwpfLokKjg+kTBU8rm2cEScg9SEnuFG9RAj5d5AA35CyN1Gg==", "fdb-legacy.min.js" : "sha512-OupZhPJSnP4E9+fiy8m8wCuL0fkC4ujOTaxvGp+zuQb4NVXgwN76yDu0l/AQdIlzP0Eh9CShl8Im6c35an6Ctg=="}
json_instruct
{"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-legacy.min.js": {"type": "string"}}, "required": ["fdb-all.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-legacy.min.js"], "$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" : "621026103001", "text" : "\u6cfe\u57ce\u5c45\u59d4\u4f1a"}, {"id" : "621026103200", "text" : "\u5148\u950b\u6751\u59d4\u4f1a"}, {"id" : "621026103201", "text" : "\u8d3a\u5bb6\u5ddd\u6751\u59d4\u4f1a"}, {"id" : "621026103202", "text" : "\u957f\u5e86\u6865\u6751\u59d4\u4f1a"}, {"id" : "621026103203", "text" : "\u53f6\u738b\u5ddd\u6751\u59d4\u4f1a"}, {"id" : "621026103204", "text" : "\u897f\u586c\u6751\u59d4\u4f1a"}, {"id" : "621026103400", "text" : "\u957f\u5e86\u6865\u5de5\u4e1a\u96c6\u4e2d\u533a\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#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"skyblock_id" : "HAY_BLOCK", "quantity" : "64", "item_name" : "Hay block"}, {"skyblock_id" : "HAY_BLOCK", "quantity" : "64", "item_name" : "Hay block"}, {"skyblock_id" : "HAY_BLOCK", "quantity" : "64", "item_name" : "Hay block"}, {"skyblock_id" : "HAY_BLOCK", "quantity" : "64", "item_name" : "Hay block"}, {"skyblock_id" : "WHEAT_GENERATOR_7", "quantity" : "1", "item_name" : "Wheat generator 7"}, {"skyblock_id" : "HAY_BLOCK", "quantity" : "64", "item_name" : "Hay block"}, {"skyblock_id" : "HAY_BLOCK", "quantity" : "64", "item_name" : "Hay block"}, {"skyblock_id" : "HAY_BLOCK", "quantity" : "64", "item_name" : "Hay block"}, {"skyblock_id" : "HAY_BLOCK", "quantity" : "64", "item_name" : "Hay block"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"generator-awesome-list": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"username": {"type": "string"}, "email": {"type": "string"}}, "required": ["username", "email"]}}, "required": ["promptValues"]}}, "required": ["generator-awesome-list"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generator-awesome-list" : {"promptValues" : {"username" : "Kevin B. Ridgway", "email" : "kridgway@gmail.com"}}}
json_instruct
{"type": "object", "properties": {"generator-awesome-list": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"username": {"type": "string"}, "email": {"type": "string"}}, "required": ["username", "email"]}}, "required": ["promptValues"]}}, "required": ["generator-awesome-list"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"frameworks": {"type": "array", "items": {}}, "name": {"type": "string"}, "resources": {"type": "object", "properties": {"cpus": {"type": "integer"}, "disk": {"type": "integer"}, "mem": {"type": "integer"}}, "required": ["cpus", "disk", "mem"]}, "weight": {"type": "integer"}}, "required": ["frameworks", "name", "resources", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"frameworks" : [], "name" : "*", "resources" : {"cpus" : 0, "disk" : 0, "mem" : 0}, "weight" : 1}
json_instruct
{"type": "object", "properties": {"frameworks": {"type": "array", "items": {}}, "name": {"type": "string"}, "resources": {"type": "object", "properties": {"cpus": {"type": "integer"}, "disk": {"type": "integer"}, "mem": {"type": "integer"}}, "required": ["cpus", "disk", "mem"]}, "weight": {"type": "integer"}}, "required": ["frameworks", "name", "resources", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "version": {"type": "string"}}, "required": ["items", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"items" : [{"author" : "Item Author"}], "version" : "2.0"}
json_instruct
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "version": {"type": "string"}}, "required": ["items", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"@surface/types": {"type": "string"}, "@surface/enumerable": {"type": "string"}, "@types/reflect-metadata": {"type": "string"}}, "required": ["@surface/types", "@surface/enumerable", "@types/reflect-metadata"]}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "types": {"type": "string"}, "version": {"type": "string"}}, "required": ["author", "bugs", "dependencies", "description", "homepage", "keywords", "license", "main", "name", "repository", "scripts", "types", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "HitalloExiled", "bugs" : {"url" : "https://github.com/HitalloExiled/Surface/issues"}, "dependencies" : {"@surface/types" : "0.0.0", "@surface/enumerable" : "0.0.3", "@types/reflect-metadata" : "0.0.5"}, "description" : "Base class used to define custom elements.", "homepage" : "https://github.com/HitalloExiled/Surface#readme", "keywords" : ["surface", "typescript", "webcomponents"], "license" : "MIT", "main" : "index.js", "name" : "@surface/custom-element", "repository" : {"type" : "git", "url" : "git+https://github.com/HitalloExiled/Surface.git"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "types" : "index.d.ts", "version" : "0.0.5"}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"@surface/types": {"type": "string"}, "@surface/enumerable": {"type": "string"}, "@types/reflect-metadata": {"type": "string"}}, "required": ["@surface/types", "@surface/enumerable", "@types/reflect-metadata"]}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "types": {"type": "string"}, "version": {"type": "string"}}, "required": ["author", "bugs", "dependencies", "description", "homepage", "keywords", "license", "main", "name", "repository", "scripts", "types", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["amperize", "asset-pipe-mid", "carpenterd", "destiny-api", "external", "fusing", "isonp", "liferaft", "minimize", "sail_prime", "senpai", "transport-layer", "twitter-stream-api", "unshift.io"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["angular-bro-app", "broccoli-can-stache"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"nickname": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}}, "required": ["type", "minLength"]}, "url": {"type": "object", "properties": {"type": {"type": "string"}, "format": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "format", "description"]}}, "required": ["nickname", "url"]}}, "required": ["$schema", "$id", "type", "description", "required", "additionalProperties", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "https://json-schema.org/draft/2019-09/schema", "$id" : "https://curveballjs.org/schemas/a12nserver/app-new-form.json", "type" : "object", "description" : "This is the request body used by the HTML form submission for creating new apps", "required" : ["nickname", "url"], "additionalProperties" : false, "properties" : {"nickname" : {"type" : "string", "minLength" : 3}, "url" : {"type" : "string", "format" : "url", "description" : "URL to the application."}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"nickname": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}}, "required": ["type", "minLength"]}, "url": {"type": "object", "properties": {"type": {"type": "string"}, "format": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "format", "description"]}}, "required": ["nickname", "url"]}}, "required": ["$schema", "$id", "type", "description", "required", "additionalProperties", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"quests/fu_questlines/outpost/khecoinbreadcrumb.questtemplate": {"type": "array", "items": {"type": "string"}}}, "required": ["quests/fu_questlines/outpost/khecoinbreadcrumb.questtemplate"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"quests/fu_questlines/outpost/khecoinbreadcrumb.questtemplate" : ["/text"]}, "Texts" : {"Chs" : "\u4f60\u542c\u5230\u7535\u5f27\u51b6\u70bc\u7089\u91cc\u4f20\u6765\u4e00\u4e2a\u58f0\u97f3: \u201c\u54e6\uff0c\u95ea\u4eae\u7684\u6709\u673a\u7269\uff01\u8f6e\u5230\u6211\u4e86\u3002\u6765\u770b\u770b\u5427\u3002\u5f97\u5230\u914d\u65b9\uff01\u201d", "Eng" : "You hear a voice from inside the Arc Smelter say 'Ooh, shiny noms! My turn. Come visit. Get recipe!'"}}, {"DeniedAlternatives" : [], "Files" : {"quests/fu_questlines/outpost/khecoinbreadcrumb.questtemplate" : ["/completionText"]}, "Texts" : {"Chs" : "\u4f60\u542c\u5230\u7535\u5f27\u51b6\u70bc\u7089\u91cc\u4f20\u6765\u4e00\u4e2a\u58f0\u97f3: \u201c\u54e6\uff0c\u95ea\u4eae\u7684\u6709\u673a\u7269\uff01\u8f6e\u5230\u6211\u4e86\u3002\u6765\u770b\u770b\u5427\u3002\u62ff\u7740\u914d\u65b9\uff01\u201d", "Eng" : "You hear a voice from inside the Arc Smelter say 'Ooh, shiny noms! My turn. Here, have recipe!'"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"quests/fu_questlines/outpost/khecoinbreadcrumb.questtemplate": {"type": "array", "items": {"type": "string"}}}, "required": ["quests/fu_questlines/outpost/khecoinbreadcrumb.questtemplate"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : {"protoclVersion" : {"protocolVersion" : "0.0.2"}}, "body" : {"rx_obcTime" : "1638201", "rx_recvCnt" : "239", "rx_gpsDate" : "110319", "rx_gpsTime" : "75040", "rx_lat" : 38.07206, "rx_long" : 140.3216, "rx_alt" : "11146", "rx_temp" : "34.31", "rx_airP" : "76926", "rx_bSize" : "37", "tx_id" : "23", "tx_cnt" : "70", "payload" : 1, "tx_gpsTime" : "75015", "tx_lat" : 38.018084, "tx_long" : 140.305568, "tx_alt" : 11146}}
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2002, 5], [2007, 8], [2010, 5], [2013, 6], [2014, 9]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "semantic-release": {"type": "string"}}, "required": ["test", "semantic-release"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pify": {"type": "string"}, "soap": {"type": "string"}}, "required": ["pify", "soap"]}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"semantic-release": {"type": "string"}, "standard": {"type": "string"}}, "required": ["semantic-release", "standard"]}}, "required": ["name", "description", "main", "scripts", "repository", "keywords", "author", "engines", "bugs", "homepage", "dependencies", "files", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "simple-soap", "description" : "Simplified soap client", "main" : "index.js", "scripts" : {"test" : "standard", "semantic-release" : "semantic-release pre && npm publish && semantic-release post"}, "repository" : {"type" : "git", "url" : "https://github.com/tlvince/simple-soap.git"}, "keywords" : ["soap"], "author" : "Tom Vincent <git@tlvince.com> (https://tlvince.com)", "engines" : {"node" : ">=5"}, "bugs" : {"url" : "https://github.com/tlvince/simple-soap/issues"}, "homepage" : "https://github.com/tlvince/simple-soap#readme", "dependencies" : {"pify" : "^2.3.0", "soap" : "^0.16.0"}, "files" : ["index.js"], "license" : "MIT", "devDependencies" : {"semantic-release" : "^4.3.5", "standard" : "^7.1.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "semantic-release": {"type": "string"}}, "required": ["test", "semantic-release"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pify": {"type": "string"}, "soap": {"type": "string"}}, "required": ["pify", "soap"]}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"semantic-release": {"type": "string"}, "standard": {"type": "string"}}, "required": ["semantic-release", "standard"]}}, "required": ["name", "description", "main", "scripts", "repository", "keywords", "author", "engines", "bugs", "homepage", "dependencies", "files", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}, "wpackagist-plugin/akismet": {"type": "string"}, "wpackagist-plugin/timber-library": {"type": "string"}, "wpackagist-plugin/contact-form-7": {"type": "string"}, "wpackagist-plugin/flamingo": {"type": "string"}}, "required": ["composer/installers", "wpackagist-plugin/akismet", "wpackagist-plugin/timber-library", "wpackagist-plugin/contact-form-7", "wpackagist-plugin/flamingo"]}, "extra": {"type": "object", "properties": {"installer-paths": {"type": "object", "properties": {"plugins/{$name}/": {"type": "array", "items": {"type": "string"}}}, "required": ["plugins/{$name}/"]}}, "required": ["installer-paths"]}}, "required": ["name", "description", "version", "type", "keywords", "minimum-stability", "authors", "repositories", "require", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Simple WordPress with Docker", "description" : "", "version" : "0.1.0", "type" : "project", "keywords" : [], "minimum-stability" : "dev", "authors" : [{"name" : "Zakk Fleischmann", "email" : "zachary.fleischmann@gmail.com"}], "repositories" : [{"type" : "composer", "url" : "https://wpackagist.org"}], "require" : {"composer/installers" : "*", "wpackagist-plugin/akismet" : "*", "wpackagist-plugin/timber-library" : "*", "wpackagist-plugin/contact-form-7" : "*", "wpackagist-plugin/flamingo" : "*"}, "extra" : {"installer-paths" : {"plugins/{$name}/" : ["type:wordpress-plugin"]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}, "wpackagist-plugin/akismet": {"type": "string"}, "wpackagist-plugin/timber-library": {"type": "string"}, "wpackagist-plugin/contact-form-7": {"type": "string"}, "wpackagist-plugin/flamingo": {"type": "string"}}, "required": ["composer/installers", "wpackagist-plugin/akismet", "wpackagist-plugin/timber-library", "wpackagist-plugin/contact-form-7", "wpackagist-plugin/flamingo"]}, "extra": {"type": "object", "properties": {"installer-paths": {"type": "object", "properties": {"plugins/{$name}/": {"type": "array", "items": {"type": "string"}}}, "required": ["plugins/{$name}/"]}}, "required": ["installer-paths"]}}, "required": ["name", "description", "version", "type", "keywords", "minimum-stability", "authors", "repositories", "require", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Searching": {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "genre": {"type": "string"}, "title": {"type": "string"}, "username": {"type": "string"}, "artist": {"type": "string"}, "remixArtist": {"type": "null"}, "labelname": {"type": "string"}, "id": {"type": "integer"}, "isRemix": {"type": "boolean"}, "search_stage": {"type": "integer"}, "url": {"type": "string"}}, "required": ["description", "duration", "genre", "title", "username", "artist", "remixArtist", "labelname", "id", "isRemix", "search_stage", "url"]}, "Results": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "genre": {"type": "string"}, "title": {"type": "string"}, "username": {"type": "string"}, "artist": {"type": "string"}, "remixArtist": {"type": "null"}, "labelname": {"type": "string"}, "id": {"type": "integer"}, "isRemix": {"type": "boolean"}, "search_stage": {"type": "integer"}, "url": {"type": "string"}}, "required": ["description", "duration", "genre", "title", "username", "artist", "remixArtist", "labelname", "id", "isRemix", "search_stage", "url"]}}}, "required": ["Searching", "Results"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Searching" : {"description" : "Support on iTunes: http://monster.cat/1KUNJ6E\nSupport on Beatport: http://monster.cat/1Irrqor\nSupport on Bandcamp: http://monster.cat/1hnYBAi\n---\nWatch on YouTube: http://monster.cat/1gqwek4\nListen on Spotify: http://monster.cat/1ISW1N6\n\n\u25bc Follow Monstercat\nSnapchat: Monstercat\nYouTube: http://www.youtube.com/Monstercat\nSpotify: http://monster.cat/1hGrCWk\nFacebook: http://facebook.com/Monstercat\nTwitter: http://twitter.com/Monstercat\nInstagram: http://instagram.com/monstercat\nSoundCloud: http://soundcloud.com/Monstercat\nGoogle+: https://plus.google.com/+Monstercat\n\n\u25bc Follow Kasbo\nFacebook: https://www.facebook.com/kasbomusic\nTwitter: https://twitter.com/Kasbomusic\nSoundcloud: https://soundcloud.com/kasbomusic\nYoutube: https://www.youtube.com/user/Kasbomusic\nInstagram: https://www.instagram.com/kasbomusic\n\n\u25bc Want some new Merchandise?\nhttp://monster.cat/MonstercatShop", "duration" : 229, "genre" : "Future Bass", "title" : "Again", "username" : "Monstercat", "artist" : "Kasbo", "remixArtist" : null, "labelname" : "Monstercat", "id" : 74340418, "isRemix" : false, "search_stage" : 1, "url" : "https://soundcloud.com/monstercat/kasbo-again"}, "Results" : [{"description" : "", "duration" : 229, "genre" : "", "title" : "Again", "username" : "Various Artists", "artist" : "Various Artists", "remixArtist" : null, "labelname" : "", "id" : 105697532, "isRemix" : false, "search_stage" : 0, "url" : "https://www.deezer.com/track/105697532"}]}
json_instruct
{"type": "object", "properties": {"Searching": {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "genre": {"type": "string"}, "title": {"type": "string"}, "username": {"type": "string"}, "artist": {"type": "string"}, "remixArtist": {"type": "null"}, "labelname": {"type": "string"}, "id": {"type": "integer"}, "isRemix": {"type": "boolean"}, "search_stage": {"type": "integer"}, "url": {"type": "string"}}, "required": ["description", "duration", "genre", "title", "username", "artist", "remixArtist", "labelname", "id", "isRemix", "search_stage", "url"]}, "Results": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "genre": {"type": "string"}, "title": {"type": "string"}, "username": {"type": "string"}, "artist": {"type": "string"}, "remixArtist": {"type": "null"}, "labelname": {"type": "string"}, "id": {"type": "integer"}, "isRemix": {"type": "boolean"}, "search_stage": {"type": "integer"}, "url": {"type": "string"}}, "required": ["description", "duration", "genre", "title", "username", "artist", "remixArtist", "labelname", "id", "isRemix", "search_stage", "url"]}}}, "required": ["Searching", "Results"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "station_list": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}}}, "required": ["name", "station_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "\u5927\u4e95\u5ddd\u9435\u9053\u5927\u4e95\u5ddd\u672c\u7dda", "station_list" : [{"code" : 1150126, "name" : "\u91d1\u8c37"}, {"code" : 9950702, "name" : "\u65b0\u91d1\u8c37"}, {"code" : 9950703, "name" : "\u4ee3\u5b98\u753a"}, {"code" : 9950704, "name" : "\u65e5\u5207"}, {"code" : 9950705, "name" : "\u5408\u683c"}, {"code" : 9950706, "name" : "\u9580\u51fa"}, {"code" : 9950707, "name" : "\u795e\u5c3e"}, {"code" : 9950708, "name" : "\u798f\u7528"}, {"code" : 9950709, "name" : "\u5927\u548c\u7530(\u9759\u5ca1)"}, {"code" : 9950710, "name" : "\u5bb6\u5c71"}, {"code" : 9950711, "name" : "\u629c\u91cc"}, {"code" : 9950712, "name" : "\u5ddd\u6839\u6e29\u6cc9\u7b39\u9593\u6e21"}, {"code" : 9950713, "name" : "\u5730\u540d"}, {"code" : 9950714, "name" : "\u5869\u90f7"}, {"code" : 9950715, "name" : "\u4e0b\u6cc9"}, {"code" : 9950716, "name" : "\u7530\u91ce\u53e3"}, {"code" : 9950717, "name" : "\u99ff\u6cb3\u5fb3\u5c71"}, {"code" : 9950718, "name" : "\u9752\u90e8"}, {"code" : 9950719, "name" : "\u5d0e\u5e73"}, {"code" : 9950720, "name" : "\u5343\u982d"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "station_list": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}}}, "required": ["name", "station_list"], "$schema": "http://json-schema.org/draft-07/schema#"}