42Crunch · JSON Structure

Scand Manager Error Structure

Error response from the API

Type: object Properties: 1 Required: 1
API SecurityPlatformScanningSecurityOpenAPIDevSecOps

Error is a JSON Structure definition published by 42Crunch, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

error

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/42crunch/refs/heads/main/json-structure/scand-manager-error-structure.json",
  "name": "Error",
  "description": "Error response from the API",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "Human-readable error message",
      "maxLength": 1024,
      "minLength": 1,
      "pattern": "^\\P{Cc}+$",
      "example": "Job not found"
    }
  },
  "additionalProperties": false,
  "required": [
    "error"
  ]
}