schemas/popolo/vote_event.json in pupa-0.1.9 vs schemas/popolo/vote_event.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_event.json#",
+ "id": "http://www.popoloproject.com/schemas/vote_event.json#",
"title": "Vote event",
"description": "An event at which people's votes are recorded",
"type": "object",
"properties": {
"id": {
@@ -17,19 +17,19 @@
"description": "The ID of the motion being decided",
"type": ["string", "null"]
},
"motion": {
"description": "The motion being decided",
- "$ref": "http://popoloproject.com/schemas/motion.json#"
+ "$ref": "http://www.popoloproject.com/schemas/motion.json#"
},
"organization_id": {
"description": "The ID of the organization whose members are voting",
"type": ["string", "null"]
},
"organization": {
"description": "The organization whose members are voting",
- "$ref": "http://popoloproject.com/schemas/organization.json#"
+ "$ref": "http://www.popoloproject.com/schemas/organization.json#"
},
"legislative_session_id": {
"description": "The ID of the legislative session in which the vote occurs",
"type": ["string", "null"]
},
@@ -53,25 +53,25 @@
},
"group_results": {
"description": "The result of the vote event within groups of voters",
"type": "array",
"items": {
- "$ref": "http://popoloproject.com/schemas/group_result.json#"
+ "$ref": "http://www.popoloproject.com/schemas/group_result.json#"
}
},
"counts": {
"description": "The number of votes for options",
"type": "array",
"items": {
- "$ref": "http://popoloproject.com/schemas/count.json#"
+ "$ref": "http://www.popoloproject.com/schemas/count.json#"
}
},
"votes": {
"description": "Voters' votes",
"type": "array",
"items": {
- "$ref": "http://popoloproject.com/schemas/vote.json#"
+ "$ref": "http://www.popoloproject.com/schemas/vote.json#"
}
},
"created_at": {
"description": "The time at which the resource was created",
"type": ["string", "null"],
@@ -84,10 +84,10 @@
},
"sources": {
"description": "URLs to documents from which the vote event is derived",
"type": "array",
"items": {
- "$ref": "http://popoloproject.com/schemas/link.json#"
+ "$ref": "http://www.popoloproject.com/schemas/link.json#"
}
}
}
}