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 3f57f49 commit cb8baa3Copy full SHA for cb8baa3
src/oas.md
@@ -2559,10 +2559,9 @@ components:
2559
content:
2560
text/plain:
2561
schema:
2562
+ # Due to lack of support for multiline regular expressions
2563
+ # in the `pattern` keyword, not much validation can be done.
2564
type: string
- allOf:
- - pattern: "^lang=[^;];.*Expires="
2565
- - pattern: "^foo=[^;];.*Expires="
2566
examples:
2567
WithExpires:
2568
# This demonstrates that the text is required to be provided
@@ -2582,7 +2581,7 @@ components:
2582
2581
- foo
2583
additionalProperties:
2584
2585
- pattern: "^[^[:space:]]$"
+ pattern: "^[^[:space:]]*$"
2586
style: simple
2587
explode: true
2588
0 commit comments