Skip to content

Commit b504635

Browse files
committed
chore: additional update of validation files
1 parent 6322c0e commit b504635

File tree

109 files changed

+2266
-613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+2266
-613
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-

1+
{
2+
"$request.body#/url": {
3+
"post": {
4+
"requestBody": {
5+
"content": {
6+
"application/json": {
7+
"schema": {
8+
"type": "object"
9+
}
10+
}
11+
}
12+
},
13+
"responses": {
14+
"200": {
15+
"description": "Success"
16+
}
17+
}
18+
}
19+
}
20+
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
{"$request.body#/url":{"post":{"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Success"}}}}}
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-

1+
{
2+
"$request.body#/url": {
3+
"post": {
4+
"requestBody": {
5+
"content": {
6+
"application/json": {
7+
"schema": {
8+
"type": "object"
9+
}
10+
}
11+
}
12+
},
13+
"responses": {
14+
"200": {
15+
"description": "Success"
16+
}
17+
}
18+
}
19+
}
20+
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
{"$request.body#/url":{"post":{"requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Success"}}}}}
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-

1+
{
2+
"$ref": "#/components/callbacks/simpleHook"
3+
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-

1+
{"$ref":"#/components/callbacks/simpleHook"}

0 commit comments

Comments
 (0)