Atlassian · Schema

ContentRestrictionArray

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
results array
start integer
limit integer
size integer
restrictionsHash string This property is used by the UI to figure out whether a set of restrictions has changed.
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-content-restriction-array-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContentRestrictionArray",
  "type": "object",
  "properties": {
    "results": {
      "type": "array"
    },
    "start": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "size": {
      "type": "integer"
    },
    "restrictionsHash": {
      "type": "string",
      "description": "This property is used by the UI to figure out whether a set of restrictions\nhas changed."
    }
  }
}