Skip to content

Commit 0d78c98

Browse files
committed
doc: add TODOs list in readme file
1 parent 3615120 commit 0d78c98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This FastAPI plugin allow you to automatically format any errors as Problem deta
1818
- [Documenting your custom problems details](#documenting-your-custom-problems-details)
1919
- [Troubleshooting](#troubleshooting)
2020
- [Problem "default" openapi response is not added into additional FastAPI routers routes](#problem-default-openapi-response-is-not-added-into-additional-fastapi-routers-routes)
21+
- [TODOs](#todos)
2122

2223
## Getting Started
2324

@@ -553,3 +554,8 @@ problem.init_app(app)
553554
problem.init_app(app)
554555
app.include_router(v1)
555556
```
557+
558+
## TODOs
559+
560+
- Put the `Problem` schema in API openapi definitions to be reused accross the API and use a reference in response
561+
- Add a 422 validation error in openapi

0 commit comments

Comments
 (0)