diff --git a/spec.md b/spec.md
index d6ddd9e..de6aed4 100644
--- a/spec.md
+++ b/spec.md
@@ -111,6 +111,7 @@ Field Name | Type | Description
info | [Info Object](#info-object) | **REQUIRED**. Provides metadata about the API. The metadata MAY be used by tooling as required.
servers | [[Server Object](#server-object)] | An array of Server Objects, which provide connectivity information to a target server. If the `servers` property is not provided, or is an empty array, the default value would be a [Server Object](#server-object) with a [url](#server-url) value of `localhost`.
methods | [[Method Object](#method-object) \| [Reference Object](#reference-object)] | **REQUIRED**. The available methods for the API. While it is required, the array may be empty (to handle security filtering, for example).
+listeners | [[Method Object](#method-object) \| [Reference Object](#reference-object)] | A list of client-side listener methods that the server MAY call as callbacks.
components | [Components Object](#components-object) | An element to hold various schemas for the specification.
externalDocs | [External Documentation Object](#external-documentation-object) | Additional external documentation.