Atlassian · Schema

GlobalSpaceIdentifier

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
spaceIdentifier string
View JSON Schema on GitHub

JSON Schema

atlassian-globalspaceidentifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GlobalSpaceIdentifier",
  "title": "GlobalSpaceIdentifier",
  "type": "object",
  "nullable": true,
  "required": [
    "spaceIdentifier"
  ],
  "properties": {
    "spaceIdentifier": {
      "type": "string"
    }
  }
}