{
    "type": "object",
    "properties": {
        "metadata": {
            "type": "object",
            "properties": {
                "name": {
                    "type": "string"
                },
                "path_lower": {
                    "type": "string"
                },
                "path_display": {
                    "type": "string"
                },
                "id": {
                    "type": "string"
                }
            },
            "required": [
                "name",
                "path_lower",
                "path_display",
                "id"
            ]
        }
    },
    "version": 1
}
