Agorapulse · Schema

PublishingPost

Social Media ManagementSocial-MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
actor object The user who performed the action
post object The post information
View JSON Schema on GitHub

JSON Schema

publishingpost.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PublishingPost",
  "type": "object",
  "properties": {
    "actor": {
      "$ref": "#/components/schemas/User",
      "description": "The user who performed the action"
    },
    "post": {
      "$ref": "#/components/schemas/Post",
      "description": "The post information"
    }
  }
}