Atlassian · Schema

ProjectDataPolicies

Details about data policies for a list of projects.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
projectDataPolicies array List of projects with data policies.
View JSON Schema on GitHub

JSON Schema

atlassian-projectdatapolicies-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProjectDataPolicies",
  "title": "ProjectDataPolicies",
  "additionalProperties": false,
  "description": "Details about data policies for a list of projects.",
  "properties": {
    "projectDataPolicies": {
      "description": "List of projects with data policies.",
      "items": {
        "$ref": "#/components/schemas/ProjectWithDataPolicy"
      },
      "readOnly": true,
      "type": "array"
    }
  },
  "type": "object"
}