schemas/popolo/vote.json in pupa-0.2.3 vs schemas/popolo/vote.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/vote.json#",
+ "id": "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://www.popoloproject.com/schemas/vote_event.json#"
+ "$ref": "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://www.popoloproject.com/schemas/organization.json#"
+ "$ref": "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://www.popoloproject.com/schemas/person.json#"
+ "$ref": "person.json#"
}
}
}