File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ requestHeaders:
414
414
415
415
# # Example configuration
416
416
417
- Please view the example [serverless.yml](test/serverless\ 2 /serverless.yml).
417
+ Please view the example [serverless.yml](test/serverless-tests/serverless%202 /serverless.yml).
418
418
419
419
# # Notes on schemas
420
420
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ provider:
5
5
runtime : nodejs14.x
6
6
7
7
plugins :
8
- - ../../index.js
8
+ - ../../../ index.js
9
9
10
10
functions :
11
11
updateUser :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ provider:
6
6
runtime : nodejs14.x
7
7
8
8
plugins :
9
- - ../../index.js
9
+ - ../../../ index.js
10
10
11
11
functions :
12
12
createUser :
@@ -59,12 +59,12 @@ custom:
59
59
- name : ErrorResponse
60
60
description : This is an error
61
61
contentType : application/json
62
- schema : ${file(models/ErrorResponse.json)}
62
+ schema : ${file(../../ models/ErrorResponse.json)}
63
63
64
64
- name : PutDocumentResponse
65
65
description : PUT Document response model (external reference example)
66
66
contentType : application/json
67
- schema : ${file(models/PutDocumentResponse.json)}
67
+ schema : ${file(../../ models/PutDocumentResponse.json)}
68
68
69
69
- name : PutDocumentRequest
70
70
description : PUT Document request model (inline example)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ provider:
5
5
runtime : nodejs14.x
6
6
7
7
plugins :
8
- - ../../index.js
8
+ - ../../../ index.js
9
9
10
10
functions :
11
11
createUser :
@@ -99,13 +99,13 @@ custom:
99
99
description : This is an error
100
100
content :
101
101
application/json :
102
- schema : ${file(../models/ErrorResponse.json)}
102
+ schema : ${file(../../ models/ErrorResponse.json)}
103
103
104
104
- name : PutDocumentResponse
105
105
description : PUT Document response model (external reference example)
106
106
content :
107
107
application/json :
108
- schema : ${file(../models/PutDocumentResponse.json)}
108
+ schema : ${file(../../ models/PutDocumentResponse.json)}
109
109
110
110
- name : PutDocumentRequest
111
111
description : PUT Document request model (inline example)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ provider:
5
5
runtime : nodejs14.x
6
6
7
7
plugins :
8
- - ../../index.js
8
+ - ../../../ index.js
9
9
10
10
functions :
11
11
createUser :
@@ -66,13 +66,13 @@ custom:
66
66
description : This is an error
67
67
content :
68
68
application/json :
69
- schema : ${file(../models/ErrorResponse.json)}
69
+ schema : ${file(../../ models/ErrorResponse.json)}
70
70
71
71
- name : PutDocumentResponse
72
72
description : PUT Document response model (external reference example)
73
73
content :
74
74
application/json :
75
- schema : ${file(../models/PutDocumentResponse.json)}
75
+ schema : ${file(../../ models/PutDocumentResponse.json)}
76
76
77
77
- name : PutDocumentRequest
78
78
description : PUT Document request model (inline example)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ provider:
5
5
runtime : nodejs14.x
6
6
7
7
plugins :
8
- - ../../index.js
8
+ - ../../../ index.js
9
9
10
10
functions :
11
11
updateUser :
@@ -117,13 +117,13 @@ custom:
117
117
description : This is an error
118
118
content :
119
119
application/json :
120
- schema : ${file(../models/ErrorResponse.json)}
120
+ schema : ${file(../../ models/ErrorResponse.json)}
121
121
122
122
- name : PutDocumentResponse
123
123
description : PUT Document response model (external reference example)
124
124
content :
125
125
application/json :
126
- schema : ${file(../models/PutDocumentResponse.json)}
126
+ schema : ${file(../../ models/PutDocumentResponse.json)}
127
127
128
128
- name : PutDocumentRequest
129
129
description : PUT Document request model (inline example)
You can’t perform that action at this time.
0 commit comments