Skip to content

Commit 877b8fb

Browse files
committed
Add IdentifierScheme options
1 parent 4b68778 commit 877b8fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/mysoc_validator/models/popolo.py

+7
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ class Chamber(str, Enum):
102102
LONDON = "london-assembly"
103103
NORTHERN_IRELAND = "northern-ireland-assembly"
104104

105+
class IdentifierScheme(str, Enum):
106+
DATADOTPARL = "datadotparl_id"
107+
MNIS = "datadotparl_id"
108+
PIMS = "pims_id"
109+
HISTORIC_HANSARD = "historichansard_id"
110+
PEERAGE_TYPE = "peeragetype"
111+
WIKIDATA = "wikidata"
105112

106113
def reduce_to_slug(s: str) -> str:
107114
"""

0 commit comments

Comments
 (0)