once the pydantic generator provides the correct type for exactly_one_of we should come back to inlined, so remove the no-inlined from the workflow:
|
bkbit schema2model -o library_generation.yaml --template source_library_generation/classes_base.yaml --gsheet --gsheet-download-dir source_library_generation/gsheet_output source_library_generation/gsheet.yaml --no-inlined |
once the pydantic generator provides the correct type for
exactly_one_ofwe should come back toinlined, so remove theno-inlinedfrom the workflow:models/.github/workflows/generate_yaml_model.yaml
Line 39 in 89d6572