Replies: 2 comments
-
That's a tooling question, so best asked in the forums of the tool you're using. Most likely they are using a YAML parser that translates |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as tooling issues are out of scope and the spec aspect has been answered. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following yaml:
Using org.openapitools 5.3.0 creates this:
@JsonProperty("by")
private String by;
@JsonProperty("true")
private String true;
Beta Was this translation helpful? Give feedback.
All reactions