We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
content
1 parent a04789f commit 277abbaCopy full SHA for 277abba
src/schemas/validation/schema.yaml
@@ -566,7 +566,11 @@ $defs:
566
$ref: '#/$defs/request-body'
567
568
content:
569
- $comment: https://spec.openapis.org/oas/v3.2#fixed-fields-10
+ $comment: |
570
+ Parameter Object: https://spec.openapis.org/oas/v3.2#fixed-fields-9
571
+ Request Body Object: https://spec.openapis.org/oas/v3.2#fixed-fields-10
572
+ Response Object: https://spec.openapis.org/oas/v3.2#fixed-fields-14
573
+ Header Object: https://spec.openapis.org/oas/v3.2#fixed-fields-17
574
type: object
575
additionalProperties:
576
$ref: '#/$defs/media-type-or-reference'
0 commit comments