The brand of a card product
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/card_brand", "title": "card_brand", "description": "The brand of a card product", "enum": [ "MASTERCARD", "VISA" ], "type": "string" }