Schema Registry# fetchez.schemas# schemas init copyright: 2010-2026 Regents of the University of Colorado license: MIT, see LICENSE for more details. class fetchez.recipes.schemas.BaseSchema[source]# Bases: object The generic base class for all recipe schemas. classmethod apply(config)[source]# Mutates and returns the recipe config. Subclasses must override this to inject their domain-specific rules. name = 'base'#