Atlassian · Schema

GenericLinks

CodeCollaborationPlatformProductivitySoftware Development
View JSON Schema on GitHub

JSON Schema

atlassian-genericlinks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GenericLinks",
  "title": "GenericLinks",
  "type": "object",
  "additionalProperties": {
    "oneOf": [
      {
        "type": "object",
        "additionalProperties": true
      },
      {
        "type": "string"
      }
    ]
  }
}