{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CardLimit", "title": "CardLimit", "type": "object", "properties": { "type": { "type": "string" }, "value": { "type": "number" }, "period": { "type": "string" }, "currency": { "type": "string" } } }