We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8e7e3 commit 125c34cCopy full SHA for 125c34c
src/oas.md
@@ -3063,7 +3063,7 @@ components:
3063
lang=en-US; Expires=Wed, 09 Jun 2021 10:18:14 GMT
3064
foo=bar; Expires=Wed, 09 Jun 2021 10:18:14 GMT
3065
urlSafeData: Hello%2C%20world%21
3066
- SetCookieWithSchemaAnd Style:
+ SetCookieWithSchemaAndStyle:
3067
schema:
3068
type: object
3069
required:
@@ -3075,7 +3075,7 @@ components:
3075
type: string
3076
pattern: ^[-_.%a-zA-Z0-9]+(;|$)
3077
additionalProperties:
3078
- # Require an Expires parameter
+ $comment: Require an Expires parameter
3079
pattern: "; *Expires="
3080
style: simple
3081
explode: true
0 commit comments