Atlassian · Schema

AsyncId

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
asyncId string
View JSON Schema on GitHub

JSON Schema

atlassian-asyncid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AsyncId",
  "title": "AsyncId",
  "required": [
    "asyncId"
  ],
  "type": "object",
  "properties": {
    "asyncId": {
      "type": "string",
      "example": "500123"
    }
  }
}