Atlassian · Schema

RichText

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
empty boolean
emptyAdf boolean
finalised boolean
valueSet boolean
View JSON Schema on GitHub

JSON Schema

atlassian-richtext-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RichText",
  "title": "RichText",
  "properties": {
    "empty": {
      "type": "boolean"
    },
    "emptyAdf": {
      "type": "boolean"
    },
    "finalised": {
      "type": "boolean"
    },
    "valueSet": {
      "type": "boolean"
    }
  },
  "type": "object"
}