chore(oas): [13/n] improve oas schemas (#9201)
* chore(oas): [13/n] improve oas schemas * remove tax region name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @schema AdminStockLocationListResponse
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* description: The paginated list of stock locations.
|
||||
* x-schemaName: AdminStockLocationListResponse
|
||||
* required:
|
||||
* - limit
|
||||
@@ -12,18 +12,18 @@
|
||||
* limit:
|
||||
* type: number
|
||||
* title: limit
|
||||
* description: The stock location's limit.
|
||||
* description: The maximum number of items returned.
|
||||
* offset:
|
||||
* type: number
|
||||
* title: offset
|
||||
* description: The stock location's offset.
|
||||
* description: The number of items skipped before retrieving the returned items.
|
||||
* count:
|
||||
* type: number
|
||||
* title: count
|
||||
* description: The stock location's count.
|
||||
* description: The total number of items.
|
||||
* stock_locations:
|
||||
* type: array
|
||||
* description: The stock location's stock locations.
|
||||
* description: The list of stock locations.
|
||||
* items:
|
||||
* $ref: "#/components/schemas/AdminStockLocation"
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user