{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EligibleDetail", "title": "EligibleDetail", "allOf": [ { "$ref": "#/components/schemas/userConfiguration" } ], "properties": { "container": { "type": "string", "description": "The account's container.

Applicable containers - bank,creditCard,investment,insurance,loan

Endpoints - ", "readOnly": true, "example": "creditCard", "enum": [ "bank", "creditCard", "investment", "insurance", "loan", "reward", "bill", "realEstate", "otherAssets", "otherLiabilities" ] }, "link": { "allOf": [ { "$ref": "#/components/schemas/Link" } ], "readOnly": true } } }