{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreditCardState", "title": "Credit card state", "enum": [ "Enabled", "Disabled" ], "type": "string", "description": "State of the credit card." }