Atlassian · Schema

ContentRestriction

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
operation string
restrictions object
_expandable object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-content-restriction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContentRestriction",
  "type": "object",
  "properties": {
    "operation": {
      "type": "string"
    },
    "restrictions": {
      "type": "object"
    },
    "_expandable": {
      "type": "object"
    }
  }
}