File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
com.reprezen.swagedit.openapi3/resources Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ email: ${contact_email}</template>
70
70
content:
71
71
application/json:
72
72
schema:
73
- $$ref: " ${itemSchema}"
73
+ $$ref: ${itemSchema}
74
74
'404':
75
75
description: Not Found
76
76
patch:
@@ -80,7 +80,7 @@ email: ${contact_email}</template>
80
80
content:
81
81
"application/json":
82
82
schema:
83
- $$ref: " ${itemSchema}"
83
+ $$ref: ${itemSchema}
84
84
parameters:
85
85
- name: ${id}
86
86
in: path
@@ -128,15 +128,15 @@ email: ${contact_email}</template>
128
128
schema:
129
129
type: array
130
130
items:
131
- $$ref: " ${itemSchema}"
131
+ $$ref: ${itemSchema}
132
132
post:
133
133
description: Create a new ${item}
134
134
requestBody:
135
135
description: description
136
136
content:
137
137
"application/json":
138
138
schema:
139
- $$ref: " ${itemSchema}"
139
+ $$ref: ${itemSchema}
140
140
responses:
141
141
'201':
142
142
description: Created
@@ -159,15 +159,15 @@ email: ${contact_email}</template>
159
159
content:
160
160
application/json:
161
161
schema:
162
- $$ref: " ${itemSchema}"
162
+ $$ref: ${itemSchema}
163
163
put:
164
164
description: Create a new ${item}
165
165
requestBody:
166
166
description: description
167
167
content:
168
168
"application/json":
169
169
schema:
170
- $$ref: " ${itemSchema}"
170
+ $$ref: ${itemSchema}
171
171
responses:
172
172
'201':
173
173
description: Created
@@ -575,4 +575,4 @@ items:
575
575
'text/html':
576
576
schema:
577
577
$$ref: "${errorModel}"</template >
578
- </templates >
578
+ </templates >
You can’t perform that action at this time.
0 commit comments