Agorapulse · Schema

GroupOfPostsSummary.ProfileSchedulingSummary

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
profile object
schedulingSummary array
View JSON Schema on GitHub

JSON Schema

groupofpostssummary-profileschedulingsummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GroupOfPostsSummary.ProfileSchedulingSummary",
  "required": [
    "profile",
    "schedulingSummary"
  ],
  "type": "object",
  "properties": {
    "profile": {
      "$ref": "#/components/schemas/Profile"
    },
    "schedulingSummary": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GroupOfPostsSummary.SchedulingSummary"
      }
    }
  }
}