Confluence · Schema

Operation

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
operation string The operation type.
targetType string The target type for the operation.
View JSON Schema on GitHub

JSON Schema

confluence-cloud-v2-operation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Operation",
  "type": "object",
  "properties": {
    "operation": {
      "type": "string",
      "description": "The operation type."
    },
    "targetType": {
      "type": "string",
      "description": "The target type for the operation."
    }
  }
}