Atlassian · Schema

Relation

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
name string
source string
target string
_expandable object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-relation-relation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Relation",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "target": {
      "type": "string"
    },
    "_expandable": {
      "type": "object"
    }
  }
}