Schemas# fetchez.recipes.schemas# schemas init copyright: 2010-2026 Regents of the University of Colorado license: MIT, see LICENSE for more details. class fetchez.recipes.schemas.BaseSchema(**kwargs)[source]# Bases: object The generic base class for all recipe schemas. __init__(**kwargs)[source]# name = 'base'# run(config)[source]# executes the validation and returns the standardized output. validate(config)[source]# Subclasses must override this to inject their domain-specific rules. Append any error strings to self.errors.