acuity-brands · JSON Structure

Acuity Brands Catalog Item Structure

Acuity Brands product catalog item

Type: object Properties: 12
Fortune 1000

Acuity Brands Catalog Item Structure is a JSON Structure definition published by acuity-brands, describing 12 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

productNumber name brand category subcategory description specifications certifications listPrice upc imageUrl dataSheetUrl

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://structure.api-evangelist.com/acuity-brands/acuity-brands-catalog-item-structure.json",
  "title": "CatalogItem",
  "description": "Acuity Brands product catalog item",
  "type": "object",
  "properties": {
    "productNumber": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "brand": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "subcategory": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "specifications": {
      "type": "object"
    },
    "certifications": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "listPrice": {
      "type": "number"
    },
    "upc": {
      "type": "string"
    },
    "imageUrl": {
      "type": "string"
    },
    "dataSheetUrl": {
      "type": "string"
    }
  }
}