{
  "$id": "https://schema.nfh.global/ServerError/v2.0",
  "x-iri": "https://schema.nfh.global/ServerError/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "Internal failure on the network participant's application; the request could not be processed. The response body MAY contain an `error` object with additional details.",
  "type": "object",
  "properties": {
    "error": {
      "$ref": "https://schema.nfh.global/Error/v2.0/schema.json"
    }
  }
}
