Atlassian · Schema

ContentPropertyUpdate

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
value string The value of the content property. This can be empty or a complex object.
version object The version number of the property.
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-content-property-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContentPropertyUpdate",
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "The value of the content property. This can be empty or a complex object."
    },
    "version": {
      "type": "object",
      "description": "The version number of the property."
    }
  }
}