Atlassian · Schema

ContentStateResponse

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
contentState object Null or content state
lastUpdated string Timestamp of last publish event where content state changed
View JSON Schema on GitHub

JSON Schema

atlassian-contentstateresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContentStateResponse",
  "title": "ContentStateResponse",
  "type": "object",
  "properties": {
    "contentState": {
      "$ref": "#/components/schemas/ContentState",
      "description": "Null or content state"
    },
    "lastUpdated": {
      "type": "string",
      "description": "Timestamp of last publish event where content state changed",
      "example": "example_value"
    }
  }
}