Add Swagger docs at /docs and /openapi.json with split OpenAPI spec
Made-with: Cursor
This commit is contained in:
9
backend/openapi/components/schemas/user.yaml
Normal file
9
backend/openapi/components/schemas/user.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
UserProfile:
|
||||
type: object
|
||||
properties:
|
||||
lightning_address:
|
||||
type: string
|
||||
nullable: true
|
||||
name:
|
||||
type: string
|
||||
nullable: true
|
||||
Reference in New Issue
Block a user