{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tock/refs/heads/main/json-structure/reservation-payout-structure.json", "name": "tockPayout", "description": "tockPayout schema from Tock Reservation Model", "type": "object", "properties": { "id": { "type": "string", "format": "int64", "description": "A unique identifier assigned to the payout. Used internally by Tock." }, "arrivalDate": { "type": "string", "description": "The date that this payout is expected to arrive in the business bank account pending any potential rejections by the bank." } } }