{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AutoRefresh", "title": "AutoRefresh", "type": "object", "properties": { "additionalStatus": { "type": "string", "description": "Indicates the reason for the status.

Endpoints:Applicable Values
", "readOnly": true, "enum": [ "SCHEDULED", "TEMP_ERROR", "SITE_BLOCKING", "SITE_NOT_SUPPORTED", "REAL_TIME_MFA_REQUIRED", "USER_ACTION_REQUIRED", "UNSUBSCRIBED", "MANUAL_ACCOUNT" ] }, "asOfDate": { "type": "string", "description": "Date on which the auto refresh status is determined.

Endpoints:", "readOnly": true }, "status": { "type": "string", "description": "Indicates whether auto refresh is enabled or disabled.

Endpoints:Applicable Values
", "readOnly": true, "enum": [ "ENABLED", "DISABLED" ] } } }