This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Dredd ^13.0.2 no longer supports byte format #1719
Labels
Context: validation
apiaryio/gavel.js et. al
Describe the bug
Certain string formats are no longer supported in 13.0.0.
Still working:
date
,date-time
No longer working:
byte
,password
,binary
To Reproduce
I have a simple express server:
Swagger 2.0 file
api-description.yml
:Running
./node_modules/.bin/dredd
with ^13.0.0 fails validation with errorError: unknown format "byte" is used in schema at path "#/properties/message"
Expected behavior
It should validate successfully, which it does in 12.2.0
What is in your
dredd.yml
?What's your
dredd --version
output?13.0.2
Does
dredd --loglevel=debug
uncover something?Nothing I can see
The text was updated successfully, but these errors were encountered: