schemas/popolo/post.json in pupa-0.1.9 vs schemas/popolo/post.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/post.json#",
+ "id": "http://www.popoloproject.com/schemas/post.json#",
"title": "Post",
"description": "A position that exists independent of the person holding it",
"type": "object",
"properties": {
"id": {
@@ -28,19 +28,19 @@
"description": "The ID of the organization in which the post is held",
"type": ["string", "null"]
},
"organization": {
"description": "The organization in which the post is held",
- "$ref": "http://popoloproject.com/schemas/organization.json#"
+ "$ref": "http://www.popoloproject.com/schemas/organization.json#"
},
"area_id": {
"description": "The ID of the geographic area to which this post is related",
"type": ["string", "null"]
},
"area": {
"description": "The geographic area to which this post is related",
- "$ref": "http://popoloproject.com/schemas/area.json#"
+ "$ref": "http://www.popoloproject.com/schemas/area.json#"
},
"start_date": {
"description": "The date on which the post was created",
"type": ["string", "null"],
"pattern": "^[0-9]{4}(-[0-9]{2}){0,2}$"
@@ -52,25 +52,25 @@
},
"contact_details": {
"description": "Means of contacting the holder of the post",
"type": "array",
"items": {
- "$ref": "http://popoloproject.com/schemas/contact_detail.json#"
+ "$ref": "http://www.popoloproject.com/schemas/contact_detail.json#"
}
},
"links": {
"description": "URLs to documents about the post",
"type": "array",
"items": {
- "$ref": "http://popoloproject.com/schemas/link.json#"
+ "$ref": "http://www.popoloproject.com/schemas/link.json#"
}
},
"memberships": {
"description": "The memberships through which people hold the post in the organization",
"type": "array",
"items": {
- "$ref": "http://popoloproject.com/schemas/membership.json#"
+ "$ref": "http://www.popoloproject.com/schemas/membership.json#"
}
},
"created_at": {
"description": "The time at which the resource was created",
"type": ["string", "null"],
@@ -83,10 +83,10 @@
},
"sources": {
"description": "URLs to documents from which the post is derived",
"type": "array",
"items": {
- "$ref": "http://popoloproject.com/schemas/link.json#"
+ "$ref": "http://www.popoloproject.com/schemas/link.json#"
}
}
}
}