Skip to content

Commit 90aa85b

Browse files
SpliiTgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent e716b86 commit 90aa85b

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

assets/schemas/CrsSelector.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"type": "string"
88
}
99
},
10-
"required": [
11-
"input_geode_object"
12-
],
10+
"required": ["input_geode_object"],
1311
"additionalProperties": false
14-
}
12+
}

assets/schemas/FileSelector.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@
44
"method": "POST",
55
"properties": {
66
"key": {
7-
"type": [
8-
"string",
9-
"null"
10-
]
7+
"type": ["string", "null"]
118
}
129
},
13-
"required": [
14-
"key"
15-
],
10+
"required": ["key"],
1611
"additionalProperties": false
17-
}
12+
}

0 commit comments

Comments
 (0)