add settings_version to schema
This commit is contained in:
parent
18281c95e5
commit
0a6f9e3bf4
|
@ -453,6 +453,7 @@ class Snapshot(ActionWithOneDevice):
|
||||||
'Order is preserved, so the component num 0 when'
|
'Order is preserved, so the component num 0 when'
|
||||||
'submitting is the component num 0 when returning it back.',
|
'submitting is the component num 0 when returning it back.',
|
||||||
)
|
)
|
||||||
|
settings_version = String(required=False)
|
||||||
|
|
||||||
@validates_schema
|
@validates_schema
|
||||||
def validate_workbench_version(self, data: dict):
|
def validate_workbench_version(self, data: dict):
|
||||||
|
|
Reference in New Issue