|
Hi. I am draft the API specification. Here is my question? Since the 200 is different for each API with different response schema, but the 400-429 is same. May I combine 400-429 into one $ref? |
Answered by
lornajane
Nov 28, 2024
Replies: 3 comments 2 replies
|
In OpenAPI, we don't have this feature, but you could use an Overlay to add the group as a separate step. There's a similar-ish example in the Overlays docs but please let us know if you need more context on what this is and how to do it? |
1 reply
Answer selected by
Yao544303
|
See also: |
1 reply
|
Closing as answered. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In OpenAPI, we don't have this feature, but you could use an Overlay to add the group as a separate step. There's a similar-ish example in the Overlays docs but please let us know if you need more context on what this is and how to do it?