{
    "type": "object",
    "properties": {
        "name": {
            "type": "string"
        },
        "type": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "createdAt": {
            "type": "string"
        },
        "updatedAt": {
            "type": "string"
        },
        "isManaged": {
            "type": "boolean"
        }
    },
    "required": [
        "name",
        "type",
        "id",
        "createdAt",
        "updatedAt"
    ],
    "version": 1
}
