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'
|
||||
'submitting is the component num 0 when returning it back.',
|
||||
)
|
||||
settings_version = String(required=False)
|
||||
|
||||
@validates_schema
|
||||
def validate_workbench_version(self, data: dict):
|
||||
|
|
Reference in New Issue