UNPKG

@octokit/openapi-webhooks

Version:

GitHub's official Webhooks OpenAPI spec with Octokit extensions

23 lines (22 loc) 774 B
export const schemas = { ["api.github.com"]: ( await import("./generated/api.github.com.json", { with: { type: "json" } }) ).default, ["ghec"]: (await import("./generated/ghec.json", { with: { type: "json" } })) .default, ["ghes-3.13"]: ( await import("./generated/ghes-3.13.json", { with: { type: "json" } }) ).default, ["ghes-3.14"]: ( await import("./generated/ghes-3.14.json", { with: { type: "json" } }) ).default, ["ghes-3.15"]: ( await import("./generated/ghes-3.15.json", { with: { type: "json" } }) ).default, ["ghes-3.16"]: ( await import("./generated/ghes-3.16.json", { with: { type: "json" } }) ).default, ["ghes-3.17"]: ( await import("./generated/ghes-3.17.json", { with: { type: "json" } }) ).default, };