docs: add OpenAPI documentation
This commit is contained in:
9
openapi/schemas/Account.yaml
Normal file
9
openapi/schemas/Account.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
type: "object"
|
||||
properties:
|
||||
email:
|
||||
$ref: "./Email.yaml"
|
||||
password:
|
||||
$ref: "./Password.yaml"
|
||||
required:
|
||||
- email
|
||||
- password
|
||||
Reference in New Issue
Block a user