@defra/wls-eps-web-service
Version:
The web service for wildlife licencing of European Protected Species
57 lines (55 loc) • 881 B
JavaScript
const addressSchema = {
addressLine: {
v1: 'AddressLine',
v2: 'addressLine'
},
subBuildingName: {
v1: 'SubBuildingName',
v2: 'subBuildingName'
},
buildingName: {
v1: 'BuildingName',
v2: 'buildingName'
},
buildingNumber: {
v1: 'BuildingNumber',
v2: 'buildingNumber'
},
street: {
v1: 'Street',
v2: 'street'
},
locality: {
v1: 'Locality',
v2: 'locality'
},
dependentLocality: {
v1: 'DependentLocality',
v2: 'dependentLocality'
},
town: {
v1: 'Town',
v2: 'town'
},
postcode: {
v1: 'Postcode',
v2: 'postcode'
},
country: {
v1: 'Country',
v2: 'country'
},
xCoordinate: {
v1: 'XCoordinate',
v2: 'xCoordinate'
},
yCoordinate: {
v1: 'YCoordinate',
v2: 'yCoordinate'
},
uprn: {
v1: 'UPRN',
v2: 'uprn'
}
}
export default addressSchema