ApiSchemas
HookDeliveryNotFoundEncoded
One shape from the contract, as it appears on the wire.
Used by hooks.discard, hooks.redeliver
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"HookDeliveryNotFound"
]
},
"deliveryId": {
"$ref": "#/components/schemas/HookDeliveryId"
}
},
"required": [
"_tag",
"deliveryId"
],
"additionalProperties": false
}