Open karenetheridge opened 1 year ago
example
, examples
that don't validate against the adjacent schema$ref
that points to the wrong entity type (we already do this check at runtime when evaluating a $ref, but we can do it earlier for any $refs that don't go to another document)requestBody
for a GET, HEAD, DELETE endpointallowEmptyValue
allowReserved
with media-types other than application/x-www-form-urlencoded or multipart/form-dataresponses
definition (unless only default
is present)required
in the specification, but are of length zero (''
)
These would be checks done at runtime when validating requests and responses. The idea is to suggest ways to enhance the specification to cover more things.