Skip to content
New issue

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

incorrect type for params of /events endpoint in openapi-spec.yaml? #30

Open
jgse opened this issue Jan 19, 2022 · 0 comments
Open

incorrect type for params of /events endpoint in openapi-spec.yaml? #30

jgse opened this issue Jan 19, 2022 · 0 comments

Comments

@jgse
Copy link

jgse commented Jan 19, 2022

Description

The parameter paramsin /events endpoint has below spec, which according to openapi, it will be a key-value map.

> type: object
>   additionalProperties:
>     type: string

but according to the description this parameter has complex logic that cannot be represented by map, instead it is like a string that contain customized format, as described <resource>?key[.key ...]<FC>value[&key[.key ...]<FC>value ...]
The <FC> comparator cannot be represented by a key-value pair object.
I think it should be changed to string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant