Skip to content

Commit 18db9e5

Browse files
committed
fix cdeps schema
1 parent 7426f83 commit 18db9e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/uwtools/resources/jsonschema/cdeps.jsonschema

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"data": {
1111
"additionalProperties": false,
1212
"properties": {
13+
"combine": {
14+
"type": "boolean"
15+
},
1316
"end_point": {
1417
"type": "string"
1518
},
@@ -44,9 +47,6 @@
4447
"subset": {
4548
"type": "boolean"
4649
},
47-
"combine": {
48-
"type": "boolean"
49-
},
5050
"target_directory": {
5151
"type": "string"
5252
}

0 commit comments

Comments
 (0)