tum-esm / em27-retrieval-pipeline

automated EM27 data processing
https://em27-retrieval-pipeline.netlify.app
GNU General Public License v3.0
6 stars 1 forks source link

Use Pydantic's JSON schema in docs #63

Closed dostuffthatmatters closed 10 months ago

dostuffthatmatters commented 1 year 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.

dostuffthatmatters commented 10 months ago

Now included in #77