Atlassian · Schema

link

A link to a resource related to this object.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
href string
name string
View JSON Schema on GitHub

JSON Schema

atlassian-bitbucket-user-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "link",
  "type": "object",
  "description": "A link to a resource related to this object.",
  "properties": {
    "href": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}