Skip to main content

no-binary-schema-for-operation-parameter

Overview

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

The binary format cannot be used with schemas that are being used within operation parameters.

PropertyValue
EnabledNo
Maximum SeverityError
MessageThe format binary is not applicable to schemas associated with operation parameters.
CodeOPENAPI3APIMATIC_L672
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Schemas
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting binary schema operation parameter

Suggested Fixes

  • Ensure that the format of the schema is not set to binary for any schemas used within operation parameters.
  • Consider using another compatible format instead of binary for operation parameters.
  • Try adding the binary type property schema in form parameters.

For More Information