/** * @schema AdminTaxRegionResponse * type: object * description: The tax region's details. * x-schemaName: AdminTaxRegionResponse * required: * - tax_region * properties: * tax_region: * $ref: "#/components/schemas/AdminTaxRegion" * */