Skip to content

Commit 85b7a1d

Browse files
snippets: remove properties from response application/json
1 parent aa08b41 commit 85b7a1d

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"versionDate": "2022-02-04",
55
"author": "hackolade",
66
"engines": {
7-
"hackolade": "4.3.15",
7+
"hackolade": "5.4.7",
88
"hackoladePlugin": "1.0.0"
99
},
1010
"contributes": {

snippets/response.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,7 @@
1111
"type": "object",
1212
"properties": [{
1313
"name": "application/json",
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-
}]
14+
"type": "media"
2715
}]
2816
},{
2917
"name": "links",

0 commit comments

Comments
 (0)