When a PR adds or changes operations/paths, parameters, or schema properties in openapi.yaml, check that:
- each new or changed operation has a
summary, adescription, and at least one responseexample - each new schema property has a
description
Flag any additions that are missing these, listing the specific paths or fields.