{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/gift-cards-api-post-giftcards-channel-channellinkid-profilelink-giftcardproviderprofilelinkid-getgiftcardbalance-schema.json", "title": "PostGiftcardsChannelChannellinkidProfilelinkGiftcardproviderprofilelinkidGetgiftcardbalance", "description": "Deliverect Get Balance", "type": "object", "properties": { "number": { "type": "string", "format": "color", "example": "string" }, "verificationCode": { "type": "string", "format": "utc-millisec", "example": "string" } } }