Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so all three parameters (path, method, operationId) are already documented. The description adds value beyond the schema by explaining the parameter relationship: the endpoint can be identified by operationId OR by method+path, which clarifies that the parameters are alternative selectors rather than jointly required — essential given 0 required parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.