Skip to content

Commit 6362779

Browse files
committed
Added documentation to command schema response
1 parent 2045fc8 commit 6362779

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

api/part2/openapi/schemas/json/commandSchemaJson.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@
77
"const": "application/json"
88
},
99
"parametersSchema": {
10+
"description": "Schema for the command `parameters`.",
1011
"$ref": "../common/sweCommonDefs.json#/$defs/AnyComponent"
1112
},
1213
"resultSchema": {
14+
"description": "Schema for the inline command results (if any).",
1315
"$ref": "../common/sweCommonDefs.json#/$defs/AnyComponent"
1416
},
1517
"feasibilityResultSchema": {
18+
"description": "Schema for the feasibility results (if any).",
1619
"$ref": "../common/sweCommonDefs.json#/$defs/AnyComponent"
1720
}
1821
},
1922
"required": [
2023
"commandFormat", "parametersSchema"
2124
]
22-
}
25+
}

0 commit comments

Comments
 (0)