Boltic · Schema

Error

AutomationDataSyncGatewaysNoCodeStreamingWorkflows

Properties

Name Type Description
code integer
message string
details string
View JSON Schema on GitHub

JSON Schema

boltic-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "properties": {
    "code": {
      "type": "integer"
    },
    "message": {
      "type": "string"
    },
    "details": {
      "type": "string"
    }
  }
}