Skip to content

Commit dfb68e0

Browse files
committed
fix syntax err
1 parent 89090a9 commit dfb68e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ods_tools/data/model_settings_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,14 +1382,14 @@
13821382
"title": "Apply Post Loss Amplification",
13831383
"description": "Legacy - moved to 'computation_settings'.",
13841384
"default": false,
1385-
"deprecated": true,
1385+
"deprecated": true
13861386
},
13871387
"do_disaggregation": {
13881388
"type": "boolean",
13891389
"title": "Apply Oasis Disaggregation",
13901390
"description": "Legacy - moved to 'computation_settings'",
13911391
"default": true,
1392-
"deprecated": true,
1392+
"deprecated": true
13931393
},
13941394
"string_parameters":{
13951395
"$ref": "#/definition/extensible_parameters/properties/string_parameters"

0 commit comments

Comments
 (0)