AttributeGroupTemplateSchema

A named group of AttributeTemplateSchema instances.

Usage

Source

AttributeGroupTemplateSchema()

Property groups organise related attributes together. For example, a "content" group on a well resource might contain smiles, catalog_id, and volume.

Attributes: name: Human-readable group name. slug: Snake_case identifier; used as the Python attribute on the properties object (e.g. resource.properties.content). attribute_templates: Ordered list of attribute blueprints belonging to this group.