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 d5c847dCopy full SHA for d5c847d
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.2#fixed-fields-10
+ $comment: |
570
+ The `content` object is a property of:
571
+ Parameter Object: https://spec.openapis.org/oas/v3.2#parameter-object
572
+ Request Body Object: https://spec.openapis.org/oas/v3.2#request-body-object
573
+ Response Object: https://spec.openapis.org/oas/v3.2#response-object
574
+ Header Object: https://spec.openapis.org/oas/v3.2#header-object
575
type: object
576
additionalProperties:
577
$ref: '#/$defs/media-type-or-reference'
0 commit comments