Atlassian · JSON Structure

Atlassian Admin Policy Structure

Type: object Properties: 8
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

id type name status attributes resources created updated

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Policy",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "attributes": {
      "type": "object"
    },
    "resources": {
      "type": "array"
    },
    "created": {
      "type": "string"
    },
    "updated": {
      "type": "string"
    }
  }
}