You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operations cannot have both a body parameter and a formData parameter | Error
Operations must have only one body parameter | Error
Operations must have unique (name + in combination) parameters | Error (also in swagger)
Operations must have unique operationId | Error
Path parameters declared in the path string need matching parameter definitions (Either at the path-level or the operation) | Error
Path parameter declarations do not allow empty names (/path/{} is not valid) | Error
Path parameters definition (Either at the path-level or the operation) need matching paramater declarations | Error
Path strings must be (equivalently) different (Example: /pet/{petId} and /pet/{petId2} are equivalently the same and would generate an error) | Error
Paths must have unique (name + in combination) parameters | Error
Referenceable definitions should be used by being referenced in the appropriate way | Warning
References must point to existing documents or document fragments | Error
The default property for Schema Objects, or schema-like objects (non-body parameters), must validate against the respective JSON Schema | Error
Circular composition/inheritance for Schema Objects is not allowed (You can have circular references everywhere except in composition/inheritance.) | Error
rules taken from
sway
The text was updated successfully, but these errors were encountered: