mike-oakley / openapi-pydantic

Pydantic OpenAPI schema implementation
Other
48 stars 7 forks source link

How do I build a Schema out of a Pydantic field? #24

Closed iamgodot closed 6 months ago

iamgodot commented 10 months ago

The schema is to be used in constructing a Parameter for parsing of query parameters.

mike-oakley commented 6 months ago

Hi @iamgodot - apologies for the slow reply - i'm not sure exactly what you're asking here, but there are a few examples on the ReadMe here which might help. Otherwise some more context of what you're having difficulty with would be helpful - thanks!

iamgodot commented 6 months ago

Hi @iamgodot - apologies for the slow reply - i'm not sure exactly what you're asking here, but there are a few examples on the ReadMe here which might help. Otherwise some more context of what you're having difficulty with would be helpful - thanks!

Thank you, I'll look it up and close this issue for now.