{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/tock/refs/heads/main/json-schema/reservation-refund-refund-status-schema.json", "title": "tockRefundRefundStatus", "description": "tockRefundRefundStatus schema from Tock Reservation Model", "type": "string", "enum": [ "COMPLETE", "DEFERRED", "ERROR" ] }