From 0c0914b397b79c81352a3fc8972bf5201a7e7756 Mon Sep 17 00:00:00 2001 From: Jonas Lagoni Date: Wed, 17 Jan 2024 11:34:43 -1000 Subject: [PATCH] update description --- http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/README.md b/http/README.md index 1d69b6ce..fc79cf3f 100644 --- a/http/README.md +++ b/http/README.md @@ -71,7 +71,7 @@ This object contains information about the message representation in HTTP. Field Name | Type | Description ---|:---:|--- `headers` | [Schema Object][schemaObject] \| [Reference Object](referenceObject) | A Schema object containing the definitions for HTTP-specific headers. This schema MUST be of type `object` and have a `properties` key. -`statusCode` | number | The HTTP response status code according to [RFC 9110](https://httpwg.org/specs/rfc9110.html#overview.of.status.codes). +`statusCode` | number | The HTTP response status code according to [RFC 9110](https://httpwg.org/specs/rfc9110.html#overview.of.status.codes). `statusCode` is only relevant for messages referenced by the [operation reply object](https://www.asyncapi.com/docs/reference/specification/v3.0.0#operationReplyObject) as they define the status code for the response, in all other cases this can safely be ignored. `bindingVersion` | string | The version of this binding. If omitted, "latest" MUST be assumed. This object MUST contain only the properties defined above.