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
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
# Data Structures##Struct (object)+ field (required)
+ field (required)
# test [GET /]+Response200(application/json)+ Attributes (object)
+ data (required, array[Struct], fixed-type)
will result in no user warning and in JSON Schema with "required": ["field", "field"]. I think this situation (basically user typo) should be handled more gracefully on parser level. See apiaryio/dredd#840 reported by @basavind for more details.
The text was updated successfully, but these errors were encountered:
Following document
will result in no user warning and in JSON Schema with
"required": ["field", "field"]
. I think this situation (basically user typo) should be handled more gracefully on parser level. See apiaryio/dredd#840 reported by @basavind for more details.The text was updated successfully, but these errors were encountered: