summaryrefslogtreecommitdiffstats
path: root/openapi/components.yml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-04-12 10:41:40 +0000
committerGerrit Code Review <gerrit@onap.org>2022-04-12 10:41:40 +0000
commitdd54f2922099ed08992fb6544dfca7d66dfa4c59 (patch)
treebb25e092fed4222114ae89de4f7ececf3405ff82 /openapi/components.yml
parent23bc326dde2667341e2c835929ef785ebd2ed834 (diff)
parent78e1d0616474d50d1b3d156e588c6cea9cba783d (diff)
Merge "NCMP Kafka Producer Infrastructure"
Diffstat (limited to 'openapi/components.yml')
-rw-r--r--openapi/components.yml16
1 files changed, 15 insertions, 1 deletions
diff --git a/openapi/components.yml b/openapi/components.yml
index c317ba76..fd9e2ff9 100644
--- a/openapi/components.yml
+++ b/openapi/components.yml
@@ -116,6 +116,9 @@ components:
example: my-data
cmHandleProperties:
$ref: '#/components/schemas/cmHandleProperties'
+ requestId:
+ type: string
+ example: uuid-random-id-eg
cmHandleProperties:
type: object
@@ -194,4 +197,15 @@ components:
options: (key1=value1,key2=value1/value2)
sample3:
value:
- options: (key1=10,key2=value2,key3=val31,val32) \ No newline at end of file
+ options: (key1=10,key2=value2,key3=val31,val32)
+ topicParamInQuery:
+ name: topicParamInQuery
+ in: query
+ description: valid topic name passed from client(NCMP).
+ required: false
+ schema:
+ type: string
+ allowReserved: true
+ examples:
+ sample1:
+ value: ncmp-async-m2m \ No newline at end of file