From afc78fb8076a4fc741a67e014b2cb98973a0de5d Mon Sep 17 00:00:00 2001 From: Red Hat Application Services CI <84090353+app-services-ci@users.noreply.github.com> Date: Thu, 5 Jan 2023 19:15:41 +0000 Subject: [PATCH] fix(smartevents-mgmt/v1): update for smartevents-mgmt/v1 SDK (#610) Co-authored-by: app-services-ci --- .openapi/smartevents_mgmt_v2.yaml | 99 ++++--------------------------- 1 file changed, 11 insertions(+), 88 deletions(-) diff --git a/.openapi/smartevents_mgmt_v2.yaml b/.openapi/smartevents_mgmt_v2.yaml index fc842fed..93e272cf 100644 --- a/.openapi/smartevents_mgmt_v2.yaml +++ b/.openapi/smartevents_mgmt_v2.yaml @@ -155,7 +155,6 @@ paths: schema: minLength: 1 type: string - nullable: false responses: "200": description: Success. @@ -241,7 +240,6 @@ paths: schema: minLength: 1 type: string - nullable: false - name: name in: query schema: @@ -312,7 +310,6 @@ paths: schema: minLength: 1 type: string - nullable: false requestBody: content: application/json: @@ -369,14 +366,12 @@ paths: schema: minLength: 1 type: string - nullable: false - name: processorId in: path required: true schema: minLength: 1 type: string - nullable: false responses: "200": description: Success. @@ -421,14 +416,12 @@ paths: schema: minLength: 1 type: string - nullable: false - name: processorId in: path required: true schema: minLength: 1 type: string - nullable: false requestBody: content: application/json: @@ -565,7 +558,6 @@ paths: schema: minLength: 1 type: string - nullable: false responses: "200": description: Success. @@ -605,7 +597,6 @@ paths: schema: minLength: 1 type: string - nullable: false - name: page in: query schema: @@ -762,7 +753,6 @@ components: properties: kind: type: string - nullable: false items: type: array items: @@ -770,15 +760,12 @@ components: page: format: int64 type: integer - nullable: false size: format: int64 type: integer - nullable: false total: format: int64 type: integer - nullable: false BridgeRequest: required: - name @@ -791,19 +778,16 @@ components: minLength: 1 type: string example: bridge1 - nullable: false cloud_provider: description: The cloud provider where the bridge resides minLength: 1 type: string example: aws - nullable: false region: description: The cloud provider region where the bridge resides minLength: 1 type: string example: us-east-1 - nullable: false BridgeResponse: required: - kind @@ -818,42 +802,32 @@ components: kind: description: The kind (type) of this resource type: string - nullable: false id: description: The unique identifier of this resource type: string - nullable: false href: description: "The URL of this resource, without the protocol" type: string example: example.com/resource - nullable: false submitted_at: - format: date-time - type: string - nullable: false + $ref: '#/components/schemas/ZonedDateTime' published_at: - format: date-time - type: string + $ref: '#/components/schemas/ZonedDateTime' modified_at: - format: date-time - type: string + $ref: '#/components/schemas/ZonedDateTime' status: allOf: - $ref: '#/components/schemas/ManagedResourceStatus' - description: The status of this resource example: ready - nullable: false owner: description: The user that owns this resource type: string example: userName - nullable: false name: description: The name of the bridge type: string example: bridge1 - nullable: false endpoint: description: The HTTPS endpoint on which the bridge accepts events type: string @@ -880,7 +854,6 @@ components: properties: kind: type: string - nullable: false items: type: array items: @@ -888,15 +861,12 @@ components: page: format: int64 type: integer - nullable: false size: format: int64 type: integer - nullable: false total: format: int64 type: integer - nullable: false CloudProviderResponse: required: - kind @@ -909,11 +879,9 @@ components: kind: description: The kind (type) of this resource type: string - nullable: false id: description: The unique identifier of this resource type: string - nullable: false name: description: The name of this resource type: string @@ -922,13 +890,10 @@ components: description: "The URL of this resource, without the protocol" type: string example: example.com/resource - nullable: false display_name: type: string - nullable: false enabled: type: boolean - nullable: false CloudRegionListResponse: required: - kind @@ -939,7 +904,6 @@ components: properties: kind: type: string - nullable: false items: type: array items: @@ -947,15 +911,12 @@ components: page: format: int64 type: integer - nullable: false size: format: int64 type: integer - nullable: false total: format: int64 type: integer - nullable: false CloudRegionResponse: required: - kind @@ -966,16 +927,12 @@ components: properties: kind: type: string - nullable: false name: type: string - nullable: false display_name: type: string - nullable: false enabled: type: boolean - nullable: false Error: required: - kind @@ -987,7 +944,6 @@ components: kind: description: The kind (type) of this resource type: string - nullable: false name: description: The name of this resource type: string @@ -996,13 +952,10 @@ components: type: string reason: type: string - nullable: false id: type: string - nullable: false href: type: string - nullable: false ErrorListResponse: required: - kind @@ -1013,7 +966,6 @@ components: properties: kind: type: string - nullable: false items: type: array items: @@ -1021,15 +973,12 @@ components: page: format: int64 type: integer - nullable: false size: format: int64 type: integer - nullable: false total: format: int64 type: integer - nullable: false ErrorsList: required: - kind @@ -1037,7 +986,6 @@ components: properties: kind: type: string - nullable: false items: type: array items: @@ -1054,15 +1002,12 @@ components: page: format: int64 type: integer - nullable: false size: format: int64 type: integer - nullable: false total: format: int64 type: integer - nullable: false ListResponse: required: - kind @@ -1070,7 +1015,6 @@ components: properties: kind: type: string - nullable: false items: type: array items: @@ -1099,11 +1043,9 @@ components: kind: description: The kind (type) of this resource type: string - nullable: false id: description: The unique identifier of this resource type: string - nullable: false name: description: The name of this resource type: string @@ -1112,7 +1054,6 @@ components: description: "The URL of this resource, without the protocol" type: string example: example.com/resource - nullable: false ProcessingErrorListResponse: required: - kind @@ -1123,7 +1064,6 @@ components: properties: kind: type: string - nullable: false items: type: array items: @@ -1131,21 +1071,17 @@ components: page: format: int64 type: integer - nullable: false size: format: int64 type: integer - nullable: false total: format: int64 type: integer - nullable: false ProcessingErrorResponse: type: object properties: recorded_at: - format: date-time - type: string + $ref: '#/components/schemas/ZonedDateTime' headers: type: object additionalProperties: @@ -1162,7 +1098,6 @@ components: properties: kind: type: string - nullable: false items: type: array items: @@ -1170,15 +1105,12 @@ components: page: format: int64 type: integer - nullable: false size: format: int64 type: integer - nullable: false total: format: int64 type: integer - nullable: false ProcessorRequest: required: - name @@ -1190,12 +1122,10 @@ components: minLength: 1 type: string example: processor1 - nullable: false flows: description: "The Camel YAML DSL code, formatted as JSON, that defines the\ \ flows in the processor" type: object - nullable: false ProcessorResponse: required: - kind @@ -1211,49 +1141,42 @@ components: kind: description: The kind (type) of this resource type: string - nullable: false id: description: The unique identifier of this resource type: string - nullable: false href: description: "The URL of this resource, without the protocol" type: string example: example.com/resource - nullable: false submitted_at: - format: date-time - type: string - nullable: false + $ref: '#/components/schemas/ZonedDateTime' published_at: - format: date-time - type: string + $ref: '#/components/schemas/ZonedDateTime' modified_at: - format: date-time - type: string + $ref: '#/components/schemas/ZonedDateTime' status: allOf: - $ref: '#/components/schemas/ManagedResourceStatus' - description: The status of this resource example: ready - nullable: false owner: description: The user that owns this resource type: string example: userName - nullable: false name: description: The name of the processor type: string example: processor1 - nullable: false flows: description: "The Camel YAML DSL code, formatted as JSON, that defines the\ \ flows in the processor" type: object - nullable: false status_message: type: string + ZonedDateTime: + format: date-time + type: string + example: 2022-03-10T12:15:50-04:00 securitySchemes: bearer: type: http