From 1a79d07961f6c99715887a8b1d78d07bcef113e6 Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Sat, 30 Aug 2025 22:08:03 -0700 Subject: [PATCH] feat: introduce root listener methods --- spec.md | 1 + 1 file changed, 1 insertion(+) 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.