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
@gregorleban
The schema definition at https://eventregistry.org/static/api.yaml contains an error (i.e. is not parsable according to specs):
components.parameters.maxDaysBack.schema.type should state integer instead of int.
components.parameters.maxDaysBack.schema.type
integer
int
--
This is not strictly related to event-registry-python, I just posted the ticket here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@gregorleban
The schema definition at https://eventregistry.org/static/api.yaml contains an error
(i.e. is not parsable according to specs):
components.parameters.maxDaysBack.schema.type
should stateinteger
instead ofint
.--
This is not strictly related to event-registry-python, I just posted the ticket here.
The text was updated successfully, but these errors were encountered: