Skip to content

Commit 277abba

Browse files
committed
OAD schema content object $comment: this is a property of Parameter, Request Body, Response, Header (not just Request Body)
1 parent a04789f commit 277abba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/schemas/validation/schema.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,11 @@ $defs:
566566
$ref: '#/$defs/request-body'
567567

568568
content:
569-
$comment: https://spec.openapis.org/oas/v3.2#fixed-fields-10
569+
$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
570574
type: object
571575
additionalProperties:
572576
$ref: '#/$defs/media-type-or-reference'

0 commit comments

Comments
 (0)