Agorapulse · Schema

PublishingCalendarNoteColor

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening
View JSON Schema on GitHub

JSON Schema

publishingcalendarnotecolor.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PublishingCalendarNoteColor",
  "type": "string",
  "enum": [
    "BLUE",
    "RED",
    "YELLOW",
    "GREEN",
    "PURPLE",
    "PINK",
    "ORANGE",
    "MINT",
    "CYAN",
    "GREY"
  ]
}