/** * @schema AdminOrderChangesResponse * type: object * description: SUMMARY * x-schemaName: AdminOrderChangesResponse * required: * - order_changes * properties: * order_changes: * type: array * description: The order's order changes. * items: * $ref: "#/components/schemas/BaseOrderChange" * */