Skip to content

Fix OpenAPI schema issues for API explorer #25

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

Merged
merged 1 commit into from
Jul 11, 2025

Conversation

FlatBallFlyer
Copy link
Contributor

  • Fix file schema to use 'file_name' instead of 'name' to match actual API responses
  • Fix dictionary schema circular reference by using additionalProperties instead of properties
  • Remove PATCH endpoints for test_data and migrations from spec (these don't exist in API)
  • All schema definitions now match actual API responses
  • YAML syntax is valid and spec loads without errors

- Fix file schema to use 'file_name' instead of 'name' to match actual API responses
- Fix dictionary schema circular reference by using additionalProperties instead of properties
- Remove PATCH endpoints for test_data and migrations from spec (these don't exist in API)
- All schema definitions now match actual API responses
- YAML syntax is valid and spec loads without errors
@FlatBallFlyer FlatBallFlyer merged commit 64341cb into main Jul 11, 2025
@FlatBallFlyer FlatBallFlyer deleted the fix/openapi-schema-issues branch July 11, 2025 21:40
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

Successfully merging this pull request may close these issues.

1 participant