schemas/popolo/contact_detail.json in pupa-0.2.3 vs schemas/popolo/contact_detail.json in pupa-0.2.4

- old
+ new

@@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-03/schema#", - "id": "http://www.popoloproject.com/schemas/contact_detail.json#", + "id": "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://www.popoloproject.com/schemas/link.json#" + "$ref": "link.json#" } } } }