Skip to content

Commit 0709a7e

Browse files
author
David Karlaš
committed
Remove former_administrative_division class
This needs more considiration
1 parent 9e05101 commit 0709a7e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

counterexamples/divisions/division/bad-geographical-region.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ properties:
1717
subtype: geographical_region
1818
name: A division with an invalid class.
1919
ext_expected_errors:
20-
- value must be one of 'megacity', 'city', 'town', 'village', 'hamlet', 'disputed', 'region', 'former_administrative_division'
20+
- value must be one of 'megacity', 'city', 'town', 'village', 'hamlet', 'disputed', 'region'

schema/divisions/division.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ properties: # JSON Schema: Top-level object properties.
6666

6767
- region #A general geographical region.
6868
#Example: Middle east.
69-
- former_administrative_division # A division that no longer exists, but is still relevant as people
70-
# often search for it.
71-
# Example: Sogn og Fjordane, Norway.
7269
local_type:
7370
description:
7471
Local name for the subtype property, optionally localized.

0 commit comments

Comments
 (0)