{
    "name": "brands",
    "api_version": "1",
    "description": "Product brand records.",
    "fields": [
        {
            "name": "id",
            "description": "Internal content or product identifier."
        },
        {
            "name": "name",
            "description": "Human-readable name."
        },
        {
            "name": "uri",
            "description": "Stable route slug/URI when available."
        },
        {
            "name": "url",
            "description": "Canonical public URL when available."
        }
    ]
}