Confluence · Schema

SpacePropertyArray

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
results array
View JSON Schema on GitHub

JSON Schema

confluence-cloud-v2-space-property-array-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SpacePropertyArray",
  "type": "object",
  "properties": {
    "results": {
      "type": "array"
    }
  }
}