Skip to content

Commit

Permalink
chore(openapi): update OpenAPI document (#565)
Browse files Browse the repository at this point in the history
Co-authored-by: app-services-ci <[email protected]>
  • Loading branch information
app-services-ci and app-services-ci authored Sep 12, 2022
1 parent a9e932f commit 25d6351
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .openapi/smartevents_mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1098,6 +1112,8 @@ components:
type: string
region:
type: string
status_message:
type: string
CloudProviderListResponse:
required:
- kind
Expand Down Expand Up @@ -1261,8 +1277,6 @@ components:
type: array
items:
$ref: '#/components/schemas/Error'
JsonNode:
type: array
List:
allOf:
- $ref: '#/components/schemas/ListResponse'
Expand Down Expand Up @@ -1363,7 +1377,7 @@ components:
additionalProperties:
type: string
payload:
$ref: '#/components/schemas/JsonNode'
type: object
ProcessorCatalogResponse:
required:
- kind
Expand Down Expand Up @@ -1477,6 +1491,8 @@ components:
$ref: '#/components/schemas/Action'
source:
$ref: '#/components/schemas/Source'
status_message:
type: string
ProcessorSchemaEntryResponse:
required:
- kind
Expand Down

0 comments on commit 25d6351

Please sign in to comment.