aeat.core.resources._repos.user_profile module

UserProfileSchemaRepository: singleton ProfileSchemaDefinition.

class UserProfileSchemaRepository[source]

Bases: ResourceCacheRepository[ProfileSchemaDefinition, None]

Singleton-keyed repository for the bundled user-profile schema.

Wraps aeat.domain.user_profile.load_user_profile_schema() and returns the ProfileSchemaDefinition aggregate.

property singleton: ProfileSchemaDefinition