Atlassian · Schema

SuperBatchWebResources

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
uris object
tags object
metatags string
_expandable object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-super-batch-web-resources-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SuperBatchWebResources",
  "type": "object",
  "properties": {
    "uris": {
      "type": "object"
    },
    "tags": {
      "type": "object"
    },
    "metatags": {
      "type": "string"
    },
    "_expandable": {
      "type": "object"
    }
  }
}