Skip to content

Commit

Permalink
feat: add mfe undeployed attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Apr 17, 2024
1 parent 831f9af commit 6094d0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/openapi/onecx-product-store-bff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,8 @@ components:
type: boolean
deprecated:
type: boolean
undeployed:
type: boolean
type:
$ref: "#/components/schemas/MicrofrontendType"
classifications:
Expand Down Expand Up @@ -1011,6 +1013,8 @@ components:
type: string
deprecated:
type: boolean
undeployed:
type: boolean
type:
$ref: "#/components/schemas/MicrofrontendType"
endpoints:
Expand Down Expand Up @@ -1072,6 +1076,8 @@ components:
type: string
deprecated:
type: boolean
undeployed:
type: boolean
type:
$ref: "#/components/schemas/MicrofrontendType"
endpoints:
Expand Down Expand Up @@ -1148,6 +1154,8 @@ components:
type: string
deprecated:
type: boolean
undeployed:
type: boolean
type:
$ref: "#/components/schemas/MicrofrontendType"
endpoints:
Expand Down

0 comments on commit 6094d0d

Please sign in to comment.