Openapi Schema Description Info (Edit)

Ensure all schema properties should have a description.

Rule Definition

openapi-schema-description-info.yaml
{ "openapi-schema-description-info": {"description":"Ensure all schema properties should have a description.","message":"Schemas has a description.","severity":"info","given":"$.components.schemas.*","then":{"field":"description","function":"falsy"}} }

Back to All of the Rules