diff --git a/websockets/README.md b/websockets/README.md index 47b18121..34c3fcb6 100644 --- a/websockets/README.md +++ b/websockets/README.md @@ -6,8 +6,7 @@ This document defines how to describe WebSockets-specific information on AsyncAP ## Version -Current version is `0.1.0`. - +Current version is `0.2.0`. @@ -15,9 +14,6 @@ Current version is `0.1.0`. This object MUST NOT contain any properties. Its name is reserved for future use. - - - ## Channel Binding Object @@ -29,8 +25,8 @@ When using WebSockets, the channel represents the connection. Unlike other proto Field Name | Type | Description ---|:---:|--- `method` | string | The HTTP method to use when establishing the connection. Its value MUST be either `GET` or `POST`. -`query` | [Schema Object][schemaObject] | A Schema object containing the definitions for each query parameter. This schema MUST be of type `object` and have a `properties` key. -`headers` | [Schema Object][schemaObject] | A Schema object containing the definitions of the HTTP headers to use when establishing the connection. This schema MUST be of type `object` and have a `properties` key. +`query` | [Parameters Object][parametersObject] | A Schema object containing the definitions for each query parameter. +`headers` | [Parameters Object][parametersObject] | A Schema object containing the definitions of the HTTP headers to use when establishing the connection. `bindingVersion` | string | The version of this binding. If omitted, "latest" MUST be assumed. This object MUST contain only the properties defined above. @@ -41,7 +37,6 @@ This object MUST contain only the properties defined above. This object MUST NOT contain any properties. Its name is reserved for future use. - ## Message Binding Object @@ -49,4 +44,4 @@ This object MUST NOT contain any properties. Its name is reserved for future use This object MUST NOT contain any properties. Its name is reserved for future use. -[schemaObject]: https://www.asyncapi.com/docs/specifications/2.0.0/#schemaObject \ No newline at end of file +[parametersObject]: https://www.asyncapi.com/docs/specifications/latest/#parametersObject \ No newline at end of file