schemas/popolo/contact_detail.json in pupa-0.1.9 vs schemas/popolo/contact_detail.json in pupa-0.1.10
- old
+ new
@@ -1,8 +1,8 @@
{
"$schema": "http://json-schema.org/draft-03/schema#",
- "id": "http://popoloproject.com/schemas/contact_detail.json#",
+ "id": "http://www.popoloproject.com/schemas/contact_detail.json#",
"title": "Contact detail",
"description": "A means of contacting an entity",
"type": "object",
"properties": {
"label": {
@@ -45,10 +45,10 @@
},
"sources": {
"description": "URLs to documents from which the contact detail is derived",
"type": "array",
"items": {
- "$ref": "http://popoloproject.com/schemas/link.json#"
+ "$ref": "http://www.popoloproject.com/schemas/link.json#"
}
}
}
}