sailpoint-oss / api-schema-validator

Validates API response schemas with an OpenAPI specification
MIT License
1 stars 2 forks source link

Identify any attributes that support filters/sorters but aren't documented #7

Closed colin-mckibben-sp closed 1 year ago

colin-mckibben-sp commented 1 year ago

List endpoints, like https://developer.sailpoint.com/idn/api/v3/list-sources, have support for filtering and sorting on select attributes. Sometimes, there are attributes that can be filtered/sorted but they aren't documented. The validator should check all top level attributes to see if any of them support filtering/sorting without being documented.

For example, https://developer.sailpoint.com/idn/api/v3/list-sources doesn't indicate that type supports the co operator for filtering, even though it does.

colin-mckibben-sp commented 1 year ago

Duplicate of #6