{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ChangeFilterOwner",
"title": "ChangeFilterOwner",
"additionalProperties": false,
"description": "The account ID of the new owner.",
"properties": {
"accountId": {
"description": "The account ID of the new owner.",
"type": "string"
}
},
"required": [
"accountId"
],
"type": "object",
"writeOnly": true
}