File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,17 +37,17 @@ class TerminologyIO(BaseModel):
3737
3838 enterprise : Optional [str ]
3939 person : Optional [str ]
40- software_system : Optional [str ] = Field (None , alias = "softwareSystem" )
40+ software_system : Optional [str ] = Field (default = None , alias = "softwareSystem" )
4141 container : Optional [str ]
4242 component : Optional [str ]
4343 code : Optional [str ]
44- deployment_node : Optional [str ] = Field (None , alias = "deploymentNode" )
44+ deployment_node : Optional [str ] = Field (default = None , alias = "deploymentNode" )
4545 relationship : Optional [str ]
4646
4747
4848class Terminology (AbstractBase ):
4949 """
50- Provides a way for the terminology on diagrams, etc to be modified (e.g. language translations) .
50+ Provide a way for the terminology on diagrams, etc. to be modified.
5151
5252 Attributes:
5353
You can’t perform that action at this time.
0 commit comments