Planable · Schema

Get_Ping Response 200

Social MediaContent CollaborationApproval WorkflowsSocial Media ManagementContent PublishingMarketing

Properties

Name Type Description
ok boolean
tokenId string
companyId string
View JSON Schema on GitHub

JSON Schema

get_ping-response-200.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://planable.io/schemas/get_ping-response-200.json",
  "title": "Get_Ping Response 200",
  "type": "object",
  "properties": {
    "ok": {
      "type": "boolean",
      "enum": [
        true
      ]
    },
    "tokenId": {
      "type": "string"
    },
    "companyId": {
      "type": "string"
    }
  },
  "required": [
    "ok",
    "tokenId",
    "companyId"
  ]
}