@lemmaoracle/spec 0.0.29 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.lemma.v2.json +3 -0
- package/package.json +1 -1
package/openapi.lemma.v2.json
CHANGED
|
@@ -334,6 +334,7 @@
|
|
|
334
334
|
},
|
|
335
335
|
"/v1/schemas/{id}": {
|
|
336
336
|
"get": {
|
|
337
|
+
"security": [],
|
|
337
338
|
"parameters": [
|
|
338
339
|
{ "name": "id", "in": "path", "required": true, "schema": { "type": "string" } }
|
|
339
340
|
],
|
|
@@ -379,6 +380,7 @@
|
|
|
379
380
|
},
|
|
380
381
|
"/v1/circuits/{circuitId}": {
|
|
381
382
|
"get": {
|
|
383
|
+
"security": [],
|
|
382
384
|
"parameters": [
|
|
383
385
|
{ "name": "circuitId", "in": "path", "required": true, "schema": { "type": "string" } }
|
|
384
386
|
],
|
|
@@ -424,6 +426,7 @@
|
|
|
424
426
|
},
|
|
425
427
|
"/v1/doc-generators/{generatorId}": {
|
|
426
428
|
"get": {
|
|
429
|
+
"security": [],
|
|
427
430
|
"parameters": [
|
|
428
431
|
{ "name": "generatorId", "in": "path", "required": true, "schema": { "type": "string" } }
|
|
429
432
|
],
|