app.chavatar.settings.executor

chavatar.app

Documentation

The provider authorized to execute avatar rotation on behalf of the user.

main record

The provider authorized to execute avatar rotation on behalf of the user.

Record Key literal:self Fixed literal value

Properties

execClientId string uri Required

OAuth client_id of the provider authorized to execute rotation.

maxLength: 2048 bytes
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."
}

Lexicon Garden

@