/** * @schema AdminProductVariantResponse * type: object * description: The product variant's details. * x-schemaName: AdminProductVariantResponse * required: * - variant * properties: * variant: * $ref: "#/components/schemas/AdminProductVariant" * */