{
  "$id": "https://schema.nfh.global/AsyncError/v2.0",
  "x-iri": "https://schema.nfh.global/AsyncError/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Asynchronous Error",
  "description": "Error returned asynchronously during a callback. Wraps the base `Error` schema with JSON-LD type annotations to allow linked-data processing.",
  "allOf": [
    {
      "$ref": "https://schema.nfh.global/Error/v2.0/schema.json"
    },
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  ]
}
