diff --git a/ifex/model/ifex_ast.py b/ifex/model/ifex_ast.py index f19b1bc..f305031 100644 --- a/ifex/model/ifex_ast.py +++ b/ifex/model/ifex_ast.py @@ -501,6 +501,9 @@ class Namespace: minor_version: Optional[int] = None """ Provides the minor version of the namespace. """ + version_label: Optional[str] = str() + """ A free-form string that contains any additional information about the content/version """ + events: Optional[List[Event]] = field(default_factory=EmptyList) """ Contains a list of the events in a given namespace """