Skip to main content

no-additional-apimatic-vendor-extension-property

Overview

This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:

APIMatic specific extensions that are used for configuring products like Code Generation, Transformer, etc. do not support any additional vendor extension properties which will be ignored or may not work as expected.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageUnsupported additional APIMatic extension property detected.
CodeOPENAPI3APIMATIC_L951
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Vendor Extensions
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting unsupported vendor extension property

Suggested Fixes

  • Remove unsupported vendor extension properties from your API description file.

For More Information