abp-blueprint
Version:
RoadieJS blueprint to support Ordnance Survey's AddressBase Premium
18 lines (15 loc) • 455 B
JSON
{
"element": "schema",
"id": "descriptors",
"path": "streets",
"config": {
"key": "language",
"fields": {
"language": { "type": "String", "required": true },
"streetDescription": { "type": "String", "required": true },
"localityName": { "type": "String", "required": false },
"townName": { "type": "String", "required": false },
"administrativeArea": { "type": "String", "required": true }
}
}
}