Confluence · JSON Structure

Confluence Cloud V2 Operation Structure

Type: object Properties: 2
CollaborationContent ManagementDocumentationKnowledge BaseWiki

Operation is a JSON Structure definition published by Confluence, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

operation targetType

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Operation",
  "type": "object",
  "properties": {
    "operation": {
      "type": "string"
    },
    "targetType": {
      "type": "string"
    }
  }
}