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 2045fc8 commit 6362779Copy full SHA for 6362779
api/part2/openapi/schemas/json/commandSchemaJson.json
@@ -7,16 +7,19 @@
7
"const": "application/json"
8
},
9
"parametersSchema": {
10
+ "description": "Schema for the command `parameters`.",
11
"$ref": "../common/sweCommonDefs.json#/$defs/AnyComponent"
12
13
"resultSchema": {
14
+ "description": "Schema for the inline command results (if any).",
15
16
17
"feasibilityResultSchema": {
18
+ "description": "Schema for the feasibility results (if any).",
19
20
}
21
22
"required": [
23
"commandFormat", "parametersSchema"
24
]
-}
25
+}
0 commit comments