Agorapulse · Schema

FacebookType

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening
View JSON Schema on GitHub

JSON Schema

facebooktype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FacebookType",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/AbstractFacebookType"
    },
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "metadata": {
          "$ref": "#/components/schemas/FacebookType.Metadata"
        },
        "type": {
          "type": "string"
        }
      }
    }
  ]
}