Schema
legacy_email_address
All constraints apply
Schema:
email_address
Type:
object
user
Type:
string
All schema constraints and annotations
{
"example": "dockeruser",
"type": "string"
}All schema constraints and annotations
{
"properties": {
"user": {
"example": "dockeruser",
"type": "string"
}
},
"type": "object"
}All schema constraints and annotations
{
"allOf": [
{
"$ref": "#/components/schemas/email_address"
},
{
"properties": {
"user": {
"example": "dockeruser",
"type": "string"
}
},
"type": "object"
}
]
}