Closed filipagh closed 1 year ago
Thank you for the detailed report, I'll look into this!
Fixed in https://github.com/fief-dev/fief/commit/1ef28512843b0fd8150ed781b662dec10f9c1d00! Mostly some small mistakes from my part and weird handling of the tuple
type from Pydantic.
Released in v0.23.2
and available on Fief Cloud 🚀
Describe the bug
validation failed for admin schema tested here https://apitools.dev/swagger-parser/online/# also open api generator fail on client generation
looks like missing refs
openapi generator
swagger validator
To Reproduce
try generate client code (python in my case) from admin open api spec from https://[acc].fief.dev/admin/api/openapi.json
Steps to reproduce the behavior:
Expected behavior
api spec should be valid
A clear and concise description of what you expected to happen.
Configuration
Additional context
Add any other context about the problem here.