added api docs

This commit is contained in:
Arseni
2026-02-24 21:26:31 +03:00
parent 0646f55189
commit fa54088b25
87 changed files with 2299 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
components:
schemas:
Recipient:
allOf:
- $ref: ../permission_bound.yaml#/components/schemas/PermissionBound
- $ref: ../common/describable.yaml#/components/schemas/Describable
- type: object
additionalProperties: false
required:
- email
- status
- type
properties:
email:
type: string
format: email
avatarUrl:
type: string
nullable: true
status:
type: string
enum:
- ready
- registered
- notRegistered
type:
type: string
enum:
- internal
- external