input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01020649": {"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": ["E01020649"]}, "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" : {"E01020649" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00104763", "LAD11CD" : "E06000047"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00104764", "LAD11CD" : "E06000047"}, "arcs" : [[-2, 2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00104765", "LAD11CD" : "E06000047"}, "arcs" : [[5, 6, 7, 8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00104766", "LAD11CD" : "E06000047"}, "arcs" : [[-6, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00104767", "LAD11CD" : "E06000047"}, "arcs" : [[-4, 10, -7, -10, -9, 11]]}]}}, "arcs" : [[[2395, 7444], [307, 277], [-42, 1505], [920, 773], [112, -388], [-146, -463], [324, -85], [190, -378], [259, 36], [71, -214], [314, -62]], [[4704, 8445], [-230, -484], [-131, -86], [-284, 136], [-889, -787], [254, -319], [-1029, 539]], [[4704, 8445], [143, -121], [-47, -724], [31, -324], [323, 91], [277, -177]], [[5431, 7190], [-1494, -461], [-317, -309], [-146, 189], [-798, -197]], [[2676, 6412], [43, 456], [-147, 66], [-1287, 160], [-673, -112], [78, 533], [1633, -200], [72, 129]], [[5771, 4712], [-293, 222], [85, 112], [-160, -63], [-153, 167], [544, 243], [76, 193], [701, 156], [-75, 193], [-580, -117]], [[5916, 5818], [-279, 758]], [[5637, 6576], [137, -151], [509, 461], [584, -334]], [[6867, 6552], [66, -535], [1513, -17], [16, -130], [-578, -120], [-742, 110], [72, -416], [-115, -100], [-954, -69], [15, -426], [-389, -137]], [[5771, 4712], [-289, 21], [-1138, -529], [-194, 178], [146, 217], [-171, 124], [374, 538], [988, 461], [377, -74], [52, 170]], [[5431, 7190], [420, -185], [112, -210], [-326, -219]], [[6867, 6552], [509, 71], [178, 201], [253, -191], [660, -45], [864, 893], [668, -912], [-249, -1070], [170, -588], [30, -1658], [-1838, -1101], [-306, -1383], [-196, 1], [-197, -731], [-773, -39], [-229, 591], [-593, -123], [-555, 295], [-941, -13], [-240, 780], [-686, -349], [-440, 1410], [-2523, -817], [-128, 771], [-305, 494], [1146, 901], [908, 1007], [715, 416], [-277, 978], [184, 71]]], "transform" : {"scale" : [3.125778344456028e-06, 1.8363309913031181e-06], "translate" : [-1.684861984076227, 54.84292624313402]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01020649": {"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": ["E01020649"]}, "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": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x3b3801f0fc76528e42390df701f513fc62cbf154", "tool" : "maian", "start" : 1565637242.9428012, "end" : 1565637434.3997471, "duration" : 191.45694589614868, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Query-level stability and generalization in learning to rank.", "fields" : ["stability", "learning to rank", "empirical risk minimization", "ranking svm", "instance based learning"], "abstract" : "This paper is concerned with the generalization ability of learning to rank algorithms for information retrieval (IR). We point out that the key for addressing the learning problem is to look at it from the viewpoint of query . We define a number of new concepts, including query-level loss, query-level risk, and query-level stability. We then analyze the generalization ability of learning to rank algorithms by giving query-level generalization bounds to them using query-level stability as a tool. Such an analysis is very helpful for us to derive more advanced algorithms for IR. We apply the proposed theory to the existing algorithms of Ranking SVM and IRSVM. Experimental results on the two algorithms verify the correctness of the theoretical analysis.", "citation" : "Citations (29)", "year" : "2008", "departments" : ["Chinese Academy of Sciences", "Microsoft", "Tsinghua University", "Chinese Academy of Sciences", "Microsoft"], "conf" : "icml", "authors" : ["Yanyan Lan.....http://dblp.org/pers/hd/l/Lan:Yanyan", "Tie-Yan Liu.....http://dblp.org/pers/hd/l/Liu:Tie=Yan", "Tao Qin.....http://dblp.org/pers/hd/q/Qin:Tao", "Zhiming Ma.....http://dblp.org/pers/hd/m/Ma:Zhiming", "Hang Li.....http://dblp.org/pers/hd/l/Li_0001:Hang"], "pages" : 8}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01028543": {"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": ["E01028543"]}, "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" : {"E01028543" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00145397", "LAD11CD" : "E07000178"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00145403", "LAD11CD" : "E07000178"}, "arcs" : [[2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00145405", "LAD11CD" : "E07000178"}, "arcs" : [[5, -4, 6, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00145406", "LAD11CD" : "E07000178"}, "arcs" : [[-8, 8, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00145408", "LAD11CD" : "E07000178"}, "arcs" : [[-7, -3, -2, 10, -9]]}]}}, "arcs" : [[[6809, 7930], [1180, -511], [177, -501], [-648, -204], [599, -225], [49, -275], [-490, -36], [275, -833], [620, -217], [240, 436], [1154, 158], [34, -395], [-500, -86], [451, -382], [-1231, -256], [-626, -5], [-98, -687], [-306, -61], [-451, 1549]], [[7238, 5399], [-206, 1057], [387, 256], [-399, 212], [-211, 1006]], [[6809, 7930], [-930, -245], [-612, 340]], [[5267, 8025], [-100, 427], [-619, 179], [342, 181], [-250, 377], [626, 382]], [[5266, 9571], [1239, -510], [781, -454], [-477, -677]], [[3206, 6654], [-448, 2038], [276, 1307], [1165, -106], [1067, -322]], [[5267, 8025], [-935, -97], [504, -615], [-222, -379]], [[4614, 6934], [-614, -506], [-794, 226]], [[4614, 6934], [865, -417], [-81, -1087], [1321, -142]], [[6719, 5288], [1313, -4226], [257, -1062], [-3634, 1140], [-3709, 5290], [-946, 1364], [2030, 153], [408, -929], [768, -364]], [[7238, 5399], [-519, -111]]], "transform" : {"scale" : [1.0888919143270307e-06, 7.889764152715323e-07], "translate" : [-1.267083774915535, 51.7408690425393]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01028543": {"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": ["E01028543"]}, "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/worn_light_limestone_cobble_wall_inventory"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1980, 7], [1983, 7], [1984, 11], [1985, 5], [1986, 7], [1987, 8], [1988, 13], [1989, 12], [1990, 12], [1991, 12], [1992, 10], [1993, 8], [1994, 12], [1995, 15], [1996, 8], [1997, 10], [1998, 10], [1999, 6], [2000, 8], [2001, 7], [2003, 7], [2004, 6], [2005, 13], [2006, 20], [2007, 18], [2008, 19], [2009, 8], [2010, 11], [2011, 6], [2012, 5], [2013, 9], [2014, 11]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"30000": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["30000"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"30000" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"30000": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["30000"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["cerebral-addons", "cerebral-angular", "cerebral-computed-fuse", "cerebral-form", "cerebral-hoodie", "cerebral-module-devtools", "cerebral-module-fuse", "cerebral-module-recorder", "cerebral-module-router", "cerebral-module-signal-store", "cerebral-module-ui-driver", "cerebral-module-useragent", "cerebral-modules-react", "cerebral-operators", "cerebral-react", "cerebral-router", "cerebral-snabbdom", "cerebral-testable", "cerebral-view-angular", "cerebral-view-angular2", "cerebral-view-react", "cerebral-view-snabbdom", "material-components", "snabbdom-material", "ui-driver"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}}, "required": ["isCreatedByStatefulCreatePages"]}}, "required": ["pageContext"]}}, "required": ["componentChunkName", "path", "webpackCompilationHash", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"componentChunkName" : "component---src-pages-user-refwbll-tsx-activity-tsx", "path" : "/user/$REFWBLL.tsx/activity/", "webpackCompilationHash" : "", "result" : {"pageContext" : {"isCreatedByStatefulCreatePages" : true}}}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}}, "required": ["isCreatedByStatefulCreatePages"]}}, "required": ["pageContext"]}}, "required": ["componentChunkName", "path", "webpackCompilationHash", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Diego Cruz": {"type": "string"}}, "required": ["Diego Cruz"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"HorizontalFloatingHeaderLayout": {"type": "array", "items": {"type": "string"}}}, "required": ["HorizontalFloatingHeaderLayout"]}, "frameworks": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "requires_arc", "source_files", "resource_bundles", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "HorizontalFloatingHeaderLayout", "version" : "1.0.0", "summary" : "Floating headers with horizontal scrolling layout for UICollectionView, inspired by iOS native Emoji Keyboard layout", "description" : "HorizontalFLoatingHeaderLayout is a subclass of UICollectionViewLayout built with performance in mind. Born from the need for replicating UITableView's sticky headers behavior and iOS 8+ native Emoji keyboard.\n\nFor a vertical implementation, you can turn on *sectionHeadersPinToVisibleBounds* flag from UICollectionViewFlowLayout (available since iOS 9.0)", "homepage" : "https://github.com/cruzdiego/HorizontalFloatingHeaderLayout", "license" : "MIT", "authors" : {"Diego Cruz" : "diego.cruz@icloud.com"}, "source" : {"git" : "https://github.com/cruzdiego/HorizontalFloatingHeaderLayout.git", "tag" : "1.0.0"}, "platforms" : {"ios" : "8.0"}, "requires_arc" : true, "source_files" : "Pod/Classes/**/*", "resource_bundles" : {"HorizontalFloatingHeaderLayout" : ["Pod/Assets/*.png"]}, "frameworks" : "UIKit"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Diego Cruz": {"type": "string"}}, "required": ["Diego Cruz"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"HorizontalFloatingHeaderLayout": {"type": "array", "items": {"type": "string"}}}, "required": ["HorizontalFloatingHeaderLayout"]}, "frameworks": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "requires_arc", "source_files", "resource_bundles", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"transform": {"type": "string"}, "model": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "front": {"type": "string"}, "right": {"type": "string"}, "back": {"type": "string"}, "left": {"type": "string"}}, "required": ["top", "bottom", "front", "right", "back", "left"]}}, "required": ["transform", "model", "textures"]}, "variants": {"type": "object", "properties": {"facing": {"type": "object", "properties": {"north": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "east": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "south": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "west": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}}, "required": ["north", "east", "south", "west"]}}, "required": ["facing"]}}, "required": ["forge_marker", "defaults", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"forge_marker" : 1, "defaults" : {"transform" : "forge:default-block", "model" : "blepcore:machine_orientable", "textures" : {"top" : "blepcore:block/machines/basic_top", "bottom" : "blepcore:block/machines/basic_bottom", "front" : "blepcore:block/machines/electrolysis_chamber_front", "right" : "blepcore:block/machines/basic_side", "back" : "blepcore:block/machines/basic_side", "left" : "blepcore:block/machines/basic_side"}}, "variants" : {"facing" : {"north" : {"y" : 0}, "east" : {"y" : 90}, "south" : {"y" : 180}, "west" : {"y" : 270}}}}
json_instruct
{"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"transform": {"type": "string"}, "model": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "front": {"type": "string"}, "right": {"type": "string"}, "back": {"type": "string"}, "left": {"type": "string"}}, "required": ["top", "bottom", "front", "right", "back", "left"]}}, "required": ["transform", "model", "textures"]}, "variants": {"type": "object", "properties": {"facing": {"type": "object", "properties": {"north": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "east": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "south": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "west": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}}, "required": ["north", "east", "south", "west"]}}, "required": ["facing"]}}, "required": ["forge_marker", "defaults", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}}, "required": ["@angular/common", "@angular/core", "@angular/forms"]}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["name", "version", "description", "publishConfig", "license", "bugs", "homepage", "repository", "keywords", "author", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ngx-inject-control", "version" : "1.0.0", "description" : "Simple, reusable form components in Angular", "publishConfig" : {"access" : "public"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/jadengis/ngx-inject-control/issues"}, "homepage" : "https://github.com/jadengis/ngx-inject-control#readme", "repository" : {"type" : "git", "url" : "https://github.com/jadengis/ngx-inject-control"}, "keywords" : ["angular", "angular 2", "forms", "inject control", "ngx inject control"], "author" : {"name" : "John Dengis", "email" : "jadengis@gmail.com"}, "peerDependencies" : {"@angular/common" : ">=12.0.0 <14.0.0", "@angular/core" : ">=12.0.0 <14.0.0", "@angular/forms" : ">=12.0.0 <14.0.0"}, "dependencies" : {"tslib" : "^2.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}}, "required": ["@angular/common", "@angular/core", "@angular/forms"]}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["name", "version", "description", "publishConfig", "license", "bugs", "homepage", "repository", "keywords", "author", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.081f420c.chunk.css": {"type": "string"}, "static/js/2.ca945537.chunk.js": {"type": "string"}, "static/js/2.ca945537.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/2.081f420c.chunk.css.map": {"type": "string"}, "static/css/main.6abe12ff.chunk.css.map": {"type": "string"}, "static/js/2.ca945537.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.081f420c.chunk.css", "static/js/2.ca945537.chunk.js", "static/js/2.ca945537.chunk.js.map", "index.html", "static/css/2.081f420c.chunk.css.map", "static/css/main.6abe12ff.chunk.css.map", "static/js/2.ca945537.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"main.css" : "/static/css/main.6abe12ff.chunk.css", "main.js" : "/static/js/main.4791d812.chunk.js", "main.js.map" : "/static/js/main.4791d812.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.7545a8a1.js", "runtime-main.js.map" : "/static/js/runtime-main.7545a8a1.js.map", "static/css/2.081f420c.chunk.css" : "/static/css/2.081f420c.chunk.css", "static/js/2.ca945537.chunk.js" : "/static/js/2.ca945537.chunk.js", "static/js/2.ca945537.chunk.js.map" : "/static/js/2.ca945537.chunk.js.map", "index.html" : "/index.html", "static/css/2.081f420c.chunk.css.map" : "/static/css/2.081f420c.chunk.css.map", "static/css/main.6abe12ff.chunk.css.map" : "/static/css/main.6abe12ff.chunk.css.map", "static/js/2.ca945537.chunk.js.LICENSE.txt" : "/static/js/2.ca945537.chunk.js.LICENSE.txt"}, "entrypoints" : ["static/js/runtime-main.7545a8a1.js", "static/css/2.081f420c.chunk.css", "static/js/2.ca945537.chunk.js", "static/css/main.6abe12ff.chunk.css", "static/js/main.4791d812.chunk.js"]}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.081f420c.chunk.css": {"type": "string"}, "static/js/2.ca945537.chunk.js": {"type": "string"}, "static/js/2.ca945537.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/2.081f420c.chunk.css.map": {"type": "string"}, "static/css/main.6abe12ff.chunk.css.map": {"type": "string"}, "static/js/2.ca945537.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.081f420c.chunk.css", "static/js/2.ca945537.chunk.js", "static/js/2.ca945537.chunk.js.map", "index.html", "static/css/2.081f420c.chunk.css.map", "static/css/main.6abe12ff.chunk.css.map", "static/js/2.ca945537.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "hmmmm6996", "scores" : [{"xp" : 6280, "rank" : 461, "cardId" : 285}, {"xp" : 6708, "rank" : 222, "cardId" : 659}, {"xp" : 11273, "rank" : 345, "cardId" : 592}, {"xp" : 10815, "rank" : 182, "cardId" : 632}, {"xp" : 17823, "rank" : 143, "cardId" : 410}, {"xp" : 17416, "rank" : 183, "cardId" : 556}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/bin/boxdumper", "/bin/muxer", "/bin/remuxer", "/bin/timelineeditor", "/include/lsmash.h", "/lib/liblsmash.a", "/lib/pkgconfig/liblsmash.pc"]}
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "Reference": {"type": "string"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "Comments": {"type": "string"}}, "required": ["ID", "ConnectionTypeID", "Reference", "LevelID", "Amps", "Voltage", "PowerKW", "Comments"]}}, "NumberOfPoints": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "AddressInfo", "Connections", "NumberOfPoints", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 116535, "UUID" : "62C4F72B-4010-404B-B066-F0445222BA6F", "DataProviderID" : 1, "DataProvidersReference" : "5449", "OperatorID" : 3343, "AddressInfo" : {"ID" : 116881, "Title" : "Vattenfall InCharge Snabbladdning", "AddressLine1" : "\u00c5rev\u00e4gen 53", "Town" : "\u00c5RE", "StateOrProvince" : "J\u00c4MTLAND", "Postcode" : "83013", "CountryID" : 216, "Latitude" : 63.39519, "Longitude" : 13.08781, "AccessComments" : "", "DistanceUnit" : 0}, "Connections" : [{"ID" : 164885, "ConnectionTypeID" : 2, "Reference" : "1", "LevelID" : 2, "Amps" : 100, "Voltage" : 500, "PowerKW" : 50, "Comments" : "Mode 4"}, {"ID" : 164886, "ConnectionTypeID" : 0, "Reference" : "2", "LevelID" : 2, "Amps" : 100, "Voltage" : 500, "PowerKW" : 50, "Comments" : "Mode 4"}], "NumberOfPoints" : 2, "DateLastStatusUpdate" : "2020-08-13T08:01:00Z", "DataQualityLevel" : 2, "DateCreated" : "2019-02-11T09:16:00Z", "SubmissionStatusTypeID" : 100}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "Reference": {"type": "string"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "Comments": {"type": "string"}}, "required": ["ID", "ConnectionTypeID", "Reference", "LevelID", "Amps", "Voltage", "PowerKW", "Comments"]}}, "NumberOfPoints": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "AddressInfo", "Connections", "NumberOfPoints", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"cppFile": {"type": "string"}, "rust": {"type": "object", "properties": {"dir": {"type": "string"}, "interfaceModule": {"type": "string"}, "implementationModule": {"type": "string"}}, "required": ["dir", "interfaceModule", "implementationModule"]}, "objects": {"type": "object", "properties": {"Grep": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"query": {"type": "object", "properties": {"type": {"type": "string"}, "write": {"type": "boolean"}}, "required": ["type", "write"]}, "busy": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["query", "busy"]}, "itemProperties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "rustByValue": {"type": "boolean"}}, "required": ["type", "rustByValue"]}, "path": {"type": "object", "properties": {"type": {"type": "string"}, "rustByValue": {"type": "boolean"}}, "required": ["type", "rustByValue"]}, "line": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["name", "path", "line"]}}, "required": ["type", "properties", "itemProperties"]}}, "required": ["Grep"]}}, "required": ["cppFile", "rust", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cppFile" : "src/cpp/Bindings.cpp", "rust" : {"dir" : "", "interfaceModule" : "interface", "implementationModule" : "implementation"}, "objects" : {"Grep" : {"type" : "List", "properties" : {"query" : {"type" : "QString", "write" : true}, "busy" : {"type" : "bool"}}, "itemProperties" : {"name" : {"type" : "QString", "rustByValue" : true}, "path" : {"type" : "QString", "rustByValue" : true}, "line" : {"type" : "QString"}}}}}
json_instruct
{"type": "object", "properties": {"cppFile": {"type": "string"}, "rust": {"type": "object", "properties": {"dir": {"type": "string"}, "interfaceModule": {"type": "string"}, "implementationModule": {"type": "string"}}, "required": ["dir", "interfaceModule", "implementationModule"]}, "objects": {"type": "object", "properties": {"Grep": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"query": {"type": "object", "properties": {"type": {"type": "string"}, "write": {"type": "boolean"}}, "required": ["type", "write"]}, "busy": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["query", "busy"]}, "itemProperties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "rustByValue": {"type": "boolean"}}, "required": ["type", "rustByValue"]}, "path": {"type": "object", "properties": {"type": {"type": "string"}, "rustByValue": {"type": "boolean"}}, "required": ["type", "rustByValue"]}, "line": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["name", "path", "line"]}}, "required": ["type", "properties", "itemProperties"]}}, "required": ["Grep"]}}, "required": ["cppFile", "rust", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accessKeyId" : "qtTT0LeDERtmo4aTldrd", "secretAccessKey" : "ormv9FBCm/50Vb3d7Z2WTpPJudTF+B8NPddH3BFB", "region" : "us-west-2"}
json_instruct
{"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "hbs": {"type": "string"}, "mongodb": {"type": "string"}, "nodemon": {"type": "string"}, "path": {"type": "string"}, "request": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["express", "hbs", "mongodb", "nodemon", "path", "request", "serve-favicon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "web-project", "version" : "1.0.0", "description" : "Weather App", "main" : "weather.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node server.js"}, "author" : "", "license" : "ISC", "dependencies" : {"express" : "^4.16.4", "hbs" : "^4.0.1", "mongodb" : "^3.1.9", "nodemon" : "^1.18.4", "path" : "^0.12.7", "request" : "^2.88.0", "serve-favicon" : "^2.5.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "hbs": {"type": "string"}, "mongodb": {"type": "string"}, "nodemon": {"type": "string"}, "path": {"type": "string"}, "request": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["express", "hbs", "mongodb", "nodemon", "path", "request", "serve-favicon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"type": "integer"}}, "required": ["params", "infidelity", "energy_expval", "energy_error", "optimizer_success", "optimizer_nfev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"params" : [-0.0005982816215383106, -0.001633258519470815, -0.0012303558294712194, -0.0002902362815494187, -0.0001260799910766742, 0.001113538218049164, 0.00033309102307411487, 0.00016574239737027305, 0.002532190731618519, -0.0010024867236554057, -0.0003892338962495321, 5.211271064029354e-05, 0.00018503404191311105, 0.0016634740514412738, -0.0013289740321418653, -0.0014525432198199636, 0.005894276634249527, 6.419452820167912e-06, -0.0005270928123191224, -1.6371898085549995e-05, 0.001945109288661671, 6.931851444842627e-05, 0.0026041404275953255, 2.5073837515239203e-05, 0.007237781798106794, 0.00040709289510795186, 5.866938071257479e-05, -0.00010225658693131096, -5.406055798121432e-06, -0.005285144113102144, -0.00010597643313167354, 0.004014156012711595, 9.924605979416658e-05, -0.001243307430790276, -0.002667809015083438, -2.5096782337669214e-05, -0.005233623145222286, -3.130457177801869e-05, -7.385285058309594e-06, 4.5357702470617245e-05, 0.007243209555459663, 5.0461717664114175e-05, -2.0314218253374123e-05, 0.00203009278216948, 0.0012306336977018122, -7.103113463288349e-06, 0.01825115419167181, 1.3846668186008007e-05, 0.0008847249948860285, -0.0008610603146659444, -6.437238284176744e-05, 0.005789782618816148], "infidelity" : 0.00013036809981603614, "energy_expval" : -1.9997578344319995, "energy_error" : 0.00011243660964099789, "optimizer_success" : true, "optimizer_nfev" : 1443}
json_instruct
{"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"type": "integer"}}, "required": ["params", "infidelity", "energy_expval", "energy_error", "optimizer_success", "optimizer_nfev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "1206222", "rx_recvCnt" : "186", "rx_gpsDate" : "10419", "rx_gpsTime" : "81754", "rx_lat" : 35.2126, "rx_long" : 139.646768, "rx_alt" : "24", "rx_temp" : "32.40", "rx_airP" : "100683", "rx_bSize" : "34", "tx_id" : "23", "tx_cnt" : "22", "payload" : 1, "tx_gpsTime" : "81745", "tx_lat" : 35.212012, "tx_long" : 139.645968, "tx_alt" : 25}}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "2.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0", "1.1", "1.2", "2.0", "2.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["2.1"], "meta" : {"description" : "Python front-end of the simpleFoam", "homepage" : "http://sourceforge.net/projects/pythonFlu", "license" : "GPL"}, "versions" : {"1.0" : {"sha256" : "4af6ada11dbb2c9bbb47326e58e5772a40d241cfe505b41753ba2da6943d7c0b", "url" : "https://files.pythonhosted.org/packages/e7/92/cbea9d0ab3f486505e8b2f6435edcc7ec3d83633955dddedc79365ebdc51/simpleFlux-1.0.tar.gz"}, "1.1" : {"sha256" : "f3a69b811d3016e09c3ef55f038aa19b671d9f7252665076a4637a35ced77c48", "url" : "https://files.pythonhosted.org/packages/a1/36/cf1042cd3e5770c36334448e3a375418d9814e7fe341926002fc7490d9e6/simpleFlux-1.1.tar.gz"}, "1.2" : {"sha256" : "7dcfdc3fa257289ce65b8d85db5370f30fe11bb36be2846280d6359ab69a5327", "url" : "https://files.pythonhosted.org/packages/36/a9/b032995f2ba20bca383ddb0889f43634fa6c226aaa33d62ff32fc586efe8/simpleFlux-1.2.tar.gz"}, "2.0" : {"sha256" : "0bcce644dd731b3b984063135758fccd0a1741bd604e49d4e152203705447829", "url" : "https://files.pythonhosted.org/packages/ec/5a/f19e6ee101d1e6a7d80198fe5cd0880d9b134ebad6aa5d22551ba07da4d5/simpleFlux-2.0.tar.gz"}, "2.1" : {"sha256" : "f170673e3c5f2832f65884e3048e5ae051cf07443be4f4f401a5e881470aec7b", "url" : "https://files.pythonhosted.org/packages/ee/9e/891dab6e2ba6e0ecb1e17f40f89582ccb34b3436ae40901ed513f65d101b/simpleFlux-2.1.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "2.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0", "1.1", "1.2", "2.0", "2.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Xaintray", "circ" : "1\u00e8re circonscription", "dpt" : "Deux-S\u00e8vres", "inscrits" : 179, "abs" : 75, "votants" : 104, "blancs" : 9, "nuls" : 6, "exp" : 89, "res" : [{"nuance" : "FI", "nom" : "Mme Nathalie SEGUIN", "voix" : 48}, {"nuance" : "REM", "nom" : "M. Guillaume CHICHE", "voix" : 41}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"recursive": {"type": "boolean"}, "spec": {"type": "string"}, "require": {"type": "string"}, "timeout": {"type": "integer"}}, "required": ["recursive", "spec", "require", "timeout"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"recursive" : true, "spec" : "dist/test", "require" : "source-map-support/register", "timeout" : 20000}
json_instruct
{"type": "object", "properties": {"recursive": {"type": "boolean"}, "spec": {"type": "string"}, "require": {"type": "string"}, "timeout": {"type": "integer"}}, "required": ["recursive", "spec", "require", "timeout"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["graphql-aggregate", "lurkle"]
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": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "author": {"type": "string"}, "public": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@vertx/web": {"type": "string"}, "events": {"type": "string"}, "graphql": {"type": "string"}, "graphql-subscriptions": {"type": "string"}, "iterall": {"type": "string"}, "querystring": {"type": "string"}}, "required": ["@vertx/web", "events", "graphql", "graphql-subscriptions", "iterall", "querystring"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "sideEffects": {"type": "boolean"}}, "required": ["name", "description", "version", "main", "types", "files", "homepage", "repository", "bugs", "author", "public", "dependencies", "keywords", "license", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vertx-graphql", "description" : "Create fast GraphQL HTTP APIs with Vert.x", "version" : "1.0.8", "main" : "index.js", "types" : "index.d.ts", "files" : ["src"], "homepage" : "https://vertx-graphql.github.io", "repository" : {"type" : "git", "url" : "git+https://github.com/vertx-graphql/vertx-graphql.git"}, "bugs" : {"url" : "https://github.com/vertx-graphql/vertx-graphql/issues"}, "author" : "Kai Wedekind <wedekind.kai@googlemail.com>", "public" : true, "dependencies" : {"@vertx/web" : "^3.7.1", "events" : "^3.0.0", "graphql" : "^14.0.2", "graphql-subscriptions" : "^1.1.0", "iterall" : "^1.2.2", "querystring" : "^0.2.0"}, "keywords" : ["Vert.x", "graphql", "graphql-js", "graphql-server", "GraphQL", "Schema", "Schema Language", "Middleware", "JavaScript", "http", "server", "api", "Tools"], "license" : "Apache-2.0", "sideEffects" : false}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "author": {"type": "string"}, "public": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@vertx/web": {"type": "string"}, "events": {"type": "string"}, "graphql": {"type": "string"}, "graphql-subscriptions": {"type": "string"}, "iterall": {"type": "string"}, "querystring": {"type": "string"}}, "required": ["@vertx/web", "events", "graphql", "graphql-subscriptions", "iterall", "querystring"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "sideEffects": {"type": "boolean"}}, "required": ["name", "description", "version", "main", "types", "files", "homepage", "repository", "bugs", "author", "public", "dependencies", "keywords", "license", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 39891, "cartId" : "3939720a-5ba7-4d0e-843e-baa469eb00c7", "preferredProducts" : [2590, 651, 1766, 447, 2244, 4520, 3453, 3404], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"trapit": {"type": "string"}}, "required": ["trapit"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "homepage", "repository", "scripts", "dependencies", "devDependencies", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "timer-set", "version" : "1.0.5", "description" : "Code timing class", "homepage" : "https://github.com/BrenPatF/timer-set_nodejs#readme", "repository" : {"type" : "git", "url" : "git://github.com/BrenPatF/timer-set_nodejs.git"}, "scripts" : {"test" : "node test/test-timer-set"}, "dependencies" : {}, "devDependencies" : {"trapit" : "^1.0.4"}, "keywords" : ["timing", "instrumentation", "cpu"], "author" : "Brendan Furey", "license" : "ISC"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"trapit": {"type": "string"}}, "required": ["trapit"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "homepage", "repository", "scripts", "dependencies", "devDependencies", "keywords", "author", "license"], "$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": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "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" : 11251, "name" : "cml-office.org/archive - deeper hue", "description" : "-\u9ec4\u7dd1\u304c\u76ee\u306b\u75db\u3044\r\n-\u5f15\u7528\u90e8\u306e\u8272\u304c\u8584\u3044", "user" : {"id" : 2217, "name" : "186", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2008-10-13T15:15:41.000Z", "weekly_install_count" : 0, "total_install_count" : 127, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/11251-after.png?r=1602489941", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2008-10-13T15:15:41.000Z", "category" : "site", "raw_subcategory" : "cml-office", "subcategory" : "cml-office", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document url-prefix(http://www.cml-office.org/archive/) {\r\n div.m_title {\r\n color: #009900 !important;\r\n }\r\n blockquote {\r\n color: #000066 !important;\r\n }\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/11251/cml-office-org-archive-deeper-hue.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "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": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron-prebuilt": {"type": "string"}}, "required": ["electron-prebuilt"]}}, "required": ["name", "productName", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lights-out", "productName" : "Lights Out", "version" : "1.0.0", "description" : "A simple game", "main" : "src/main.js", "scripts" : {"start" : "electron src/main.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/walle/lights-out.git"}, "keywords" : ["Electron", "game", "lights", "out"], "author" : "Fredrik Wallgren", "license" : "MIT", "bugs" : {"url" : "https://github.com/walle/lights-out/issues"}, "homepage" : "https://github.com/walle/lights-out#readme", "devDependencies" : {"electron-prebuilt" : "^0.34.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron-prebuilt": {"type": "string"}}, "required": ["electron-prebuilt"]}}, "required": ["name", "productName", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 49160, "cartId" : "91ed18d1-b1c7-4b86-83b2-a64a2145ade1", "preferredProducts" : [4315, 902, 1519, 390, 4531, 2594, 2420], "productReviews" : [{"productId" : 4197, "reviewText" : "i use it biweekly when i'm in my greenhouse.", "reviewDate" : "2019-11-20T13:48:45.1912846+02:00"}, {"productId" : 359, "reviewText" : "talk about fury.", "reviewDate" : "2017-05-23T08:41:49.4271636+03:00"}, {"productId" : 1863, "reviewText" : "It only works when I'm Wake Island.", "reviewDate" : "2019-03-31T20:32:15.5674177+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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"eShopContext": {"type": "string"}}, "required": ["eShopContext"]}, "Tokens": {"type": "object", "properties": {"Key": {"type": "string"}, "Issuer": {"type": "string"}}, "required": ["Key", "Issuer"]}}, "required": ["ConnectionStrings", "Tokens"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ConnectionStrings" : {"eShopContext" : "Server=LAPTOP-8SCFUND3; Database=ShopDemo; Trusted_Connection=True; MultipleActiveResultSets=true"}, "Tokens" : {"Key" : "FASDLKFLASDFLSGG", "Issuer" : "localhost"}}
json_instruct
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"eShopContext": {"type": "string"}}, "required": ["eShopContext"]}, "Tokens": {"type": "object", "properties": {"Key": {"type": "string"}, "Issuer": {"type": "string"}}, "required": ["Key", "Issuer"]}}, "required": ["ConnectionStrings", "Tokens"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["Hardware"], "desc" : " This book describes a set of tools and algorithms then enable the electrical engineer in fields such as circuit design, power delivery, signal integrity, analog design, package and board modeling to arrive at approximate and exact solutions robustly and relatively efficiently, even when typical software packages may fail to do so. By leveraging well established and time tested methods, the author demonstrates how the practitioner will be able to deal with various circuit design problems and signal integrity issues both in the frequency and time domains. The presented tool set is an alternative to \u201cbrute force\u201d time discretization and software utilization, offering great insight into the operations of linear systems ranging from RLC networks to device modeling.\u00a0", "details" : {"authors" : "Fuad Badrieh", "format" : "pdf", "isbn-10" : "3319714368", "isbn-13" : "978-3319714363", "pages" : "976 pages", "publication date" : "March 29, 2018", "publisher" : "Springer", "size" : "47.29Mb"}, "img" : "http://23.95.221.108/covers/d6/d6175b1584cb09081a6db9fa15233692.jpg", "link" : "https://rapidhosting.info/files/eya", "title" : "Spectral, Convolution and Numerical Techniques in Circuit Theory"}
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "string"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"WorkItem" : {"AffectedComponent" : {"Name" : "", "DisplayName" : ""}, "ClosedComment" : "", "ClosedDate" : null, "CommentCount" : 0, "Custom" : "", "Description" : "Hi, \n\nI have made an application that uses the WordApi.\n\nWhen I am trying to \"connect\" with a word that is saved to a Sharepoint and then close it the next time that the Application.GetActiveInstance(); method is called, it does not respode. \nNothing is returned not even an exception, instead of this the application freezes at this line.", "LastUpdatedDate" : "2016-05-12T07:02:40.66-07:00", "PlannedForRelease" : "", "ReleaseVisibleToPublic" : false, "Priority" : {"Name" : "Unassigned", "Severity" : 0, "Id" : 0}, "ProjectName" : "netoffice", "ReportedDate" : "2016-05-12T07:02:40.66-07:00", "Status" : {"Name" : "Proposed", "Id" : 1}, "ReasonClosed" : {"Name" : "Unassigned"}, "Summary" : "Word that has opened from Sharepoint", "Type" : {"Name" : "Unassigned", "Id" : 5}, "VoteCount" : 1, "Id" : 22264}, "FileAttachments" : [], "Comments" : []}
json_instruct
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "string"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$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"}, "type": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Source\\": {"type": "string"}}, "required": ["Source\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"stonks/datalayer": {"type": "string"}, "stonks/router": {"type": "string"}, "zircote/swagger-php": {"type": "string"}}, "required": ["stonks/datalayer", "stonks/router", "zircote/swagger-php"]}}, "required": ["name", "description", "type", "license", "autoload", "authors", "minimum-stability", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "neto-pc/husky", "description" : "backend feito para desafio da Husky.", "type" : "project", "license" : "MIT", "autoload" : {"psr-4" : {"Source\\" : "src/"}, "files" : ["src/Core/Config.php", "src/Core/Functions.php"]}, "authors" : [{"name" : "Neto Castro", "email" : "netocastrotec@gmail.com"}], "minimum-stability" : "stable", "require" : {"stonks/datalayer" : "^1.0", "stonks/router" : "^1.0", "zircote/swagger-php" : "^4.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Source\\": {"type": "string"}}, "required": ["Source\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"stonks/datalayer": {"type": "string"}, "stonks/router": {"type": "string"}, "zircote/swagger-php": {"type": "string"}}, "required": ["stonks/datalayer", "stonks/router", "zircote/swagger-php"]}}, "required": ["name", "description", "type", "license", "autoload", "authors", "minimum-stability", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["In small saucepan saute onion in butter. Add soup, milk, and peas. Heat on medium-low until peas are soft. Add sour cream. Stir. When hot, serve. Add sour cream to thickness desired."], "ingredients" : ["1/4 red onion, minced", "1 1/2 tablespoons butter", "1 (10.75 ounce) can condensed cream of mushroom soup", "1 cup milk", "1/2 cup frozen green peas", "3 tablespoons sour cream"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Savory Mushroom Soup", "url" : "http://allrecipes.com/recipe/13020/savory-mushroom-soup/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "decoratives:block/shingles/magenta_concrete/full"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"apartment": {"type": "string"}, "car": {"type": "string"}, "coat": {"type": "string"}, "elevator": {"type": "string"}, "highway": {"type": "string"}, "mailbox": {"type": "string"}, "gasoline": {"type": "string"}, "truck": {"type": "string"}}, "required": ["apartment", "car", "coat", "elevator", "highway", "mailbox", "gasoline", "truck"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"apartment" : "Apartment", "car" : "Car", "coat" : "Coat", "elevator" : "Elevator", "highway" : "Highway", "mailbox" : "Mailbox", "gasoline" : "Gasoline", "truck" : "Truck"}
json_instruct
{"type": "object", "properties": {"apartment": {"type": "string"}, "car": {"type": "string"}, "coat": {"type": "string"}, "elevator": {"type": "string"}, "highway": {"type": "string"}, "mailbox": {"type": "string"}, "gasoline": {"type": "string"}, "truck": {"type": "string"}}, "required": ["apartment", "car", "coat", "elevator", "highway", "mailbox", "gasoline", "truck"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "integer"}}, "required": ["id", "group"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "value": {"type": "integer"}}, "required": ["source", "target", "value"]}}}, "required": ["nodes", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nodes" : [{"id" : "mainframe", "group" : 1}, {"id" : "tty1", "group" : 2}, {"id" : "tty2", "group" : 2}, {"id" : "tty3", "group" : 2}, {"id" : "tty4", "group" : 2}, {"id" : "tty5", "group" : 2}, {"id" : "tty6", "group" : 2}], "links" : [{"source" : "tty1", "target" : "mainframe", "value" : 10}, {"source" : "tty2", "target" : "mainframe", "value" : 10}, {"source" : "tty3", "target" : "mainframe", "value" : 10}, {"source" : "tty4", "target" : "mainframe", "value" : 10}, {"source" : "tty5", "target" : "mainframe", "value" : 10}, {"source" : "tty6", "target" : "mainframe", "value" : 10}]}
json_instruct
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "integer"}}, "required": ["id", "group"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "value": {"type": "integer"}}, "required": ["source", "target", "value"]}}}, "required": ["nodes", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"limit" : 10000, "name" : "Off-hand steel knife", "value" : 9, "highalch" : 5, "id" : 25898, "lowalch" : 3, "name_pt" : "Faca de a\u00e7o secund\u00e1ria", "price" : 130, "last" : 130}
json_instruct
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"text.autoconfig.pinthat.option.whatCorner": {"type": "string"}, "text.autoconfig.pinthat.option.pinnedMessage": {"type": "string"}, "text.autoconfig.pinthat.option.pinEnabled": {"type": "string"}, "text.autoconfig.pinthat.option.textColor": {"type": "string"}, "text.autoconfig.pinthat.option.xOffset": {"type": "string"}, "text.autoconfig.pinthat.option.yOffset": {"type": "string"}, "text.autoconfig.pinthat.title": {"type": "string"}}, "required": ["text.autoconfig.pinthat.option.whatCorner", "text.autoconfig.pinthat.option.pinnedMessage", "text.autoconfig.pinthat.option.pinEnabled", "text.autoconfig.pinthat.option.textColor", "text.autoconfig.pinthat.option.xOffset", "text.autoconfig.pinthat.option.yOffset", "text.autoconfig.pinthat.title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text.autoconfig.pinthat.option.whatCorner" : "Which Corner", "text.autoconfig.pinthat.option.pinnedMessage" : "Pinned Message", "text.autoconfig.pinthat.option.pinEnabled" : "Pin Enabled?", "text.autoconfig.pinthat.option.textColor" : "Text Color", "text.autoconfig.pinthat.option.xOffset" : "X Offset", "text.autoconfig.pinthat.option.yOffset" : "Y Offset", "text.autoconfig.pinthat.title" : "Pin That! Config"}
json_instruct
{"type": "object", "properties": {"text.autoconfig.pinthat.option.whatCorner": {"type": "string"}, "text.autoconfig.pinthat.option.pinnedMessage": {"type": "string"}, "text.autoconfig.pinthat.option.pinEnabled": {"type": "string"}, "text.autoconfig.pinthat.option.textColor": {"type": "string"}, "text.autoconfig.pinthat.option.xOffset": {"type": "string"}, "text.autoconfig.pinthat.option.yOffset": {"type": "string"}, "text.autoconfig.pinthat.title": {"type": "string"}}, "required": ["text.autoconfig.pinthat.option.whatCorner", "text.autoconfig.pinthat.option.pinnedMessage", "text.autoconfig.pinthat.option.pinEnabled", "text.autoconfig.pinthat.option.textColor", "text.autoconfig.pinthat.option.xOffset", "text.autoconfig.pinthat.option.yOffset", "text.autoconfig.pinthat.title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "Rarity": {"type": "integer"}, "RarityParameter": {"type": "integer"}, "ItemCategory": {"type": "integer"}, "ShortDescription": {"type": "string"}, "LongDescription": {"type": "string"}, "BuyPrice": {"type": "integer"}, "SellPrice": {"type": "integer"}, "SpriteId": {"type": "integer"}, "ItemId": {"type": "integer"}, "Param1": {"type": "integer"}, "Param2": {"type": "integer"}, "Param3": {"type": "integer"}}, "required": ["Id", "Name", "Rarity", "RarityParameter", "ItemCategory", "ShortDescription", "LongDescription", "BuyPrice", "SellPrice", "SpriteId", "ItemId", "Param1", "Param2", "Param3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "rock-sash", "Name" : "Rock Sash", "Rarity" : 8, "RarityParameter" : 409, "ItemCategory" : 15, "ShortDescription" : "Regirock-specific item.", "LongDescription" : "Halves damage Physical Attacks do to the Pok\u00e9mon. Its effect doesn't add to that of the Reflect status. Keep it in the Treasure Bag to give its benefit to the team's Regirock.", "BuyPrice" : 5000, "SellPrice" : 150, "SpriteId" : 37, "ItemId" : 483, "Param1" : 0, "Param2" : 0, "Param3" : 0}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "Rarity": {"type": "integer"}, "RarityParameter": {"type": "integer"}, "ItemCategory": {"type": "integer"}, "ShortDescription": {"type": "string"}, "LongDescription": {"type": "string"}, "BuyPrice": {"type": "integer"}, "SellPrice": {"type": "integer"}, "SpriteId": {"type": "integer"}, "ItemId": {"type": "integer"}, "Param1": {"type": "integer"}, "Param2": {"type": "integer"}, "Param3": {"type": "integer"}}, "required": ["Id", "Name", "Rarity", "RarityParameter", "ItemCategory", "ShortDescription", "LongDescription", "BuyPrice", "SellPrice", "SpriteId", "ItemId", "Param1", "Param2", "Param3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"game_code": {"type": "string"}, "title": {"type": "string"}, "fsbActive": {"type": "boolean"}, "jackpotEnable": {"type": "boolean"}, "desktopGame": {"type": "boolean"}, "flashPlayerRequired": {"type": "boolean"}, "supportedOrientation": {"type": "object", "properties": {"portrait": {"type": "boolean"}}, "required": ["portrait"]}, "loadingScreenConfig": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "logoImageUrl": {"type": "string"}, "backgroundImageUrl": {"type": "string"}}, "required": ["enabled", "logoImageUrl", "backgroundImageUrl"]}}, "required": ["game_code", "title", "fsbActive", "jackpotEnable", "desktopGame", "flashPlayerRequired", "supportedOrientation", "loadingScreenConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"game_code" : "aeolus", "title" : "Age of the Gods: God of Storms", "fsbActive" : true, "jackpotEnable" : true, "desktopGame" : true, "flashPlayerRequired" : false, "supportedOrientation" : {"portrait" : false}, "loadingScreenConfig" : {"enabled" : true, "logoImageUrl" : "../aeolus/resources/generic/images/loading/logo.png", "backgroundImageUrl" : "../aeolus/resources/generic/images/loading/background.png"}}
json_instruct
{"type": "object", "properties": {"game_code": {"type": "string"}, "title": {"type": "string"}, "fsbActive": {"type": "boolean"}, "jackpotEnable": {"type": "boolean"}, "desktopGame": {"type": "boolean"}, "flashPlayerRequired": {"type": "boolean"}, "supportedOrientation": {"type": "object", "properties": {"portrait": {"type": "boolean"}}, "required": ["portrait"]}, "loadingScreenConfig": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "logoImageUrl": {"type": "string"}, "backgroundImageUrl": {"type": "string"}}, "required": ["enabled", "logoImageUrl", "backgroundImageUrl"]}}, "required": ["game_code", "title", "fsbActive", "jackpotEnable", "desktopGame", "flashPlayerRequired", "supportedOrientation", "loadingScreenConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 113}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [17, 21], "P10_VALUE" : [34, 32], "P25_VALUE" : [41, 42], "MEDIAN_VALUE" : [52, 51], "P75_VALUE" : [67, 67], "P90_VALUE" : [74, 79], "MAX_VALUE" : [90, 85]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"chef_type": {"type": "string"}, "default_attributes": {"type": "object", "properties": {}, "required": []}, "description": {"type": "string"}, "env_run_lists": {"type": "object", "properties": {}, "required": []}, "json_class": {"type": "string"}, "name": {"type": "string"}, "override_attributes": {"type": "object", "properties": {}, "required": []}, "run_list": {"type": "array", "items": {"type": "string"}}}, "required": ["chef_type", "default_attributes", "description", "env_run_lists", "json_class", "name", "override_attributes", "run_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"chef_type" : "role", "default_attributes" : {}, "description" : "OpenStack Network Role", "env_run_lists" : {}, "json_class" : "Chef::Role", "name" : "openstack_network", "override_attributes" : {}, "run_list" : ["role[openstack_ops_identity]", "recipe[openstack-network]", "recipe[openstack-network::identity_registration]", "recipe[openstack-network::ml2_core_plugin]", "recipe[openstack-network::ml2_linuxbridge]", "recipe[openstack-network::plugin_config]", "recipe[openstack-network::server]", "recipe[openstack-network::l3_agent]", "recipe[openstack-network::dhcp_agent]", "recipe[openstack-network::metadata_agent]", "recipe[openstack-network::metering_agent]", "recipe[container_test::network]"]}
json_instruct
{"type": "object", "properties": {"chef_type": {"type": "string"}, "default_attributes": {"type": "object", "properties": {}, "required": []}, "description": {"type": "string"}, "env_run_lists": {"type": "object", "properties": {}, "required": []}, "json_class": {"type": "string"}, "name": {"type": "string"}, "override_attributes": {"type": "object", "properties": {}, "required": []}, "run_list": {"type": "array", "items": {"type": "string"}}}, "required": ["chef_type", "default_attributes", "description", "env_run_lists", "json_class", "name", "override_attributes", "run_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "pollex", "definition" : "The first, or preaxial, digit of the fore limb, corresponding to the hallux in the hind limb; the thumb. In birds, the pollex is the joint which bears the bastard wing."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101812907, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "e3899d8bbd865f06d14d29ac364018ee", "wof:id" : 101812907, "wof:repo" : "whosonfirst-data-admin-lu"}, "bbox" : [5.965699, 49.58392, 5.99724, 49.592637], "geometry" : {"coordinates" : [[[5.994255, 49.592637], [5.994329, 49.59174], [5.997092, 49.591838], [5.99724, 49.590042], [5.995859, 49.589993], [5.995933, 49.589095], [5.993171, 49.588998], [5.993245, 49.5881], [5.989102, 49.587953], [5.989325, 49.58526], [5.986563, 49.585161], [5.986488, 49.586059], [5.978202, 49.585764], [5.978351, 49.583969], [5.97697, 49.58392], [5.976747, 49.586613], [5.971223, 49.586416], [5.971297, 49.585518], [5.965773, 49.585321], [5.965699, 49.586219], [5.96708, 49.586268], [5.967005, 49.587166], [5.971148, 49.587314], [5.971074, 49.588211], [5.972455, 49.588261], [5.97238, 49.589158], [5.975142, 49.589257], [5.975217, 49.588359], [5.99179, 49.588949], [5.991715, 49.589846], [5.993097, 49.589895], [5.992874, 49.592588], [5.994255, 49.592637]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "foragecraft:block/paving_stones"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "keywords": {"type": "string"}}, "required": ["title", "keywords"]}}, "required": ["html", "frontmatter"]}}, "required": ["markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}}, "required": ["data", "pageContext"]}, "staticQueryHashes": {"type": "array", "items": {}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"componentChunkName" : "component---src-templates-post-js", "path" : "/business-sw-integration/", "result" : {"data" : {"markdownRemark" : {"html" : "<h2>Spend more time in expanding business and less time in business administration</h2>\n<p>Integrate your web application with back-end systems to improve productivity and reporting\nefficiency.<!-- end --></p>\n<p>Integrating your web application with back-end systems (e.g. accounting systems such as MYOB or\nXero and CRM solutions) has many benefits. These advantages range from improved data\nintegrity across the organization, to real-time reporting, and greater employee\nutilisation by removing manual data entry and checking processes.</p>\n<p>We can integrate your web application with your back-end systems regardless what capabilities\nthe back-end software has. Most importantly, your data will be kept securely.</p>", "frontmatter" : {"title" : "Business SW Integration", "keywords" : "business"}}}, "pageContext" : {"slug" : "/business-sw-integration/"}}, "staticQueryHashes" : []}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "keywords": {"type": "string"}}, "required": ["title", "keywords"]}}, "required": ["html", "frontmatter"]}}, "required": ["markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}}, "required": ["data", "pageContext"]}, "staticQueryHashes": {"type": "array", "items": {}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"colors": {"type": "string"}, "debug": {"type": "string"}, "form-urlencoded": {"type": "string"}, "js-yaml": {"type": "string"}, "node-rest-client": {"type": "string"}}, "required": ["colors", "debug", "form-urlencoded", "js-yaml", "node-rest-client"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "mocha": {"type": "string"}, "restify": {"type": "string"}}, "required": ["chai", "chai-as-promised", "mocha", "restify"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "keywords", "homepage", "bugs", "repository", "license", "author", "engines", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hetzner-api-client", "version" : "0.2.3", "description" : "A NodeJS client for the Hetzner Robot API", "keywords" : ["hetzner", "api", "client"], "homepage" : "https://github.com/Radiergummi/hetzner-api-client", "bugs" : {"url" : "https://github.com/Radiergummi/hetzner-api-client/issues", "email" : "m@9dev.de"}, "repository" : {"type" : "git", "url" : "https://github.com/Radiergummi/hetzner-api-client"}, "license" : "Apache-2.0", "author" : "Moritz Friedrich <m@9dev.de> (http://moritzfriedrich.com)", "engines" : {"node" : ">=6.2.0"}, "dependencies" : {"colors" : "^1.1.2", "debug" : "^3.1.0", "form-urlencoded" : "^1.5.0", "js-yaml" : "^3.13.0", "node-rest-client" : "^3.1.0"}, "devDependencies" : {"chai" : "^3.5.0", "chai-as-promised" : "^5.3.0", "mocha" : "^6.0.2", "restify" : "^4.1.0"}, "scripts" : {"test" : "./node_modules/.bin/mocha --reporter spec test/apiClientTests.js"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"colors": {"type": "string"}, "debug": {"type": "string"}, "form-urlencoded": {"type": "string"}, "js-yaml": {"type": "string"}, "node-rest-client": {"type": "string"}}, "required": ["colors", "debug", "form-urlencoded", "js-yaml", "node-rest-client"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "mocha": {"type": "string"}, "restify": {"type": "string"}}, "required": ["chai", "chai-as-promised", "mocha", "restify"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "keywords", "homepage", "bugs", "repository", "license", "author", "engines", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pokemon": {"type": "object", "properties": {"id": {"type": "integer"}, "identifier": {"type": "string"}, "species_id": {"type": "integer"}, "height": {"type": "integer"}, "weight": {"type": "integer"}, "base_experience": {"type": "integer"}, "order": {"type": "integer"}, "is_default": {"type": "integer"}}, "required": ["id", "identifier", "species_id", "height", "weight", "base_experience", "order", "is_default"]}, "species_name": {"type": "object", "properties": {"pokemon_species_id": {"type": "integer"}, "local_language_id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}}, "required": ["pokemon_species_id", "local_language_id", "name", "genus"]}, "species_flavor_text": {"type": "object", "properties": {"species_id": {"type": "integer"}, "version_id": {"type": "integer"}, "language_id": {"type": "integer"}, "flavor_text": {"type": "string"}}, "required": ["species_id", "version_id", "language_id", "flavor_text"]}, "form": {"type": "object", "properties": {"id": {"type": "integer"}, "identifier": {"type": "string"}, "form_identifier": {"type": "string"}, "pokemon_id": {"type": "integer"}, "introduced_in_version_group_id": {"type": "integer"}, "is_default": {"type": "integer"}, "is_battle_only": {"type": "integer"}, "is_mega": {"type": "integer"}, "form_order": {"type": "integer"}, "order": {"type": "integer"}}, "required": ["id", "identifier", "form_identifier", "pokemon_id", "introduced_in_version_group_id", "is_default", "is_battle_only", "is_mega", "form_order", "order"]}}, "required": ["pokemon", "species_name", "species_flavor_text", "form"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pokemon" : {"id" : 675, "identifier" : "pangoro", "species_id" : 675, "height" : 21, "weight" : 1360, "base_experience" : 173, "order" : 756, "is_default" : 1}, "species_name" : {"pokemon_species_id" : 675, "local_language_id" : 9, "name" : "Pangoro", "genus" : "Daunting"}, "species_flavor_text" : {"species_id" : 675, "version_id" : 26, "language_id" : 9, "flavor_text" : "It charges ahead and bashes its opponents like\na berserker, uncaring about any hits it might take.\nIts arms are mighty enough to snap a telephone pole."}, "form" : {"id" : 675, "identifier" : "pangoro", "form_identifier" : "", "pokemon_id" : 675, "introduced_in_version_group_id" : 15, "is_default" : 1, "is_battle_only" : 0, "is_mega" : 0, "form_order" : 1, "order" : 828}}
json_instruct
{"type": "object", "properties": {"pokemon": {"type": "object", "properties": {"id": {"type": "integer"}, "identifier": {"type": "string"}, "species_id": {"type": "integer"}, "height": {"type": "integer"}, "weight": {"type": "integer"}, "base_experience": {"type": "integer"}, "order": {"type": "integer"}, "is_default": {"type": "integer"}}, "required": ["id", "identifier", "species_id", "height", "weight", "base_experience", "order", "is_default"]}, "species_name": {"type": "object", "properties": {"pokemon_species_id": {"type": "integer"}, "local_language_id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}}, "required": ["pokemon_species_id", "local_language_id", "name", "genus"]}, "species_flavor_text": {"type": "object", "properties": {"species_id": {"type": "integer"}, "version_id": {"type": "integer"}, "language_id": {"type": "integer"}, "flavor_text": {"type": "string"}}, "required": ["species_id", "version_id", "language_id", "flavor_text"]}, "form": {"type": "object", "properties": {"id": {"type": "integer"}, "identifier": {"type": "string"}, "form_identifier": {"type": "string"}, "pokemon_id": {"type": "integer"}, "introduced_in_version_group_id": {"type": "integer"}, "is_default": {"type": "integer"}, "is_battle_only": {"type": "integer"}, "is_mega": {"type": "integer"}, "form_order": {"type": "integer"}, "order": {"type": "integer"}}, "required": ["id", "identifier", "form_identifier", "pokemon_id", "introduced_in_version_group_id", "is_default", "is_battle_only", "is_mega", "form_order", "order"]}}, "required": ["pokemon", "species_name", "species_flavor_text", "form"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 458697118, "name" : "\uc194\uc838", "dt" : 180166, "ar" : {"id" : 12278440, "name" : "New-A"}, "al" : {"id" : 35150369, "name" : "\uc194\uc838", "picUrl" : "https://p1.music.126.net/U_x_37rXbL17EC5y0VOwtg==/18751071301867314.jpg"}}, {"id" : 458697119, "name" : "\uc194\uc838 (inst.)", "dt" : 180584, "ar" : {"id" : 12278440, "name" : "New-A"}, "al" : {"id" : 35150369, "name" : "\uc194\uc838", "picUrl" : "https://p2.music.126.net/U_x_37rXbL17EC5y0VOwtg==/18751071301867314.jpg"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:37.035825", "required_by" : ["Flask-Micropub", "vbbvg", "libulb", "cnd-utilitybelt", "HackerNews", "django-metro", "ripper", "VTUResults", "vturra", "designernews_api", "autoupgrade3", "HtmlToWord", "epubsearcher", "nepserate", "autoupgrade", "NetEase-MusicBox", "cli-aoke", "nada", "BoxOfficeMojo", "domestic-reader", "mapentity", "instantmusic", "want", "pyneis", "sr.tools", "Korail", "Py-IrcBot", "plecost", "reahl-web", "fogbugz", "sysacad-api", "pynliner", "BdMusic", "pykc", "pynliner3", "metadata_parser", "nodeman", "fogbugz_bis", "pykcd", "aberquota", "ims", "wordinserter", "exitnaver", "ticker", "simplefetion", "moomin", "cocktail", "wccls", "ledger-autosync", "atwiki-python", "eea.epub", "json2xml", "gamefaqs-py", "maxxn", "clippercard", "rvo", "desktopography", "ConcurrentPandas", "table2dicts", "meipai", "zc.htmlchecker", "mf2py", "TAGsieve", "drae", "ariba", "google_play_rank", "readable", "icerockettail", "feelinglucky", "tvlc", "pretix", "qduTAportal", "musicbox", "maruko", "TheZine", "infoqscraper", "socli"], "requires" : [], "package" : "BeautifulSoup4"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "eslint.enable": {"type": "boolean"}, "eslint.format.enable": {"type": "boolean"}, "eslint.lintTask.enable": {"type": "boolean"}, "eslint.validate": {"type": "array", "items": {"type": "string"}}, "[vue]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[javascript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[scss]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[yaml]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}}, "required": ["editor.formatOnSave", "eslint.enable", "eslint.format.enable", "eslint.lintTask.enable", "eslint.validate", "[vue]", "[javascript]", "[scss]", "[yaml]"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"editor.formatOnSave" : true, "eslint.enable" : true, "eslint.format.enable" : true, "eslint.lintTask.enable" : true, "eslint.validate" : ["javascript", "javascriptreact", "vue"], "[vue]" : {"editor.defaultFormatter" : "dbaeumer.vscode-eslint"}, "[javascript]" : {"editor.defaultFormatter" : "dbaeumer.vscode-eslint"}, "[scss]" : {"editor.defaultFormatter" : "esbenp.prettier-vscode"}, "[yaml]" : {"editor.defaultFormatter" : "esbenp.prettier-vscode"}}
json_instruct
{"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "eslint.enable": {"type": "boolean"}, "eslint.format.enable": {"type": "boolean"}, "eslint.lintTask.enable": {"type": "boolean"}, "eslint.validate": {"type": "array", "items": {"type": "string"}}, "[vue]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[javascript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[scss]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[yaml]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}}, "required": ["editor.formatOnSave", "eslint.enable", "eslint.format.enable", "eslint.lintTask.enable", "eslint.validate", "[vue]", "[javascript]", "[scss]", "[yaml]"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"width" : 0.20616601, "rotation" : 2.8028283, "xCenter" : 0.87671, "yCenter" : 0.7685795, "height" : 0.2577075}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "OR UNINTELLIGIBLE TERMS, INTRODUCED INTO THE SCIENCES, AND THERE MADE AN ART OF, TO THAT DEGREE, THAT PHILOSOPHY,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/110.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"FlyoverCountry": {"type": "array", "items": {"type": "string"}}}, "required": ["FlyoverCountry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"FlyoverCountry" : ["BigApplesauce", "YouKeepUsingThatWord", "TalkShow", "TheFifties", "TheFundamentalist", "StopBeingStereotypical", "NothingExcitingEverHappensHere", "PlaceWorseThanDeath", "NostalgiaFilter", "Eagleland", "BlackSheep", "DyingTown", "RedScare", "SpinOff", "DeepSouth", "DownOnTheFarm", "EverytownAmerica", "TheMafia", "BombThrowingAnarchist", "BigApplesauce", "NothingExcitingEverHappensHere", "Vaudeville", "TheSixties", "AllNaturalSnakeOil", "BackToSchool", "SerialEscalation", "Flanderization", "JapanesePoliteness", "MinnesotaNice", "OfferVoidInNebraska", "NeverLiveItDown", "EpicFail", "RecycledInSpace", "Cincinnatus", "DeepSouth", "NWordPrivileges", "SelfDeprecation", "EverythingIsBigInTexas", "DeepSouth", "MinnesotaNice", "StepfordSmiler", "UpToEleven", "TheMafia", "BombThrowingAnarchist", "BigApplesauce", "NothingExcitingEverHappensHere", "Vaudeville", "TheSixties", "BackToSchool", "SerialEscalation", "NeverLiveItDown", "EpicFail", "RecycledInSpace", "Cincinnatus", "DeepSouth", "NWordPrivileges", "SelfDeprecation"]}
json_instruct
{"type": "object", "properties": {"FlyoverCountry": {"type": "array", "items": {"type": "string"}}}, "required": ["FlyoverCountry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "faker": {"type": "string"}, "jquery": {"type": "string"}, "list.js": {"type": "string"}}, "required": ["d3", "faker", "jquery", "list.js"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "task-2", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "http-server -p 4000"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"d3" : "^6.3.1", "faker" : "^5.1.0", "jquery" : "^3.5.1", "list.js" : "^2.3.1"}}
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": {"d3": {"type": "string"}, "faker": {"type": "string"}, "jquery": {"type": "string"}, "list.js": {"type": "string"}}, "required": ["d3", "faker", "jquery", "list.js"]}}, "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": {"id": {"type": "string"}, "status": {"type": "string"}, "amount": {"type": "object", "properties": {"value": {"type": "string"}, "currency": {"type": "string"}}, "required": ["value", "currency"]}, "created_at": {"type": "string"}, "description": {"type": "string"}, "payment_id": {"type": "string"}}, "required": ["id", "status", "amount", "created_at", "description", "payment_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2491ab0c-0015-5000-9000-1640c7f1a6f0", "status" : "succeeded", "amount" : {"value" : "8.00", "currency" : "RUB"}, "created_at" : "2019-06-11T11:58:04.502Z", "description" : "test refund, idem-key 78c95366-ec4b-4284-a0fd-41e694bcdf11", "payment_id" : "2491a6e2-000f-5000-9000-1480e820ae17"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "amount": {"type": "object", "properties": {"value": {"type": "string"}, "currency": {"type": "string"}}, "required": ["value", "currency"]}, "created_at": {"type": "string"}, "description": {"type": "string"}, "payment_id": {"type": "string"}}, "required": ["id", "status", "amount", "created_at", "description", "payment_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "Don't forget, we have a <a href=\"http://scripting.com/cuomo/rss.xml\">podcast feed</a> for <a href=\"http://this.how/cuomo/\">Cuomo daily briefings</a>. Subscribe in your favorite podcast client. ", "created" : "Fri, 03 Apr 2020 15:28:13 GMT", "type" : "outline"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Title": {"type": "string"}, "Year": {"type": "string"}, "Rated": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Director": {"type": "string"}, "Writer": {"type": "string"}, "Actors": {"type": "string"}, "Plot": {"type": "string"}, "Language": {"type": "string"}, "Country": {"type": "string"}, "Awards": {"type": "string"}, "Poster": {"type": "string"}, "Ratings": {"type": "array", "items": {"type": "object", "properties": {"Source": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Source", "Value"]}}, "Metascore": {"type": "string"}, "imdbRating": {"type": "string"}, "imdbVotes": {"type": "string"}, "imdbID": {"type": "string"}, "Type": {"type": "string"}, "DVD": {"type": "string"}, "BoxOffice": {"type": "string"}, "Production": {"type": "string"}, "Website": {"type": "string"}, "Response": {"type": "string"}}, "required": ["Title", "Year", "Rated", "Released", "Runtime", "Genre", "Director", "Writer", "Actors", "Plot", "Language", "Country", "Awards", "Poster", "Ratings", "Metascore", "imdbRating", "imdbVotes", "imdbID", "Type", "DVD", "BoxOffice", "Production", "Website", "Response"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Title" : "The Royal Tenenbaums", "Year" : "2001", "Rated" : "R", "Released" : "04 Jan 2002", "Runtime" : "110 min", "Genre" : "Comedy, Drama", "Director" : "Wes Anderson", "Writer" : "Wes Anderson, Owen Wilson", "Actors" : "Gene Hackman, Anjelica Huston, Ben Stiller, Gwyneth Paltrow", "Plot" : "The eccentric members of a dysfunctional family reluctantly gather under the same roof for various reasons.", "Language" : "English, Italian", "Country" : "USA", "Awards" : "Nominated for 1 Oscar. Another 10 wins & 45 nominations.", "Poster" : "https://m.media-amazon.com/images/M/MV5BYmUzODQ5MGItZTZlNy00MDBhLWIxMmItMjg4Y2QyNDFlMWQ2XkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_SX300.jpg", "Ratings" : [{"Source" : "Internet Movie Database", "Value" : "7.6/10"}, {"Source" : "Rotten Tomatoes", "Value" : "80%"}, {"Source" : "Metacritic", "Value" : "76/100"}], "Metascore" : "76", "imdbRating" : "7.6", "imdbVotes" : "257,949", "imdbID" : "tt0265666", "Type" : "movie", "DVD" : "09 Jul 2002", "BoxOffice" : "$52,307,676", "Production" : "Buena Vista Distribution Compa", "Website" : "N/A", "Response" : "True"}
json_instruct
{"type": "object", "properties": {"Title": {"type": "string"}, "Year": {"type": "string"}, "Rated": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Director": {"type": "string"}, "Writer": {"type": "string"}, "Actors": {"type": "string"}, "Plot": {"type": "string"}, "Language": {"type": "string"}, "Country": {"type": "string"}, "Awards": {"type": "string"}, "Poster": {"type": "string"}, "Ratings": {"type": "array", "items": {"type": "object", "properties": {"Source": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Source", "Value"]}}, "Metascore": {"type": "string"}, "imdbRating": {"type": "string"}, "imdbVotes": {"type": "string"}, "imdbID": {"type": "string"}, "Type": {"type": "string"}, "DVD": {"type": "string"}, "BoxOffice": {"type": "string"}, "Production": {"type": "string"}, "Website": {"type": "string"}, "Response": {"type": "string"}}, "required": ["Title", "Year", "Rated", "Released", "Runtime", "Genre", "Director", "Writer", "Actors", "Plot", "Language", "Country", "Awards", "Poster", "Ratings", "Metascore", "imdbRating", "imdbVotes", "imdbID", "Type", "DVD", "BoxOffice", "Production", "Website", "Response"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"liveId" : "5becf5e80cf283717aba4024", "title" : "\u9648\u6b23\u59a4\u7684\u7535\u53f0", "subTitle" : "\u731d\u4e0d\u53ca\u9632\u5348\u4f11\u5927\u6982\u5341\u5206\u949f", "picPath" : "/mediasource/live/154039466865764NS73X5tM.jpg,/mediasource/live/1530633025485e2CR6qffsa.jpg", "startTime" : 1542256104502, "memberId" : 327564, "liveType" : 2, "picLoopTime" : 30000, "lrcPath" : "/mediasource/live/lrc/5becf5e80cf283717aba4024.lrc", "streamPath" : "http://livepull.48.cn/pocket48/gnz48_chen_xinyu_miqrl.flv", "screenMode" : 0, "roomId" : "3869332", "bwqaVersion" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : "But", "definitions" : ["Except; apart from; other than.", "Used with repetition of certain words to give emphasis."], "parts-of-speech" : "Preposition"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"c" : 231048, "d" : "48V", "md" : false}, {"c" : 231049, "d" : "49V", "md" : false}, {"c" : 231050, "d" : "50V", "md" : false}, {"c" : 231051, "d" : "51V", "md" : false}, {"c" : 231052, "d" : "52V", "md" : false}, {"c" : 231053, "d" : "53V", "md" : false}, {"c" : 231054, "d" : "54V", "md" : true}, {"c" : 231055, "d" : "55V", "md" : false}, {"c" : 231056, "d" : "56V", "md" : false}, {"c" : 231057, "d" : "57V", "md" : false}, {"c" : 231058, "d" : "58V", "md" : false}, {"c" : 231059, "d" : "59V", "md" : false}, {"c" : 231060, "d" : "60V", "md" : false}, {"c" : 231061, "d" : "61V", "md" : false}, {"c" : 231062, "d" : "62V", "md" : false}, {"c" : 231063, "d" : "63V", "md" : false}, {"c" : 231064, "d" : "64V", "md" : false}, {"c" : 231065, "d" : "65V", "md" : false}, {"c" : 231066, "d" : "66V", "md" : false}, {"c" : 231067, "d" : "67V", "md" : false}, {"c" : 231068, "d" : "68V", "md" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"whoa": {"type": "string"}}, "required": ["whoa"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"husky": {"type": "string"}}, "required": ["husky"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "husky-playground", "version" : "0.0.1", "description" : "Learning to use husky \ud83d\udc36 woof!", "main" : "index.js", "scripts" : {"whoa" : "echo \"You look dashing! \ud83d\ude0e\""}, "repository" : {"type" : "git", "url" : "git+https://github.com/ShadowShahriar/husky-playground.git"}, "keywords" : ["husky", "pre-push"], "author" : "S. Shahriar <shadowshahriar.dev@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/ShadowShahriar/husky-playground/issues"}, "homepage" : "https://github.com/ShadowShahriar/husky-playground#readme", "devDependencies" : {"husky" : "^7.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"whoa": {"type": "string"}}, "required": ["whoa"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"husky": {"type": "string"}}, "required": ["husky"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 3400305, "stations" : ["3400305"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"monsters/critter/mcm/fuhorsecritter/fuhorsecritter.monstertype": {"type": "array", "items": {"type": "string"}}}, "required": ["monsters/critter/mcm/fuhorsecritter/fuhorsecritter.monstertype"]}, "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" : {"monsters/critter/mcm/fuhorsecritter/fuhorsecritter.monstertype" : ["/description"]}, "Texts" : {"Chs" : "\u4e00\u79cd\u5927\u578b\u6709\u8e44\u5e26\u9b03\u7684\u98df\u8349\u52a8\u7269\u3002\u5b83\u4eec\u80fd\u591f\u8fc5\u901f\u5954\u8dd1\uff0c\u5176\u4e2d\u5f88\u591a\u88ab\u4eba\u9a6f\u517b\u6210\u9a8f\u9a6c\u3002", "Eng" : "A large hooved, maned herbivore. They can run swiftly and many are domesticated as steeds."}}, {"DeniedAlternatives" : [], "Files" : {"monsters/critter/mcm/fuhorsecritter/fuhorsecritter.monstertype" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u9a6c", "Eng" : "Horse"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"monsters/critter/mcm/fuhorsecritter/fuhorsecritter.monstertype": {"type": "array", "items": {"type": "string"}}}, "required": ["monsters/critter/mcm/fuhorsecritter/fuhorsecritter.monstertype"]}, "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nendo" : 2005, "seibetu" : "\u5973", "nenrei" : 13, "sintyoo" : -1, "taizyuu" : 48.0}
json_instruct
{"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"[python]": {"type": "object", "properties": {"editor.codeActionsOnSave": {"type": "object", "properties": {"python.sortImports": {"type": "boolean"}}, "required": ["python.sortImports"]}, "editor.formatOnSave": {"type": "boolean"}}, "required": ["editor.codeActionsOnSave", "editor.formatOnSave"]}, "editor.rulers": {"type": "array", "items": {"type": "integer"}}, "explorer.sortOrder": {"type": "string"}, "files.exclude": {"type": "object", "properties": {"**/*.pyc": {"type": "boolean"}, "**/.DS_Store": {"type": "boolean"}, "**/.git": {"type": "boolean"}, "**/.pytest_cache/": {"type": "boolean"}, "**/.svn": {"type": "boolean"}, "**/__pycache__": {"type": "boolean"}, "*.egg-info": {"type": "boolean"}, "*.egg-info/": {"type": "boolean"}, ".idea": {"type": "boolean"}, "demo": {"type": "boolean"}, "venv": {"type": "boolean"}}, "required": ["**/*.pyc", "**/.DS_Store", "**/.git", "**/.pytest_cache/", "**/.svn", "**/__pycache__", "*.egg-info", "*.egg-info/", ".idea", "demo", "venv"]}, "python.formatting.provider": {"type": "string"}}, "required": ["[python]", "editor.rulers", "explorer.sortOrder", "files.exclude", "python.formatting.provider"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"[python]" : {"editor.codeActionsOnSave" : {"python.sortImports" : true}, "editor.formatOnSave" : true}, "editor.rulers" : [88], "explorer.sortOrder" : "type", "files.exclude" : {"**/*.pyc" : true, "**/.DS_Store" : true, "**/.git" : true, "**/.pytest_cache/" : true, "**/.svn" : true, "**/__pycache__" : true, "*.egg-info" : true, "*.egg-info/" : true, ".idea" : true, "demo" : true, "venv" : true}, "python.formatting.provider" : "black"}
json_instruct
{"type": "object", "properties": {"[python]": {"type": "object", "properties": {"editor.codeActionsOnSave": {"type": "object", "properties": {"python.sortImports": {"type": "boolean"}}, "required": ["python.sortImports"]}, "editor.formatOnSave": {"type": "boolean"}}, "required": ["editor.codeActionsOnSave", "editor.formatOnSave"]}, "editor.rulers": {"type": "array", "items": {"type": "integer"}}, "explorer.sortOrder": {"type": "string"}, "files.exclude": {"type": "object", "properties": {"**/*.pyc": {"type": "boolean"}, "**/.DS_Store": {"type": "boolean"}, "**/.git": {"type": "boolean"}, "**/.pytest_cache/": {"type": "boolean"}, "**/.svn": {"type": "boolean"}, "**/__pycache__": {"type": "boolean"}, "*.egg-info": {"type": "boolean"}, "*.egg-info/": {"type": "boolean"}, ".idea": {"type": "boolean"}, "demo": {"type": "boolean"}, "venv": {"type": "boolean"}}, "required": ["**/*.pyc", "**/.DS_Store", "**/.git", "**/.pytest_cache/", "**/.svn", "**/__pycache__", "*.egg-info", "*.egg-info/", ".idea", "demo", "venv"]}, "python.formatting.provider": {"type": "string"}}, "required": ["[python]", "editor.rulers", "explorer.sortOrder", "files.exclude", "python.formatting.provider"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "typescript"]}}, "required": ["name", "version", "main", "author", "license", "description", "keywords", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mqtt-mosquitto", "version" : "1.0.0", "main" : "index.js", "author" : "aokihu <aokihu@gmail.com>", "license" : "MIT", "description" : "Nodejs wapper for mosquitto", "keywords" : ["mqtt", "mosquitto", "eclipse", "iot", "robot"], "engines" : {"node" : ">=16.x"}, "devDependencies" : {"@types/node" : "^17.0.21", "typescript" : "^4.6.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "typescript"]}}, "required": ["name", "version", "main", "author", "license", "description", "keywords", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"900040929": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900040930": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900040929", "900040930"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900040929" : {"nama" : "TPS 1", "dapil" : [1202, 11209, 2121602]}, "900040930" : {"nama" : "TPS 2", "dapil" : [1202, 11209, 2121602]}}
json_instruct
{"type": "object", "properties": {"900040929": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900040930": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900040929", "900040930"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"s" : ["`sapi~`'iwiaw~"], "f" : "\u60f3\u5206\u6d41\u3001\u5206\u9053\u5c94\u3002"}]}], "stem" : "cirid", "t" : "sapiciridaw"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"zoomj": {"type": "string"}}, "required": ["zoomj"]}, "preferGlobal": {"type": "boolean"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"clipboardy": {"type": "string"}, "fuzzysort": {"type": "string"}, "inquirer": {"type": "string"}, "inquirer-autocomplete-prompt": {"type": "string"}}, "required": ["clipboardy", "fuzzysort", "inquirer", "inquirer-autocomplete-prompt"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["chai", "mocha", "sinon"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "bin", "preferGlobal", "author", "homepage", "repository", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "zoomj", "version" : "0.7.1", "description" : "Join zoom.us rooms easily", "main" : "index.js", "scripts" : {"test" : "./node_modules/mocha/bin/mocha test/**/*"}, "keywords" : ["zoom.us", "zoom", "join"], "bin" : {"zoomj" : "index.js"}, "preferGlobal" : true, "author" : "Daniele Fongo", "homepage" : "https://github.com/danielefongo/zoomj", "repository" : {"type" : "git", "url" : "git+https://github.com/danielefongo/zoomj.git"}, "license" : "MIT", "dependencies" : {"clipboardy" : "^2.3.0", "fuzzysort" : "^1.1.4", "inquirer" : "^6.0.0", "inquirer-autocomplete-prompt" : "^1.0.2"}, "devDependencies" : {"chai" : "^4.2.0", "mocha" : "^7.1.2", "sinon" : "^9.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"zoomj": {"type": "string"}}, "required": ["zoomj"]}, "preferGlobal": {"type": "boolean"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"clipboardy": {"type": "string"}, "fuzzysort": {"type": "string"}, "inquirer": {"type": "string"}, "inquirer-autocomplete-prompt": {"type": "string"}}, "required": ["clipboardy", "fuzzysort", "inquirer", "inquirer-autocomplete-prompt"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["chai", "mocha", "sinon"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "bin", "preferGlobal", "author", "homepage", "repository", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}}, "required": ["name", "version", "manifest_version", "description", "background", "permissions", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "content_scripts_fragment_navigation", "version" : "1.0", "manifest_version" : 2, "description" : "Tests content scripts running with navigation to fragments within a page", "background" : {"scripts" : ["background.js"]}, "permissions" : ["tabs"], "content_scripts" : [{"matches" : ["http://*/*"], "js" : ["content_script.js"]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}}, "required": ["name", "version", "manifest_version", "description", "background", "permissions", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "postpublish": {"type": "string"}}, "required": ["prepublish", "postpublish"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "standard": {"type": "string"}, "tape": {"type": "string"}, "yio": {"type": "string"}}, "required": ["babel-cli", "babel-preset-es2015", "standard", "tape", "yio"]}}, "required": ["name", "description", "repository", "version", "license", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "yields", "description" : "Yield values using pure functions.", "repository" : "git://github.com/weo-edu/yields", "version" : "0.2.1", "license" : "MIT", "main" : "lib/index.js", "scripts" : {"prepublish" : "make build", "postpublish" : "make clean"}, "dependencies" : {}, "devDependencies" : {"babel-cli" : "^6.0.15", "babel-preset-es2015" : "^6.0.15", "standard" : "^5.1.0", "tape" : "^4.2.0", "yio" : "^0.2.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "postpublish": {"type": "string"}}, "required": ["prepublish", "postpublish"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "standard": {"type": "string"}, "tape": {"type": "string"}, "yio": {"type": "string"}}, "required": ["babel-cli", "babel-preset-es2015", "standard", "tape", "yio"]}}, "required": ["name", "description", "repository", "version", "license", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"commentStamp" : "<historical>", "super" : "IceTipDialog", "category" : "Iceberg-TipUI-View", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : ["nameLabel", "nameInput", "emailLabel", "emailInput", "globalCheckbox", "model", "acceptCallback"], "name" : "IceTipGitUsernameAndEmailDialog", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"insert-template": {"type": "array", "items": {"type": "object", "properties": {"modifiers": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["modifiers", "key"]}}}, "required": ["insert-template"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"insert-template" : [{"modifiers" : ["Alt"], "key" : "Tab"}]}
json_instruct
{"type": "object", "properties": {"insert-template": {"type": "array", "items": {"type": "object", "properties": {"modifiers": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["modifiers", "key"]}}}, "required": ["insert-template"], "$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"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}}, "required": ["guzzlehttp/guzzle"]}, "require-dev": {"type": "object", "properties": {"orchestra/testbench": {"type": "string"}, "laravel/tinker": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["orchestra/testbench", "laravel/tinker", "phpunit/phpunit"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"JosKoomen\\GuzzleHttp\\": {"type": "string"}}, "required": ["JosKoomen\\GuzzleHttp\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}}, "required": ["name", "description", "type", "require", "require-dev", "license", "authors", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "joskoomen/guzzlehttp", "description" : "Abstract GuzzleHttp Package for Laravel", "type" : "package", "require" : {"guzzlehttp/guzzle" : "^6.3"}, "require-dev" : {"orchestra/testbench" : "3.7.*", "laravel/tinker" : "^1.0", "phpunit/phpunit" : "^7.3"}, "license" : "MIT", "authors" : [{"name" : "Jos Koomen", "email" : "hello@joskoo.men"}], "autoload" : {"psr-4" : {"JosKoomen\\GuzzleHttp\\" : "src/"}, "files" : ["helpers.php"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}}, "required": ["guzzlehttp/guzzle"]}, "require-dev": {"type": "object", "properties": {"orchestra/testbench": {"type": "string"}, "laravel/tinker": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["orchestra/testbench", "laravel/tinker", "phpunit/phpunit"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"JosKoomen\\GuzzleHttp\\": {"type": "string"}}, "required": ["JosKoomen\\GuzzleHttp\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}}, "required": ["name", "description", "type", "require", "require-dev", "license", "authors", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "31cc5338-5368-4463-b4ba-aea7f05e8c0a", "playerTags" : [], "teamTags" : ["57ec08cc-0411-4643-b304-0e80dbc15ac7", "ca3f1c8c-c025-4d8e-8eef-5be6accbeb16"], "gameTags" : ["7317ea11-1766-41e8-b684-6f66c1b77b5f"], "metadata" : {"play" : 180, "subPlay" : -1}, "created" : "2021-03-01T19:15:38.850Z", "season" : 11, "tournament" : -1, "type" : 73, "day" : 3, "phase" : 2, "category" : 2, "description" : "Peanut fragments rustle on the infield.", "nuts" : 1}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "SHAINOOR", "frequency" : 0, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"require": {"type": "object", "properties": {"barracuda/copy": {"type": "string"}}, "required": ["barracuda/copy"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"barracuda/copy" : "~1.1"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"barracuda/copy": {"type": "string"}}, "required": ["barracuda/copy"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"entryPlace": {"type": "object", "properties": {}, "required": []}, "entryTime": {"type": "object", "properties": {"time": {"type": "object", "properties": {"conditionalExpression": {"type": "string"}}, "required": ["conditionalExpression"]}}, "required": ["time"]}, "totalOutTime": {"type": "object", "properties": {"time": {"type": "object", "properties": {"allowSeconds": {"type": "string"}}, "required": ["allowSeconds"]}}, "required": ["time"]}, "exitTime": {"type": "object", "properties": {"time": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["time"]}, "netInTime": {"type": "object", "properties": {"time": {"type": "object", "properties": {"messageKey": {"type": "string"}}, "required": ["messageKey"]}}, "required": ["time"]}}, "required": ["entryPlace", "entryTime", "totalOutTime", "exitTime", "netInTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"entryPlace" : {}, "entryTime" : {"time" : {"conditionalExpression" : "x => x.entryPlace == \"Lunch Room\""}}, "totalOutTime" : {"time" : {"allowSeconds" : "true"}}, "exitTime" : {"time" : {"message" : "You can enter only time format data"}}, "netInTime" : {"time" : {"messageKey" : "timeMessageKey"}}}
json_instruct
{"type": "object", "properties": {"entryPlace": {"type": "object", "properties": {}, "required": []}, "entryTime": {"type": "object", "properties": {"time": {"type": "object", "properties": {"conditionalExpression": {"type": "string"}}, "required": ["conditionalExpression"]}}, "required": ["time"]}, "totalOutTime": {"type": "object", "properties": {"time": {"type": "object", "properties": {"allowSeconds": {"type": "string"}}, "required": ["allowSeconds"]}}, "required": ["time"]}, "exitTime": {"type": "object", "properties": {"time": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["time"]}, "netInTime": {"type": "object", "properties": {"time": {"type": "object", "properties": {"messageKey": {"type": "string"}}, "required": ["messageKey"]}}, "required": ["time"]}}, "required": ["entryPlace", "entryTime", "totalOutTime", "exitTime", "netInTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"imgix.js": {"type": "string"}, "imgix.min.js": {"type": "string"}}, "required": ["imgix.js", "imgix.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"imgix.js" : "sha512-wTSUcrwV2wiVdoJRMQDQvN5Alejy6tWRMFSm/9B564lSNCHuFc0yhSPkKNKxflMwknJl9FnUyFNZnsGyj1wy2A==", "imgix.min.js" : "sha512-GfzR0KFmQMAE9ezkH8IVRhowHqDCz7zUuamEvx9TbxIa860sT7whvMuQxsdjKg8+42TzcQrsthuxeB5VtKeEOQ=="}
json_instruct
{"type": "object", "properties": {"imgix.js": {"type": "string"}, "imgix.min.js": {"type": "string"}}, "required": ["imgix.js", "imgix.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "testRecord": {"type": "string"}}, "required": ["test", "testRecord"]}, "dependencies": {"type": "object", "properties": {"backoff": {"type": "string"}, "bluebird": {"type": "string"}, "bunyan": {"type": "string"}, "iconv-lite": {"type": "string"}, "lodash": {"type": "string"}, "moment": {"type": "string"}, "qs": {"type": "string"}}, "required": ["backoff", "bluebird", "bunyan", "iconv-lite", "lodash", "moment", "qs"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "nock": {"type": "string"}, "replay": {"type": "string"}, "rewire": {"type": "string"}}, "required": ["mocha", "nock", "replay", "rewire"]}}, "required": ["name", "version", "description", "repository", "engines", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-marketo-rest", "version" : "0.7.8", "description" : "marketo rest client", "repository" : {"type" : "git", "url" : "https://github.com/MadKudu/node-marketo/"}, "engines" : {"node" : ">=4.8.5"}, "scripts" : {"test" : "mocha test/*.test.js", "testRecord" : "REPLAY=record mocha -t 10000 test/*test.js --exit"}, "dependencies" : {"backoff" : "2.4.x", "bluebird" : "2.3.x", "bunyan" : "^1.8.14", "iconv-lite" : "0.2.11", "lodash" : "^4.17.15", "moment" : "^2.24.0", "qs" : "6.9.x"}, "devDependencies" : {"mocha" : "5.0.x", "nock" : "^11.7.0", "replay" : "2.1.x", "rewire" : "^4.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "testRecord": {"type": "string"}}, "required": ["test", "testRecord"]}, "dependencies": {"type": "object", "properties": {"backoff": {"type": "string"}, "bluebird": {"type": "string"}, "bunyan": {"type": "string"}, "iconv-lite": {"type": "string"}, "lodash": {"type": "string"}, "moment": {"type": "string"}, "qs": {"type": "string"}}, "required": ["backoff", "bluebird", "bunyan", "iconv-lite", "lodash", "moment", "qs"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "nock": {"type": "string"}, "replay": {"type": "string"}, "rewire": {"type": "string"}}, "required": ["mocha", "nock", "replay", "rewire"]}}, "required": ["name", "version", "description", "repository", "engines", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[3, 6, 8, 9, 11, 12, 14, 15, 17, 21, 22, 28, 29, 30, 31, 32], [1, 2, 4, 5, 7, 10, 13, 16, 18, 19, 20, 23, 24, 25, 26, 27]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tape": {"type": "string"}}, "required": ["tape"]}, "dependencies": {"type": "object", "properties": {"idna-uts46": {"type": "string"}, "js-sha3": {"type": "string"}}, "required": ["idna-uts46", "js-sha3"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "eth-ens-namehash", "version" : "1.0.2", "description" : "A simple module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137", "main" : "index.js", "scripts" : {"test" : "node test"}, "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/flyswatter/eth-ens-namehash.git"}, "keywords" : ["Ethereum", "ENS"], "author" : "Dan Finlay <dan@danfinlay.com>", "license" : "ISC", "bugs" : {"url" : "https://github.com/flyswatter/eth-ens-namehash/issues"}, "homepage" : "https://github.com/flyswatter/eth-ens-namehash#readme", "devDependencies" : {"tape" : "^4.6.3"}, "dependencies" : {"idna-uts46" : "^1.0.1", "js-sha3" : "^0.5.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tape": {"type": "string"}}, "required": ["tape"]}, "dependencies": {"type": "object", "properties": {"idna-uts46": {"type": "string"}, "js-sha3": {"type": "string"}}, "required": ["idna-uts46", "js-sha3"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "Edouard DUPIN", "value" : "|", "type" : "hand", "time" : 1488824336026667008, "data" : [{"type" : "type::finger", "list" : [[367.659576, 408.299866], [367.660126, 393.305969], [369.319366, 378.134338], [371.191376, 358.593201], [372.937775, 336.153015], [374.507629, 319.292053], [375.146667, 308.505249], [375.730286, 301.313538]]}]}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "beer_Four", "brewery" : "Allagash Brewing", "name" : "Four", "abv" : "10", "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"jsonld.js": {"type": "string"}, "jsonld.min.js": {"type": "string"}}, "required": ["jsonld.js", "jsonld.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jsonld.js" : "sha512-fI6kvgmjNsMvJQNVKMBdERJsjYnnjTcDgA4ezOGwI+KFtlFFWlxdSuQXtFjQxJpaaEr/QwkmYDmEEK858nP8Gw==", "jsonld.min.js" : "sha512-/nE9P8c40YUwZ1dGrrXma3atH547E5hjK1zJnV30TL4w+Yf6lTQ4AwyX4otYvRoQuIffgQ1nh3JWb7CCG2hk/A=="}
json_instruct
{"type": "object", "properties": {"jsonld.js": {"type": "string"}, "jsonld.min.js": {"type": "string"}}, "required": ["jsonld.js", "jsonld.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": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1986, 6], [1987, 8]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "bulkyshulkies:block/pink_iron_shulker_box"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "company": {"type": "string"}, "when": {"type": "object", "properties": {"friday": {"type": "boolean"}, "saturday": {"type": "boolean"}}, "required": ["friday", "saturday"]}, "tags": {"type": "array", "items": {"type": "string"}}, "vegan": {"type": "boolean"}, "vegetarian": {"type": "boolean"}, "allergies": {"type": "string"}, "what_is_my_connection_to_javascript": {"type": "string"}, "what_can_i_contribute": {"type": "string"}, "tshirt": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["name", "company", "when", "tags", "vegan", "vegetarian", "allergies", "what_is_my_connection_to_javascript", "what_can_i_contribute", "tshirt", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Frank Blendinger", "company" : "Method Park", "when" : {"friday" : true, "saturday" : true}, "tags" : ["TypeScript", "React", "Angular", "TDD", "Fullstack", "CLI"], "vegan" : false, "vegetarian" : false, "allergies" : "", "what_is_my_connection_to_javascript" : "I use it professionally and for fun, and since TS came along, I don't even hate it anymore ;-)", "what_can_i_contribute" : "I live in the shell and love to talk about all kinds of CLI tools", "tshirt" : "M-M", "twitter" : "yooogan"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "company": {"type": "string"}, "when": {"type": "object", "properties": {"friday": {"type": "boolean"}, "saturday": {"type": "boolean"}}, "required": ["friday", "saturday"]}, "tags": {"type": "array", "items": {"type": "string"}}, "vegan": {"type": "boolean"}, "vegetarian": {"type": "boolean"}, "allergies": {"type": "string"}, "what_is_my_connection_to_javascript": {"type": "string"}, "what_can_i_contribute": {"type": "string"}, "tshirt": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["name", "company", "when", "tags", "vegan", "vegetarian", "allergies", "what_is_my_connection_to_javascript", "what_can_i_contribute", "tshirt", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@octokit/rest": {"type": "string"}, "async": {"type": "string"}, "gitlab": {"type": "string"}, "request": {"type": "string"}}, "required": ["@octokit/rest", "async", "gitlab", "request"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "husky": {"type": "string"}, "lint-staged": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["babel-cli", "babel-preset-es2015", "husky", "lint-staged", "prettier"]}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}}, "required": ["hooks"]}, "lint-staged": {"type": "object", "properties": {"*.{js,css,json,md}": {"type": "array", "items": {"type": "string"}}}, "required": ["*.{js,css,json,md}"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "husky", "lint-staged"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gitlab-2-github", "version" : "0.1.5", "description" : "Migrate Issues, Wiki from gitlab to github", "main" : "index.js", "scripts" : {"start" : "babel-node --presets es2015 index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/piceaTech/node-gitlab-2-github.git"}, "keywords" : ["github", "gitlab", "import", "export", "issue", "issues"], "author" : "Spruce, <dev@spruce.de>", "license" : "MIT", "bugs" : {"url" : "https://github.com/piceaTech/node-gitlab-2-github/issues"}, "homepage" : "https://github.com/piceaTech/node-gitlab-2-github#readme", "dependencies" : {"@octokit/rest" : "^16.1.0", "async" : "^1.4.0", "gitlab" : "^4.2.7", "request" : "^2.88.0"}, "devDependencies" : {"babel-cli" : "^6.26.0", "babel-preset-es2015" : "^6.24.1", "husky" : "^3.0.3", "lint-staged" : "^9.2.1", "prettier" : "^1.18.2"}, "husky" : {"hooks" : {"pre-commit" : "lint-staged"}}, "lint-staged" : {"*.{js,css,json,md}" : ["prettier --write", "git add"]}}
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"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@octokit/rest": {"type": "string"}, "async": {"type": "string"}, "gitlab": {"type": "string"}, "request": {"type": "string"}}, "required": ["@octokit/rest", "async", "gitlab", "request"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "husky": {"type": "string"}, "lint-staged": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["babel-cli", "babel-preset-es2015", "husky", "lint-staged", "prettier"]}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}}, "required": ["hooks"]}, "lint-staged": {"type": "object", "properties": {"*.{js,css,json,md}": {"type": "array", "items": {"type": "string"}}}, "required": ["*.{js,css,json,md}"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "husky", "lint-staged"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "integer"}}, "labels": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "object", "properties": {"groups": {"type": "array", "items": {"type": "string"}}, "groupsFont": {"type": "string"}, "groupsFontColor": {"type": "string"}, "groupsSize": {"type": "integer"}, "groupsBold": {"type": "boolean"}, "groupsNames": {"type": "array", "items": {"type": "string"}}, "groupsSums": {"type": "array", "items": {"type": "integer"}}, "groupsCounts": {"type": "array", "items": {"type": "integer"}}}, "required": ["groups", "groupsFont", "groupsFontColor", "groupsSize", "groupsBold", "groupsNames", "groupsSums", "groupsCounts"]}}, "required": ["values", "labels", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : [100], "labels" : ["label"], "settings" : {"groups" : ["group1"], "groupsFont" : "arial", "groupsFontColor" : "#333333", "groupsSize" : 10, "groupsBold" : false, "groupsNames" : ["group1"], "groupsSums" : [100], "groupsCounts" : [1]}}
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "integer"}}, "labels": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "object", "properties": {"groups": {"type": "array", "items": {"type": "string"}}, "groupsFont": {"type": "string"}, "groupsFontColor": {"type": "string"}, "groupsSize": {"type": "integer"}, "groupsBold": {"type": "boolean"}, "groupsNames": {"type": "array", "items": {"type": "string"}}, "groupsSums": {"type": "array", "items": {"type": "integer"}}, "groupsCounts": {"type": "array", "items": {"type": "integer"}}}, "required": ["groups", "groupsFont", "groupsFontColor", "groupsSize", "groupsBold", "groupsNames", "groupsSums", "groupsCounts"]}}, "required": ["values", "labels", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2020-10-31T08:00:00Z", "Temp" : 27.9, "RelHum" : 62, "WindSpeed" : 1.9, "WindDir" : 32}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "SNEZANA", "frequency" : 7134, "males" : "0.0 %", "females" : "100.0 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101828573, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "5019e6c92b770371b7c8c6a9fd994556", "wof:id" : 101828573, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [2.6889, 41.62763, 2.6889, 41.62763], "geometry" : {"coordinates" : [2.6889, 41.62763], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"browser-polyfill.js": {"type": "string"}, "browser.js": {"type": "string"}}, "required": ["browser-polyfill.js", "browser.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"browser-polyfill.js" : "sha256-5rPIwETPTzT0ZWJNTyQmpdpo+h2HLRxtxgA9L+70GGw=", "browser.js" : "sha256-xEjc9bm2XwIQgys/eqjOLqGV9lyq/lPqqu2ZZCcxSsk="}
json_instruct
{"type": "object", "properties": {"browser-polyfill.js": {"type": "string"}, "browser.js": {"type": "string"}}, "required": ["browser-polyfill.js", "browser.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 1103091, "parent" : 1103, "name" : "LABUHAN HAJI TIMUR", "latitude" : "3.6187367020015", "longitude" : "97.081745096542", "postal" : [23758], "children" : [1103091001, 1103091002, 1103091003, 1103091004, 1103091005, 1103091006, 1103091007, 1103091008, 1103091009, 1103091010, 1103091011, 1103091012]}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"priority": {"type": "integer"}, "script": {"type": "string"}, "arguments": {"type": "array", "items": {"type": "string"}}, "failures": {"type": "string"}, "next_config": {"type": "boolean"}}, "required": ["priority", "script", "arguments", "failures", "next_config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"priority" : 3, "script" : "third_script.py", "arguments" : ["3"], "failures" : "skip", "next_config" : false}
json_instruct
{"type": "object", "properties": {"priority": {"type": "integer"}, "script": {"type": "string"}, "arguments": {"type": "array", "items": {"type": "string"}}, "failures": {"type": "string"}, "next_config": {"type": "boolean"}}, "required": ["priority", "script", "arguments", "failures", "next_config"], "$schema": "http://json-schema.org/draft-07/schema#"}