{
    "type": "object",
    "properties": {
        "Key": {
            "type": "string"
        },
        "LastModified": {
            "type": "string"
        },
        "ETag": {
            "type": "string"
        },
        "Size": {
            "type": "string"
        },
        "StorageClass": {
            "type": "string"
        }
    },
    "required": [
        "Key",
        "LastModified",
        "ETag",
        "Size"
    ],
    "version": 1
}
