The provider authorized to execute avatar rotation on behalf of the user.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"execClientId"
],
"properties": {
"execClientId": {
"type": "string",
"format": "uri",
"maxLength": 2048,
"description": "OAuth client_id of the provider authorized to execute rotation."
}
}
},
"description": "The provider authorized to execute avatar rotation on behalf of the user."
}