{
    "type": "object",
    "properties": {
        "id": {
            "type": "string"
        },
        "key": {
            "type": "string"
        },
        "self": {
            "type": "string"
        }
    },
    "required": [
        "id",
        "key",
        "self"
    ],
    "version": 1
}
