/** * @schema AdminPromotionResponse * type: object * description: The promotion's details. * x-schemaName: AdminPromotionResponse * required: * - promotion * properties: * promotion: * $ref: "#/components/schemas/AdminPromotion" * */