User

Type: object Default: {} No Additional Properties

Represents an user


Example:

{
    "email": "myriam.b@gmail.com",
    "password": "blabla",
    "firstName": "Myriam",
    "lastName": "B",
    "sex": true,
    "age": 23,
    "address": "rue bloblo",
    "city": "Villeurbanne",
    "country": "France"
}

Type: string

must be valid


Example:

"myriam.b@gmail.com"

Type: string

must contain 6 to 32 characters

Type: string

Type: string

Type: boolean

True = woman. False = man

Type: integer

Between 1 and 150

Type: string

can store anything like streets, zip codes, etc.

Type: string

Type: string