We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e716b86 commit 90aa85bCopy full SHA for 90aa85b
assets/schemas/CrsSelector.json
@@ -7,8 +7,6 @@
7
"type": "string"
8
}
9
},
10
- "required": [
11
- "input_geode_object"
12
- ],
+ "required": ["input_geode_object"],
13
"additionalProperties": false
14
-}
+}
assets/schemas/FileSelector.json
@@ -4,14 +4,9 @@
4
"method": "POST",
5
"properties": {
6
"key": {
- "type": [
- "string",
- "null"
- ]
+ "type": ["string", "null"]
- "key"
15
+ "required": ["key"],
16
17
0 commit comments