Atlassian · Schema

AsyncId

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
asyncId string
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-async-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AsyncId",
  "type": "object",
  "properties": {
    "asyncId": {
      "type": "string"
    }
  }
}