Skip to content

Commit 6783c74

Browse files
snippets: add properties to response application/json
1 parent 736c5af commit 6783c74

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

snippets/response.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,19 @@
1111
"type": "object",
1212
"properties": [{
1313
"name": "application/json",
14-
"type": "media"
14+
"type": "media",
15+
"properties": [{
16+
"name": "schema",
17+
"type": "object"
18+
}, {
19+
"name": "examples",
20+
"type": "object",
21+
"subtype": "example"
22+
}, {
23+
"name": "encoding",
24+
"type": "object",
25+
"subtype": "encoding"
26+
}]
1527
}]
1628
},{
1729
"name": "links",

0 commit comments

Comments
 (0)