The unique ID of the account.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccountId", "title": "AccountId", "type": "string", "description": "The unique ID of the account.", "pattern": "^apn_[a-zA-Z0-9]+$" }