Skip to content

Commit 6168e9c

Browse files
committed
must contain a schema
1 parent 5259a7d commit 6168e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ responseModels:
419419

420420
##### `responseHeaders`
421421

422-
The `responseHeaders` property allows you to define the headers expected in a HTTP Response of the function event. This should only contain a description and optionally a schema, which must be a JSON schema (inline, file or externally hosted).
422+
The `responseHeaders` property allows you to define the headers expected in a HTTP Response of the function event. This should only contain a description and a schema, which must be a JSON schema (inline, file or externally hosted).
423423

424424
```yml
425425
responseHeaders:

0 commit comments

Comments
 (0)