Atlassian · Schema

AddContentRestrictionUpdateArray

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

atlassian-addcontentrestrictionupdatearray-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AddContentRestrictionUpdateArray",
  "title": "AddContentRestrictionUpdateArray",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/AddContentRestriction"
  }
}