Is type: string, format: binary considered "invalid" in 3.1, or is it "deprecated"?
#5465
Answered
by
handrews
Youssef1313
asked this question in
Q&A
|
In 3.1+, how should tooling treat It's unclear to me from https://spec.openapis.org/oas/v3.1.1.html#migrating-binary-descriptions-from-oas-3-0 whether the representation for OAS < 3.1 is now completely wrong for 3.1+ to represent binary formats, or is it just deprecated and not recommended but should still work? |
Answered by
handrews
Aug 4, 2026
Replies: 2 comments 2 replies
|
I would not expect it to work in 3.1+ tooling as there is no requirement for it to do so. Some tools might support it, but it's not interoperable (you cannot count on support across the whole ecosystem). |
0 replies
Answer selected by
Youssef1313
|
How did it work in 3.0? That is -- what difference did it make when |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would not expect it to work in 3.1+ tooling as there is no requirement for it to do so. Some tools might support it, but it's not interoperable (you cannot count on support across the whole ecosystem).