Agorapulse · Schema

Profile1

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
uid string Unique identifier for the profile
name string Name of the profile
network object The social network of the profile
View JSON Schema on GitHub

JSON Schema

profile1.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Profile1",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string",
      "description": "Unique identifier for the profile"
    },
    "name": {
      "type": "string",
      "description": "Name of the profile"
    },
    "network": {
      "$ref": "#/components/schemas/Network",
      "description": "The social network of the profile"
    }
  }
}