Skip to content

Fix @app.output(Schema(many=True)) is not array type in OpenAPI doc#725

Merged
greyli merged 4 commits intoapiflask:mainfrom
uncle-lv:fix-openapi-doc
Jan 11, 2026
Merged

Fix @app.output(Schema(many=True)) is not array type in OpenAPI doc#725
greyli merged 4 commits intoapiflask:mainfrom
uncle-lv:fix-openapi-doc

Conversation

@uncle-lv
Copy link
Copy Markdown
Member

fixes #721 .

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • Add or update relevant docs, in the docs folder and in code docstring.
  • Add an entry in CHANGES.md summarizing the change and linking to the issue.
  • Add *Version changed* or *Version added* note in any relevant docs and docstring.
  • Run pytest and tox, no tests failed.

@greyli greyli merged commit db0e02a into apiflask:main Jan 11, 2026
17 checks passed
@uncle-lv uncle-lv deleted the fix-openapi-doc branch March 26, 2026 08:37
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.

many=True not influencing output on openapi docs page

2 participants