/** * @schema AdminDraftOrderPreviewResponse * type: object * description: The details of the preview on the draft order. * x-schemaName: AdminDraftOrderPreviewResponse * required: * - draft_order_preview * properties: * draft_order_preview: * $ref: "#/components/schemas/AdminDraftOrderPreview" * */