From 17221324d020055b7faec9dc75211cd11d4e5574 Mon Sep 17 00:00:00 2001 From: Jonas Lagoni Date: Mon, 15 Jan 2024 09:39:21 -1000 Subject: [PATCH] update keyword --- http/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/http/README.md b/http/README.md index eaf1eae3..1d69b6ce 100644 --- a/http/README.md +++ b/http/README.md @@ -21,7 +21,6 @@ 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. - ## Operation Binding Object @@ -61,7 +60,6 @@ operations: bindingVersion: '0.3.0' ``` - ## Message Binding Object @@ -73,12 +71,11 @@ 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. -`status-code` | 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). `bindingVersion` | string | The version of this binding. If omitted, "latest" MUST be assumed. This object MUST contain only the properties defined above. - ```yaml channels: test: @@ -87,7 +84,7 @@ channels: testMessage: bindings: http: - status-code: 200 + statusCode: 200 headers: type: object properties: