diff --git a/gns3server/schemas/controller/templates/__init__.py b/gns3server/schemas/controller/templates/__init__.py index 225a90c6..b57e4e33 100644 --- a/gns3server/schemas/controller/templates/__init__.py +++ b/gns3server/schemas/controller/templates/__init__.py @@ -58,7 +58,6 @@ class TemplateCreate(TemplateBase): name: str template_type: NodeType - compute_id: str class Config: extra = "allow" @@ -78,7 +77,6 @@ class Template(DateTimeModelMixin, TemplateBase): symbol: str builtin: bool template_type: NodeType - compute_id: Union[str, None] class Config: extra = "allow"