schemas/popolo/motion.json in pupa-0.1.9 vs schemas/popolo/motion.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/motion.json#",
+ "id": "http://www.popoloproject.com/schemas/motion.json#",
"title": "Motion",
"description": "A formal step to introduce a matter for consideration by an organization",
"type": "object",
"properties": {
"id": {
@@ -13,11 +13,11 @@
"description": "The ID of the organization in which the motion is proposed",
"type": ["string", "null"]
},
"organization": {
"description": "The organization in which the motion is proposed",
- "$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 motion is proposed",
"type": ["string", "null"]
},
@@ -29,11 +29,11 @@
"description": "The ID of the person who proposed the motion",
"type": ["string", "null"]
},
"creator": {
"description": "The person who proposed the motion",
- "$ref": "http://popoloproject.com/schemas/person.json#"
+ "$ref": "http://www.popoloproject.com/schemas/person.json#"
},
"text": {
"description": "The transcript or text of the motion",
"type": ["string", "null"]
},
@@ -56,11 +56,11 @@
},
"vote_events": {
"description": "Events at which people vote on the motion",
"type": "array",
"items": {
- "$ref": "http://popoloproject.com/schemas/vote_event.json#"
+ "$ref": "http://www.popoloproject.com/schemas/vote_event.json#"
}
},
"created_at": {
"description": "The time at which the resource was created",
"type": ["string", "null"],
@@ -73,10 +73,10 @@
},
"sources": {
"description": "URLs to documents from which the motion is derived",
"type": "array",
"items": {
- "$ref": "http://popoloproject.com/schemas/link.json#"
+ "$ref": "http://www.popoloproject.com/schemas/link.json#"
}
}
}
}