Automatic documentation #251
Guillermogsjc
started this conversation in
Ideas
Replies: 1 comment
-
Hey, well I'm not sure such a thing exists, unfortunately. I know mongo supports JSON Schema Validation so it's technically possible to turn an ODMantic model to some database side validation logic. It's planned but not a priority at all for now. If you're interested I'd be glad to help you to implement this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature request
Context
Anyone here knows Open API standard documentation, and how using pydantic and fastapi, the
openapi.json
is automatically generated and it can be injected into a openapi.json renderer to obtain a HTML doc UI and a standard way to document the API models.Idea
The idea/question is, there exists any standard for document databases, similar to Open API for APIs, where we can take the created
odmantic
models, and generate automatically document databases model documentation at once?In case of not existing nothing similar, how would you create something like that using
odmantic
?Beta Was this translation helpful? Give feedback.
All reactions