acuity-brands · JSON Structure

Acuity Brands Webpage Structure

Acuity Brands product or content web page

Type: object Properties: 8
Fortune 1000

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

Properties

pageId url title type brand metaDescription productNumber lastModified

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-webpage-structure.json",
  "title": "Webpage",
  "description": "Acuity Brands product or content web page",
  "type": "object",
  "properties": {
    "pageId": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "brand": {
      "type": "string"
    },
    "metaDescription": {
      "type": "string"
    },
    "productNumber": {
      "type": "string"
    },
    "lastModified": {
      "type": "string"
    }
  }
}