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
swagger.yaml
status_log: type: array items: type: object properties: ips: type: [array, "null"] items: type: [string, "null"]
Expected behaviour:
status_log?: Array<{ ips?: string[] | null; }>;
Bug behaviour:
status_log?: Array<{ ips?: array | null; }>;
The text was updated successfully, but these errors were encountered:
Can I work on the issue? I may add some tests too.
Sorry, something went wrong.
Yes, feel free to work on this.
fix issues bart-sk#15 and bart-sk#28
631a553
No branches or pull requests
swagger.yaml
Expected behaviour:
Bug behaviour:
The text was updated successfully, but these errors were encountered: