Atlassian · JSON Structure

Atlassian Confluence Content Super Batch Web Resources Structure

Type: object Properties: 4
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

uris tags metatags _expandable

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SuperBatchWebResources",
  "type": "object",
  "properties": {
    "uris": {
      "type": "object"
    },
    "tags": {
      "type": "object"
    },
    "metatags": {
      "type": "string"
    },
    "_expandable": {
      "type": "object"
    }
  }
}