We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe some problem with empty enums?
enums
Console log -
error: SyntaxError: '=>' expected. (141:27) 139 | "incoterm": string; 140 | "invoiceType": ('DEMURRAGE') | ('FREIGHT') | ('DETENTION') | ('FREIGHT_AND_LOCALS') | ('LOCAL_CHARGES') | ('INLAND_CARRIAGE') | ('OTHERS'); > 141 | "invoiceTypeToDisplay": (); | ^ 142 | "invoiceNumber": string; 143 | "invoiceDate": string; 144 | "invoiceFile": string;
This is what I found in json -
json
"invoiceTypeToDisplay": { "type": "number", "readOnly": true, "enum": [] },
The text was updated successfully, but these errors were encountered:
Good find! Posted a fix here: #563
Sorry, something went wrong.
oneOf
Successfully merging a pull request may close this issue.
Maybe some problem with empty
enums
?Console log -
This is what I found in
json
-The text was updated successfully, but these errors were encountered: