Skip to content

Change from Field to Model Validators in Blueprint and Deployed Schemas #107

Description

@alexchristy

Currently, all blueprint and deployed schemas use field_validators. These can be replaced with model_validators which would allow us to remove a lot of the if None checks as it moves validation until after model is initially built (using model_validator(mode="after").

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendRelated to the OpenLabs backend/APIenhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions