Skip to content

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

@jgse

Description

@jgse

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions