Atlassian · Schema

Account Links

Links related to an Account.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
avatar object
View JSON Schema on GitHub

JSON Schema

atlassian-account-links-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/account_links",
  "title": "Account Links",
  "type": "object",
  "description": "Links related to an Account.",
  "properties": {
    "avatar": {
      "$ref": "#/components/schemas/link"
    }
  },
  "additionalProperties": true
}