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
no it is not, this one does not give readOnly property at all while issue you mentioned is about creating types without readOnly or writeOnly for usage
let's have this as an example of OpenAPI docs json:
where #/components/schemas/ParticipantType ref is:
I have 2 fields where one is a string, required but readOnly and other one is enum and same reqired and should be readOnly.
but the converter converts it to not "readOnly" field like this:
Using: "openapi-typescript": "7.4.1" with CLI and --enum flag
I think it should resolve to:
?
The text was updated successfully, but these errors were encountered: