We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff993cb + 2271f0c commit f747308Copy full SHA for f747308
1 file changed
conSys4Py/datamodels/swe_components.py
@@ -39,8 +39,9 @@ class DataRecordSchema(AnyComponentSchema):
39
40
41
class VectorSchema(AnyComponentSchema):
42
- label: str = "Vector"
43
- type: str = Field(...)
+ label: str = Field(...)
+ name: str = Field(...)
44
+ type: str = "Vector"
45
definition: str = Field(...)
46
reference_frame: str = Field(...)
47
local_frame: str = Field(None)
0 commit comments