Atlassian · JSON Structure

Atlassian Confluence Content Web Resource Dependencies Structure

Type: object Properties: 5
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

_expandable keys contexts uris tags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WebResourceDependencies",
  "type": "object",
  "properties": {
    "_expandable": {
      "type": "object"
    },
    "keys": {
      "type": "array"
    },
    "contexts": {
      "type": "array"
    },
    "uris": {
      "type": "object"
    },
    "tags": {
      "type": "object"
    }
  }
}