Atlassian · Schema

EmbeddedContent

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
entityId integer
entityType string
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-embedded-content-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EmbeddedContent",
  "type": "object",
  "properties": {
    "entityId": {
      "type": "integer"
    },
    "entityType": {
      "type": "string"
    }
  }
}