correct openapi schema
This PR fixes some issues in the openapi scheme.
- RemoveUrlRequest is missing property 'whitelist'
- FilterStatus is missing property 'whitelist_filters'
- FilterSetUrl property 'data' is set to type Filter instead of inline object
- 'last_updated' of Filter is not required. At least it comes back as an empty string from the API
It also sets the filter 'last_updated' property to omitempty, to make sure the Filter json and scheme are valid.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Any update here?
Apologies for this slipping through the cracks. We'll try to review it for the next patch release.
Once again, apologies for the long wait. We've made some additional changes and merged the PR. Thanks for the contribution!
Thank you very much