Annotate JSON schema properties in Python with msgspec (or pydantic)
In the JSON schema produced from a msgspec Struct, I'm wanting to output to the schema some text descriptions of the properties held within the Struct in the same way as the docstring of the Struct shows up in the…