{ "type": "object", "required" : [ "name", "location" ], "properties" : { "name": { "type": "string" }, "location": { "type": "string" }, "revision": { "type": "string" }, "total_size": { "type": "integer" }, "created_at": { "type": "date" }, "destroy_path": { "type": "string" } }, "additionalProperties": false }