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
Actually, "examples" isn't done right at all for the moment - the schema annotations assume the wrong structure and don't handle the external example case at all
External examples for application/[*+]json should probably be loaded and validated like any other part of the API description. For other formats, probably not (except perhaps to check if a presumed binary payload is actually binary?
Currently the code assumes whatever is under
examples
is the literal example, and won't handle a Reference Object correctly.The text was updated successfully, but these errors were encountered: