definition/models.json
'definition/**/*.yml'
pydantic.BaseModel
and the option must be provided in the format x.y.ModelName
. If this option is not provided, the generated models will extend from pydantic.BaseModel
.Example values:custom.MyModel
a.b.c.MyCustomModel
firebase-admin@6
: For Python projects that rely on the Firebase Admin Python SDK (v6).