{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Payment", "description": "Payment schema from the Mews API.", "$id": "https://raw.githubusercontent.com/api-evangelist/mews-systems/refs/heads/main/json-schema/booking-engine-payment-schema.json", "required": [ "Amount", "CreatedUtc", "EnterpriseId", "Id", "State" ], "type": "object", "properties": {}, "additionalProperties": false, "x-schema-id": "Payment" }