{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProviderAccount", "title": "ProviderAccount", "type": "object", "properties": { "preferences": { "$ref": "#/components/schemas/ProviderAccountPreferences" }, "oauthMigrationStatus": { "type": "string", "description": "Indicates the migration status of the provider account from screen-scraping provider to the Open Banking provider.

Endpoints:", "readOnly": true, "enum": [ "IN_PROGRESS", "TO_BE_MIGRATED", "COMPLETED", "MIGRATED" ] }, "isManual": { "type": "boolean", "description": "Indicates whether account is a manual or aggregated provider account.

Endpoints:", "readOnly": true }, "isRealTimeMFA": { "type": "boolean", "description": "Attribute to specify whether the user has to input(credentials/MFA) for refreshing an account

Endpoints: