Atlassian · Schema

SpaceWatch

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
type string
spaceKey string
labelName string
prefix string
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-space-watch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SpaceWatch",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "spaceKey": {
      "type": "string"
    },
    "labelName": {
      "type": "string"
    },
    "prefix": {
      "type": "string"
    }
  }
}