Skip to content

Commit 761b815

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent 785c84a commit 761b815

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

oas/api/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73618,7 +73618,7 @@ components:
7361873618
CategoryOrderHints:
7361973619
type: "object"
7362073620
required:
73621-
- /[0-9].[0-9]*[1-9]/
73621+
- /^[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}$/
7362273622
additionalProperties:
7362373623
type: "string"
7362473624
CustomTokenizer:
@@ -74218,7 +74218,7 @@ components:
7421874218
ProductVariantChannelAvailabilityMap:
7421974219
type: "object"
7422074220
required:
74221-
- //
74221+
- /^[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}$/
7422274222
additionalProperties:
7422374223
type: "string"
7422474224
ProductVariantDraft:

uml/api/ProductVariantChannelAvailability.puml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ interface ProductVariantChannelAvailability [[ProductVariantChannelAvailability.
1818

1919

2020

21+
interface ProductVariantChannelAvailabilityMap [[ProductVariantChannelAvailabilityMap.svg]] {
22+
}
2123

22-
23-
24+
ProductVariantChannelAvailability --> ProductVariantChannelAvailabilityMap #green;text:green : "/^[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}$/"
2425
@enduml

uml/api/SearchKeyword.puml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ interface SearchKeyword [[SearchKeyword.svg]] {
1818
interface SearchKeywords [[SearchKeywords.svg]] {
1919
}
2020

21-
SearchKeyword --> SearchKeywords #green;text:green : "/^[a-z]{2}(-[A-Z]{2})?$/"
2221
SearchKeyword --> SearchKeywords #green;text:green : "/^[a-z]{2}(-[A-Z]{2})?$/"
2322
@enduml

uml/api/svg/ProductVariantChannelAvailability.svg

Lines changed: 6 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)