openfoodfacts_proxy.models.v2.attribute_groups_response [docs] module openfoodfacts_proxy.models.v2.attribute_groups_response 1 2 3 4 5 6 7 8 9from typing import Any from pydantic import BaseModel class V2AttributeGroupsResponse(BaseModel):[docs] """Response model for GET /api/v2/attribute_groups.""" attribute_groups: list[dict[str, Any]]