diff --git a/src/modules/geospatial/dto/get-addresses-response.dto.ts b/src/modules/geospatial/dto/get-addresses-response.dto.ts index fce2bcdd..7bd22301 100644 --- a/src/modules/geospatial/dto/get-addresses-response.dto.ts +++ b/src/modules/geospatial/dto/get-addresses-response.dto.ts @@ -5,8 +5,9 @@ export type GetAddressesResponse = GetAddressesResponseItem[]; export class GetAddressesResponseItem { @ApiProperty({ - description: 'Organisation name if available', + description: 'Organisation name, if available', example: GEOSPATIAL.EXAMPLES.ORGANISATION_NAME, + nullable: true, }) readonly organisationName: string | null;