Atlassian · Schema

AccountId

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
accountId string
View JSON Schema on GitHub

JSON Schema

atlassian-accountid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountId",
  "title": "AccountId",
  "required": [
    "accountId"
  ],
  "type": "object",
  "properties": {
    "accountId": {
      "type": "string"
    }
  }
}