From 25d63517c53be285552f1182e8986405b1b22cba Mon Sep 17 00:00:00 2001 From: Red Hat Application Services CI <84090353+app-services-ci@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:03:32 +0100 Subject: [PATCH] chore(openapi): update OpenAPI document (#565) Co-authored-by: app-services-ci --- .openapi/smartevents_mgmt.yaml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.openapi/smartevents_mgmt.yaml b/.openapi/smartevents_mgmt.yaml index 51ac23b0..af896c9b 100644 --- a/.openapi/smartevents_mgmt.yaml +++ b/.openapi/smartevents_mgmt.yaml @@ -999,6 +999,20 @@ components: type: string type: $ref: '#/components/schemas/BridgeErrorType' + BridgeErrorInstance: + type: object + properties: + id: + format: int32 + type: integer + code: + type: string + reason: + type: string + type: + $ref: '#/components/schemas/BridgeErrorType' + uuid: + type: string BridgeErrorType: enum: - USER @@ -1098,6 +1112,8 @@ components: type: string region: type: string + status_message: + type: string CloudProviderListResponse: required: - kind @@ -1261,8 +1277,6 @@ components: type: array items: $ref: '#/components/schemas/Error' - JsonNode: - type: array List: allOf: - $ref: '#/components/schemas/ListResponse' @@ -1363,7 +1377,7 @@ components: additionalProperties: type: string payload: - $ref: '#/components/schemas/JsonNode' + type: object ProcessorCatalogResponse: required: - kind @@ -1477,6 +1491,8 @@ components: $ref: '#/components/schemas/Action' source: $ref: '#/components/schemas/Source' + status_message: + type: string ProcessorSchemaEntryResponse: required: - kind