Schema
email_address
Type:
object
email
Type:
string
All schema constraints and annotations
{
"example": "dockeruser@docker.com",
"type": "string"
}id
Type:
number
All schema constraints and annotations
{
"type": "number"
}primary
Type:
boolean
All schema constraints and annotations
{
"type": "boolean"
}user_id
Type:
number
All schema constraints and annotations
{
"type": "number"
}verified
Type:
boolean
All schema constraints and annotations
{
"type": "boolean"
}All schema constraints and annotations
{
"properties": {
"email": {
"example": "dockeruser@docker.com",
"type": "string"
},
"id": {
"type": "number"
},
"primary": {
"type": "boolean"
},
"user_id": {
"type": "number"
},
"verified": {
"type": "boolean"
}
},
"type": "object"
}