{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CardDetailsResponse", "title": "CardDetailsResponse", "properties": { "brands": { "description": "The list of brands identified for the card.", "items": { "$ref": "#/components/schemas/CardBrandDetails" }, "type": "array" } }, "type": "object" }