Planable · Schema

Post_Posts_{Id}_Sync Response 200

Social MediaContent CollaborationApproval WorkflowsSocial Media ManagementContent PublishingMarketing

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

post_posts_{id}_sync-response-200.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://planable.io/schemas/post_posts_{id}_sync-response-200.json",
  "title": "Post_Posts_{Id}_Sync Response 200",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "postId": {
          "type": "string"
        },
        "started": {
          "type": "boolean"
        },
        "message": {
          "type": "string"
        }
      },
      "required": [
        "postId",
        "started",
        "message"
      ]
    }
  },
  "required": [
    "data"
  ]
}