Adobe Analytics · JSON Structure

Adobe Analytics Owner Structure

The owner of an Analytics component

Type: object Properties: 3
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

Owner is a JSON Structure definition published by Adobe Analytics, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name login

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "The owner of an Analytics component",
  "name": "Owner",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Owner user ID"
    },
    "name": {
      "type": "string",
      "description": "Owner display name"
    },
    "login": {
      "type": "string",
      "description": "Owner login identifier"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}