Confluence · JSON Structure

Confluence Cloud V2 Error Structure

Type: object Properties: 3
CollaborationContent ManagementDocumentationKnowledge BaseWiki

Error is a JSON Structure definition published by Confluence, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

statusCode data message

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "statusCode": {
      "type": "integer"
    },
    "data": {
      "type": "object"
    },
    "message": {
      "type": "string"
    }
  }
}