Planable · Schema

Get_Posts_{Id}_Sync Status Response 200

Social MediaContent CollaborationApproval WorkflowsSocial Media ManagementContent PublishingMarketing

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

get_posts_{id}_sync-status-response-200.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://planable.io/schemas/get_posts_{id}_sync-status-response-200.json",
  "title": "Get_Posts_{Id}_Sync Status Response 200",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "postId": {
          "type": "string"
        },
        "syncInProgress": {
          "type": "boolean"
        },
        "lastSyncedAt": {
          "type": [
            "string",
            "null"
          ],
          "format": "date-time"
        }
      },
      "required": [
        "postId",
        "syncInProgress",
        "lastSyncedAt"
      ]
    }
  },
  "required": [
    "data"
  ]
}