forked from privexlabs/BrandBlitz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi.yml
More file actions
24 lines (24 loc) · 837 Bytes
/
Copy pathopenapi.yml
File metadata and controls
24 lines (24 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated by `pnpm --filter @brandblitz/api gen:openapi` (#143).
# DO NOT EDIT BY HAND. Re-run the generator and commit the diff.
#
# This file is a baseline checked into the repo so CI's drift check
# (apps/api package script `gen:openapi:check`) can detect schema
# changes that weren't accompanied by a regenerated spec. The first
# CI run after this PR is merged will overwrite the placeholder
# content below with the real document; the diff in *that* commit is
# the canonical spec.
openapi: 3.1.0
info:
title: BrandBlitz API
version: 0.1.0
description: |-
Placeholder — replaced on first `pnpm gen:openapi` run.
The generator is the source of truth; see
`apps/api/scripts/gen-openapi.ts`.
paths: {}
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer
bearerFormat: JWT