Last updated

struct

Ensures that your API document conforms to the OpenAPI specification.

ArzzoCompatibility
1.0.0

The default setting for this rule (in the recommended and minimal configuration) is error.

This is an essential rule. Do not turned it off, except in rare and special cases.

Configuration

OptionTypeDescription
severitystringPossible values: off, warn, error. Default error (in recommended configuration).

An example configuration:

rules:
  struct: error