{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://vinquery.com/schemas/decisioq/7.6.3/api-error.schema.json",
  "title": "DecisioQ API Error",
  "type": "object",
  "properties": {
    "service": { "type": "string" },
    "version": { "type": "string" },
    "requestId": { "type": "string" },
    "operation": { "type": "string" },
    "success": { "const": false },
    "error": { "type": "object" }
  },
  "additionalProperties": true
}
