schemas/popolo/contact_detail.json in pupa-0.1.7 vs schemas/popolo/contact_detail.json in pupa-0.1.8
- old
+ new
@@ -26,10 +26,10 @@
"valid_from": {
"description": "The date from which the contact detail is valid",
"type": ["string", "null"],
"pattern": "^[0-9]{4}(-[0-9]{2}){0,2}$"
},
- "valid_through": {
+ "valid_until": {
"description": "The date from which the contact detail is no longer valid",
"type": ["string", "null"],
"pattern": "^[0-9]{4}(-[0-9]{2}){0,2}$"
},
"created_at": {