From 25b73d8dae10ec4d866e7e8f3249033fdcf109d2 Mon Sep 17 00:00:00 2001 From: Ravi Prakash Date: Tue, 4 Apr 2023 10:58:58 +0530 Subject: [PATCH] Added max callbacks to Context --- core/v0/api/core.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/v0/api/core.yaml b/core/v0/api/core.yaml index 490cd79..f9b7da2 100644 --- a/core/v0/api/core.yaml +++ b/core/v0/api/core.yaml @@ -1548,6 +1548,10 @@ components: ttl: type: string description: The duration in ISO8601 format after timestamp for which this message holds valid + max_callbacks: + type: integer + description: The maximum number of callbacks the BAP expects from the BPP. If set to zero, then BAP is not expecting a callback. If set to -1 the BAP can expect any number of callbacks. + default: 1 required: - domain - action