Agorapulse · Schema

YoutubeCommunityManagementAction

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening
View JSON Schema on GitHub

JSON Schema

youtubecommunitymanagementaction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "YoutubeCommunityManagementAction",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/CommunityManagementAction"
    },
    {
      "type": "object",
      "properties": {
        "removedCount": {
          "type": "integer",
          "description": "Number of items removed",
          "format": "int64",
          "example": 5
        }
      }
    }
  ]
}