I've noticed that if we have operations defined in the TOML files that don't have a corresponding key in the Pydantic BaseModel, these keywords will be silently ignored. This behavior is unexpected in my opinion. I would have expected it to throw an error. I think we should change this current behavior so that it throws an error if operations aren't parsed.
I've noticed that if we have operations defined in the TOML files that don't have a corresponding key in the Pydantic
BaseModel
, these keywords will be silently ignored. This behavior is unexpected in my opinion. I would have expected it to throw an error. I think we should change this current behavior so that it throws an error if operations aren't parsed.