Skip to content

Commit

Permalink
feat: add ext api undeployed attributes (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Apr 17, 2024
1 parent 63938eb commit 3df0685
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/main/openapi/onecx-product-store-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ paths:
$ref: '#/components/schemas/ProductItemLoadSearchCriteria'
responses:
"200":
description: Pageresult matching given criteria
description: Page result matching given criteria
content:
application/json:
schema:
Expand Down Expand Up @@ -152,6 +152,8 @@ components:
type: string
classifications:
type: string
undeployed:
type: boolean
microfrontends:
type: array
items:
Expand Down Expand Up @@ -191,6 +193,10 @@ components:
type: string
exposedModule:
type: string
deprecated:
type: boolean
undeployed:
type: boolean
type:
$ref: "#/components/schemas/MicrofrontendType"
endpoints:
Expand All @@ -210,6 +216,8 @@ components:
type: string
description:
type: string
undeployed:
type: boolean
UIEndpoint:
required:
- path
Expand Down Expand Up @@ -238,6 +246,8 @@ components:
type: string
classifications:
type: string
undeployed:
type: boolean
ProductsLoadResult:
type: object
properties:
Expand Down Expand Up @@ -273,6 +283,8 @@ components:
type: string
classifications:
type: string
undeployed:
type: boolean
microfrontends:
type: array
items:
Expand All @@ -288,6 +300,8 @@ components:
type: string
appName:
type: string
undeployed:
type: boolean
type:
$ref: "#/components/schemas/MicrofrontendType"
MicroserviceAbstract:
Expand All @@ -297,6 +311,8 @@ components:
type: string
appName:
type: string
undeployed:
type: boolean
MicrofrontendType:
type: string
enum: [ MODULE, COMPONENT ]
Expand Down

0 comments on commit 3df0685

Please sign in to comment.