Skip to content

Commit

Permalink
feat(impl):[#296] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Dec 1, 2023
1 parent f06381c commit a8c6a9f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/src/api/irs-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,7 @@ components:
linkedItem:
assembledOn: 2022-02-03T14:48:54.709Z
childCatenaXId: urn:uuid:a45a2246-f6e1-42da-b47d-5c3b58ed62e9
hasAlternatives: false
lastModifiedOn: 2022-02-03T14:48:54.709Z
lifecycleContext: asBuilt
quantity:
Expand Down Expand Up @@ -1187,6 +1188,7 @@ components:
linkedItem:
assembledOn: 2022-02-03T14:48:54.709Z
childCatenaXId: urn:uuid:a45a2246-f6e1-42da-b47d-5c3b58ed62e9
hasAlternatives: false
lastModifiedOn: 2022-02-03T14:48:54.709Z
lifecycleContext: asBuilt
quantity:
Expand Down Expand Up @@ -1375,6 +1377,7 @@ components:
linkedItem:
assembledOn: 2022-02-03T14:48:54.709Z
childCatenaXId: urn:uuid:a45a2246-f6e1-42da-b47d-5c3b58ed62e9
hasAlternatives: false
lastModifiedOn: 2022-02-03T14:48:54.709Z
lifecycleContext: asBuilt
quantity:
Expand Down Expand Up @@ -2105,20 +2108,24 @@ components:
maxLength: 45
minLength: 45
pattern: "^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
hasAlternatives:
type: boolean
description: Expresses whether the part is built-in or whether it is one
of several options.
lastModifiedOn:
type: string
example: 2022-02-03T14:48:54.709Z
format: date-time
description: Last datetime item was modified.
example: 2022-02-03T14:48:54.709Z
lifecycleContext:
type: string
example: asBuilt
description: The lifecycle context in which the child part was assembled
into the parent part.
enum:
- asBuilt
- asPlanned
- asSpecified
example: asBuilt
quantity:
$ref: '#/components/schemas/Quantity'
MeasurementUnit:
Expand Down

0 comments on commit a8c6a9f

Please sign in to comment.