Appian · JSON Structure

Deployment Rest Inspection Error Structure

An error identified during package inspection that would prevent successful deployment.

Type: object Properties: 3
AutomationBPMBusiness Process ManagementEnterprise SoftwareLow-CodeProcess AutomationRPAWorkflow

InspectionError is a JSON Structure definition published by Appian, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errorMessage objectName objectUuid

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/appian/refs/heads/main/json-structure/deployment-rest-inspection-error-structure.json",
  "name": "InspectionError",
  "description": "An error identified during package inspection that would prevent successful deployment.",
  "type": "object",
  "properties": {
    "errorMessage": {
      "description": "A description of the error condition.",
      "type": "string"
    },
    "objectName": {
      "description": "The name of the object affected by the error.",
      "type": "string"
    },
    "objectUuid": {
      "description": "The UUID of the object affected by the error.",
      "type": "string"
    }
  }
}