{
  "x-apiture-version": "2.0.0",
  "title": "Error Response (v2.0.0)",
  "description": "Describes an error response, typically returned on 4xx or 5xx errors from API operations. The `_error` object contains the error details.",
  "allOf": [
    {
      "$ref": "https://production.api.apiture.com/schemas/common/abstractResource/v2.0.0/model.json"
    }
  ],
  "example": {
    "_profile": "https://production.api.apiture.com/schemas/common/errorResponse/v2.0.0/profile.json",
    "_error": {
      "_id": "2eae46e1-575c-4d69-8a8f-0a7b0115a4b3",
      "message": "The value for deposit must be greater than 0.",
      "statusCode": 422,
      "type": "positiveNumberRequired",
      "attributes": {
        "value": -125.5
      },
      "remediation": "Provide a value which is greater than 0",
      "occurredAt": "2018-01-25T05:50:52.375Z",
      "_links": {
        "describedby": {
          "href": "https://production.api.apiture.com/errors/positiveNumberRequired"
        }
      },
      "_embedded": {
        "errors": []
      }
    }
  }
}