Atlassian · Schema

SpaceProperty

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
id string
key string
value string
_expandable object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-space-space-property-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SpaceProperty",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "_expandable": {
      "type": "object"
    }
  }
}