{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AsyncPassthroughReciept", "title": "AsyncPassthroughReciept", "type": "object", "properties": { "async_passthrough_receipt_id": { "type": "string", "format": "uuid" } }, "required": [ "async_passthrough_receipt_id" ] }