Atlassian · Schema

MacroInstance

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
name string
body string
parameters object
_links object
View JSON Schema on GitHub

JSON Schema

atlassian-macroinstance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MacroInstance",
  "title": "MacroInstance",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Example Title"
    },
    "body": {
      "type": "string",
      "example": "example_value"
    },
    "parameters": {
      "type": "object",
      "example": "example_value"
    },
    "_links": {
      "$ref": "#/components/schemas/GenericLinks"
    }
  }
}