Atlassian · Schema

DynamicModulesErrorMessage

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
message string The error message.
View JSON Schema on GitHub

JSON Schema

atlassian-dynamicmoduleserrormessage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DynamicModulesErrorMessage",
  "title": "DynamicModulesErrorMessage",
  "required": [
    "message"
  ],
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "The error message."
    }
  },
  "example": {
    "message": "The request is not from a Connect app."
  }
}