as-services/libs/common/oapi/spec-openapi/components/schemas/user-infos.yaml

17 lines
No EOL
259 B
YAML

type: object
additionalProperties: true
properties:
id:
type: integer
name:
type: string
login:
type: string
email:
type: string
format: email
email_verified:
type: boolean
created_at:
type: string
format: date-time