1e144e9c08
* clean up generated oas * fix issues in docs-util * more fixes * align max level * validation fix * add missing summaries * fix validation * fix exchanges route
16 lines
273 B
TypeScript
16 lines
273 B
TypeScript
/**
|
|
* @schema AdminArchiveOrder
|
|
* type: object
|
|
* description: The archive details.
|
|
* x-schemaName: AdminArchiveOrder
|
|
* required:
|
|
* - order_id
|
|
* properties:
|
|
* order_id:
|
|
* type: string
|
|
* title: order_id
|
|
* description: The order's order id.
|
|
*
|
|
*/
|
|
|