add settings_version to schema

This commit is contained in:
Cayo Puigdefabregas 2022-11-30 12:54:11 +01:00
parent 18281c95e5
commit 0a6f9e3bf4

View file

@ -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):