thim81 / openapi-format

Format an OpenAPI document by ordering, formatting and filtering fields.
MIT License
77 stars 14 forks source link

Format: Generate OAS properties like operationId #66

Open thim81 opened 1 year ago

thim81 commented 1 year ago

Use-case: Some OAS properties can be considered wanted (or even required). A typical property is operationId, instead of reviewing all the paths if they have a missing operationId; openapi-format could insert the ones missing AND correct the casing of the value.