Acuity Brands · Schema

CatalogItem

Acuity Brands product catalog item

Fortune 1000

Properties

Name Type Description
productNumber string Product number/SKU
name string Product name
brand string Brand name
category string Product category
subcategory string Product subcategory
description string Full product description
specifications object Technical specifications
certifications array Product certifications
listPrice number List price in USD
upc string UPC code
imageUrl string Primary product image URL
dataSheetUrl string Product data sheet URL
View JSON Schema on GitHub

JSON Schema

acuity-brands-catalog-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12",
  "$id": "https://schema.api-evangelist.com/acuity-brands/acuity-brands-catalog-item-schema.json",
  "title": "CatalogItem",
  "description": "Acuity Brands product catalog item",
  "type": "object",
  "properties": {
    "productNumber": {
      "type": "string",
      "description": "Product number/SKU",
      "example": "LBL4 48L ADP"
    },
    "name": {
      "type": "string",
      "description": "Product name",
      "example": "4FT LED Wrap Light 4800 Lumens Adapter"
    },
    "brand": {
      "type": "string",
      "description": "Brand name",
      "example": "Lithonia Lighting"
    },
    "category": {
      "type": "string",
      "description": "Product category",
      "example": "Indoor Lighting"
    },
    "subcategory": {
      "type": "string",
      "description": "Product subcategory",
      "example": "Wrap Lights"
    },
    "description": {
      "type": "string",
      "description": "Full product description"
    },
    "specifications": {
      "type": "object",
      "description": "Technical specifications",
      "additionalProperties": true
    },
    "certifications": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Product certifications",
      "example": [
        "UL Listed",
        "Energy Star",
        "DLC Listed"
      ]
    },
    "listPrice": {
      "type": "number",
      "description": "List price in USD",
      "example": 89.99
    },
    "upc": {
      "type": "string",
      "description": "UPC code",
      "example": "041194682000"
    },
    "imageUrl": {
      "type": "string",
      "description": "Primary product image URL"
    },
    "dataSheetUrl": {
      "type": "string",
      "description": "Product data sheet URL"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/acuity-brands-catalog-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.