{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProvidersDataset", "title": "ProvidersDataset", "type": "object", "properties": { "name": { "type": "string", "description": "The name of the dataset requested from the provider site

Account Type: Manual
Endpoints:Applicable Values
", "enum": [ "BASIC_AGG_DATA", "ADVANCE_AGG_DATA", "ACCT_PROFILE", "DOCUMENT" ] }, "attribute": { "type": "array", "description": "The name of the dataset attribute suported by the provider.

Endpoints:", "items": { "$ref": "#/components/schemas/Attribute" } } } }