pgjones / quart-schema

Quart-Schema is a Quart extension that provides schema validation and auto-generated API documentation.
MIT License
78 stars 23 forks source link

QuartSchema support blueprint, not whole app? #36

Open erhuabushuo opened 1 year ago

pamelafox commented 8 months ago

I was able to use Quart-Schema with a Blueprint-based application, as you can see here: https://github.com/Azure-Samples/azure-search-openai-demo/compare/main...pamelafox:azure-search-openai-demo:quartschema?expand=1

Ah, I assume you mean that you only want it for a particular Blueprint, whereas I wrapped my whole app. That makes sense.