Closed
Description
'example' and "examples" fields in OpenAPI objects (eg Parameter, Schema, MediaType, Header) are not compared.
Old schema:
schema:
type: string,
example: old example
New schema:
schema:
type: string,
example: new example
Such fields are not valuable for API functionality, but they are important from an API documentation perspective. Descriptions are already handled, so my suggestion is to handle examples as well.
Metadata
Metadata
Assignees
Labels
No labels