Agorapulse · Schema

CreateSimpleDraftOpenResponse

Response after creating a simple draft

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
groupOfPosts object
View JSON Schema on GitHub

JSON Schema

createsimpledraftopenresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateSimpleDraftOpenResponse",
  "required": [
    "groupOfPosts"
  ],
  "type": "object",
  "properties": {
    "groupOfPosts": {
      "$ref": "#/components/schemas/GroupOfPostsSummary"
    }
  },
  "description": "Response after creating a simple draft"
}