Array of address activity sub-event types
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/PrimaryNetworkAddressActivitySubEventType.json", "title": "PrimaryNetworkAddressActivitySubEventType", "type": "string", "description": "Array of address activity sub-event types", "enum": [ "balance_change", "balance_threshold", "reward_distribution" ] }