We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99d0a8e + c09a16d commit 1ad2f4fCopy full SHA for 1ad2f4f
1 file changed
src/schemas/validation/schema.yaml
@@ -566,7 +566,12 @@ $defs:
566
$ref: '#/$defs/request-body'
567
568
content:
569
- $comment: https://spec.openapis.org/oas/v3.3#fixed-fields-10
+ $comment: |
570
+ The `content` object is a property of:
571
+ Parameter Object: https://spec.openapis.org/oas/v3.3#parameter-object
572
+ Request Body Object: https://spec.openapis.org/oas/v3.3#request-body-object
573
+ Response Object: https://spec.openapis.org/oas/v3.3#response-object
574
+ Header Object: https://spec.openapis.org/oas/v3.3#header-object
575
type: object
576
additionalProperties:
577
$ref: '#/$defs/media-type-or-reference'
0 commit comments