Skip to content

Commit b226ac0

Browse files
authored
fix: latest descriptions (#454)
1 parent dc84f9c commit b226ac0

1 file changed

Lines changed: 9 additions & 18 deletions

File tree

descriptions.yml

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
".components.schemas.Cart.properties.errors.properties.message": >
1717
A persistent error passed from the shopping cart calculation processes to the user end.
1818
19-
".components.schemas.Cart.properties.transactions.properties.paymentMethodId": >
19+
".components.schemas.Cart.properties.transactions.items.properties.paymentMethodId": >
2020
Unique identity of payment method.
2121
2222
".components.schemas.Cart.properties.modified": >
@@ -325,24 +325,15 @@
325325
".components.schemas.Criteria.properties.filter.properties.value": >
326326
To filter the results and aggregations by value.
327327
328-
".components.schemas.Criteria.properties.sort.properties.field": >
328+
".components.schemas.Criteria.properties.sort.items.properties.field": >
329329
Sort the search results by field like an property identifier.
330330
331-
".components.schemas.Criteria.properties.sort.properties.order": >
331+
".components.schemas.Criteria.properties.sort.items.properties.order": >
332332
Sort the search results of orders by ascending or descending.
333333
334-
".components.schemas.Criteria.properties.sort.properties.naturalSorting": >
334+
".components.schemas.Criteria.properties.sort.items.properties.naturalSorting": >
335335
Sorting for special cases such as German letters with umlauts and similar characters etc.
336336
337-
".components.schemas.Criteria.properties.post-filter.properties.type": >
338-
To filter only the results but not the aggregations with filter types like ==, >=, etc.
339-
340-
".components.schemas.Criteria.properties.post-filter.properties.field": >
341-
To filter only the results but not the aggregations by field like an property identifier.
342-
343-
".components.schemas.Criteria.properties.post-filter.properties.value": >
344-
To filter only the results but not the aggregations by value.
345-
346337
".components.schemas.ProductListingCriteria.properties.filter.properties.type": >
347338
To filter the results and aggregations with filter types like ==, >=, etc.
348339
@@ -3709,19 +3700,19 @@
37093700
".components.schemas.WebhookEventLog.properties.customFields": >
37103701
Additional fields that offer a possibility to add own fields for the different program-areas.
37113702
3712-
".components.schemas.businessEventsResponse.properties.name": >
3703+
".components.schemas.businessEventsResponse.items.properties.name": >
37133704
Unique name of the businessEventsResponse.
37143705
3715-
".components.schemas.businessEventsResponse.properties.class": >
3706+
".components.schemas.businessEventsResponse.items.properties.class": >
37163707
Class name of business event.
37173708
3718-
".components.schemas.businessEventsResponse.properties.data": >
3709+
".components.schemas.businessEventsResponse.items.properties.data": >
37193710
Internal field.
37203711
3721-
".components.schemas.businessEventsResponse.properties.aware": >
3712+
".components.schemas.businessEventsResponse.items.properties.aware": >
37223713
Parameter that indicates the areas in which the business event is supported.
37233714
3724-
".components.schemas.businessEventsResponse.properties.extensions": >
3715+
".components.schemas.businessEventsResponse.items.properties.extensions": >
37253716
Internal field.
37263717
37273718
".components.schemas.flowBulderActionsResponse.properties.name": >

0 commit comments

Comments
 (0)