package(default_visibility = ["//visibility:public"])

filegroup(
    name = "swagger-spec",
    srcs = glob([
        "**/*.json",
    ]),
)
