Closed dostuffthatmatters closed 10 months ago
Pydantic generates a JSON schema compliant with https://json-schema.org: https://docs.pydantic.dev/latest/usage/schema/
We can use that to generate a nice API reference for the config in the documentation website.
Now included in #77
Pydantic generates a JSON schema compliant with https://json-schema.org: https://docs.pydantic.dev/latest/usage/schema/
We can use that to generate a nice API reference for the config in the documentation website.