11 lines
190 B
YAML
11 lines
190 B
YAML
type: object
|
|
description: SUMMARY
|
|
x-schemaName: AdminCompleteOrder
|
|
required:
|
|
- order_id
|
|
properties:
|
|
order_id:
|
|
type: string
|
|
title: order_id
|
|
description: The order's order id.
|