schemas/popolo/vote.json in pupa-0.1.9 vs schemas/popolo/vote.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/vote.json#", + "id": "http://www.popoloproject.com/schemas/vote.json#", "title": "Vote", "description": "A voter's vote in a vote event", "type": "object", "properties": { "id": { @@ -13,11 +13,11 @@ "description": "The ID of a vote event", "type": ["string", "null"] }, "vote_event": { "description": "A vote event", - "$ref": "http://popoloproject.com/schemas/vote_event.json#" + "$ref": "http://www.popoloproject.com/schemas/vote_event.json#" }, "voter_id": { "description": "The ID of the person or organization that is voting", "type": ["string", "null"] }, @@ -33,11 +33,11 @@ "description": "The ID of the voter's primary political group", "type": ["string", "null"] }, "group": { "description": "The voter's primary political group", - "$ref": "http://popoloproject.com/schemas/organization.json#" + "$ref": "http://www.popoloproject.com/schemas/organization.json#" }, "role": { "description": "The voter's role in the event", "type": ["string", "null"] }, @@ -49,9 +49,9 @@ "description": "The ID of the person with whom the voter is paired", "type": ["string", "null"] }, "pair": { "description": "The person with whom the voter is paired", - "$ref": "http://popoloproject.com/schemas/person.json#" + "$ref": "http://www.popoloproject.com/schemas/person.json#" } } }