Skip to content

Commit 0b94380

Browse files
author
Andrei Neagu
committed
update specs
1 parent 731baa0 commit 0b94380

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

services/catalog/openapi.json

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@
171171
"content": {
172172
"application/json": {
173173
"schema": {
174-
"$ref": "#/components/schemas/Envelope_dict_str__Any__"
174+
"type": "object",
175+
"title": "Response Get Service Labels V0 Services Service Key Service Version Labels Get"
175176
}
176177
}
177178
}
@@ -1523,32 +1524,6 @@
15231524
"title": "EndpointSpec",
15241525
"description": "Properties that can be configured to access and load balance a service."
15251526
},
1526-
"Envelope_dict_str__Any__": {
1527-
"properties": {
1528-
"data": {
1529-
"anyOf": [
1530-
{
1531-
"type": "object"
1532-
},
1533-
{
1534-
"type": "null"
1535-
}
1536-
],
1537-
"title": "Data"
1538-
},
1539-
"error": {
1540-
"anyOf": [
1541-
{},
1542-
{
1543-
"type": "null"
1544-
}
1545-
],
1546-
"title": "Error"
1547-
}
1548-
},
1549-
"type": "object",
1550-
"title": "Envelope[dict[str, Any]]"
1551-
},
15521527
"FailureAction": {
15531528
"type": "string",
15541529
"enum": [

0 commit comments

Comments
 (0)