Agorapulse · Schema

SharedCalendarAccountSummary

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
managers array
id string
name string
screenName string
profileImageUrl string
service object
serviceId object
type object
uid string
accountSummary object
View JSON Schema on GitHub

JSON Schema

sharedcalendaraccountsummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SharedCalendarAccountSummary",
  "required": [
    "accountSummary"
  ],
  "type": "object",
  "properties": {
    "managers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SharedCalendarManagerSummary"
      }
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "screenName": {
      "type": "string"
    },
    "profileImageUrl": {
      "type": "string"
    },
    "service": {
      "$ref": "#/components/schemas/Service"
    },
    "serviceId": {
      "type": "object"
    },
    "type": {
      "$ref": "#/components/schemas/AccountType"
    },
    "uid": {
      "type": "string"
    },
    "accountSummary": {
      "$ref": "#/components/schemas/AccountSummary"
    }
  }
}