Array of unique account identifiers.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AccountIdentifiers", "type": "object", "description": "Array of unique account identifiers.", "properties": { "accounts": { "type": "array" } } }