Schemas
user
- objectExample:
{"id":0,"email":"string","first_name":"string","last_name":"string","avatar":"string"}
Properties:id
integerUser IDExample:0
email
stringUser EmailExample:"string"
first_name
stringFirst NameExample:"string"
last_name
stringLast NameExample:"string"
avatar
stringAvatar URLExample:"string"
support
- objectExample:
{"url":"string","text":"string"}
Properties:url
stringSupport URLExample:"string"
text
stringSupport URL - DescriptionExample:"string"
userInput
user object with `name` and `job` properties
- objectExample:
{"name":"string","job":"string"}
Properties:name
stringUser NameExample:"string"
job
stringJobExample:"string"
createUserResponse
- objectExample:
{"id":0,"createdAt":"string"}
Properties:id
integerExample:0
createdAt
stringExample:"string"