Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%; the schema already defines 'id' as the Mongo `_id` of the vault document. The description merely echoes 'by id' without adding further semantic detail (e.g., id format, validation constraints, or relationship to other resources). Baseline 3 is appropriate because the schema carries the parameter meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.