{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.bolt.com/schemas/transaction-authorization", "title": "transaction-authorization", "type": "object", "properties": { "processor_reference": { "type": "string", "example": "123456789XYZ" }, "processor_response": { "$ref": "#/components/schemas/processor-response" } } }