Skip to main content

valid-schema-example

Overview

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

The example value specified for the Schema Object using the example property must be valid for the type definition of that schema.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageSchema object example does not conform to its type definition.
CodeOPENAPI3DOCSGEN_L755
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Schemas
Products ImpactedDeveloper Experience Portal
Tagsdocumentation generation documentation docs openapi3 openapi semantic linting apimatic example value schema

Suggested Fixes

  • Ensure that schema example value conforms to the schema type definition.
  • Check that no required properties are missing in the sample value.
  • Check that types of all properties match those specified in the schema definition.

For More Information