Skip to content

Commit 77a1759

Browse files
Hartorngithub-actions[bot]
authored andcommitted
chore: version OpenAPI spec - v2.5.1-91-g6960d180
1 parent a914f94 commit 77a1759

1 file changed

Lines changed: 47 additions & 41 deletions

File tree

openapi.json

Lines changed: 47 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.1.0",
33
"info": {
44
"title": "Giskard Hub",
5-
"version": "v2.5.1-39-gfa8ea42e"
5+
"version": "v2.5.1-91-g6960d180"
66
},
77
"paths": {
88
"/v2/agents": {
@@ -21238,7 +21238,14 @@
2123821238
"title": "Email"
2123921239
},
2124021240
"api_key": {
21241-
"type": "string",
21241+
"anyOf": [
21242+
{
21243+
"type": "string"
21244+
},
21245+
{
21246+
"type": "null"
21247+
}
21248+
],
2124221249
"title": "Api Key"
2124321250
},
2124421251
"permissions": {
@@ -21261,7 +21268,6 @@
2126121268
"id",
2126221269
"name",
2126321270
"email",
21264-
"api_key",
2126521271
"permissions",
2126621272
"groups"
2126721273
],
@@ -21326,26 +21332,6 @@
2132621332
"title": "ValidationError"
2132721333
},
2132821334
"backend__http__responses__base__Included_list__1": {
21329-
"properties": {
21330-
"evaluations": {
21331-
"anyOf": [
21332-
{
21333-
"items": {
21334-
"$ref": "#/components/schemas/APIResponse_EvaluationAPIResource_"
21335-
},
21336-
"type": "array"
21337-
},
21338-
{
21339-
"type": "null"
21340-
}
21341-
],
21342-
"title": "Evaluations"
21343-
}
21344-
},
21345-
"type": "object",
21346-
"title": "Included_list"
21347-
},
21348-
"backend__http__responses__base__Included_list__2": {
2134921335
"properties": {
2135021336
"agent": {
2135121337
"anyOf": [
@@ -21371,43 +21357,53 @@
2137121357
"type": "object",
2137221358
"title": "Included_list"
2137321359
},
21374-
"backend__http__responses__base__Included_list__3": {
21360+
"backend__http__responses__base__Included_list__2": {
2137521361
"properties": {
21376-
"agent": {
21362+
"evaluations": {
2137721363
"anyOf": [
2137821364
{
21379-
"$ref": "#/components/schemas/APIResponse_AgentAPIResource_"
21365+
"items": {
21366+
"$ref": "#/components/schemas/APIResponse_EvaluationAPIResource_"
21367+
},
21368+
"type": "array"
2138021369
},
2138121370
{
2138221371
"type": "null"
2138321372
}
21384-
]
21373+
],
21374+
"title": "Evaluations"
2138521375
}
2138621376
},
2138721377
"type": "object",
2138821378
"title": "Included_list"
2138921379
},
21390-
"backend__http__responses__base__Included_list__4": {
21380+
"backend__http__responses__base__Included_list__3": {
2139121381
"properties": {
21392-
"latest_runs": {
21382+
"agent": {
2139321383
"anyOf": [
2139421384
{
21395-
"items": {
21396-
"$ref": "#/components/schemas/APIResponse_EvaluationAPIResource_"
21397-
},
21398-
"type": "array"
21385+
"$ref": "#/components/schemas/APIResponse_AgentAPIResource_"
2139921386
},
2140021387
{
2140121388
"type": "null"
2140221389
}
21403-
],
21404-
"title": "Latest Runs"
21390+
]
21391+
},
21392+
"dataset": {
21393+
"anyOf": [
21394+
{
21395+
"$ref": "#/components/schemas/APIResponse_DatasetAPIResource_"
21396+
},
21397+
{
21398+
"type": "null"
21399+
}
21400+
]
2140521401
}
2140621402
},
2140721403
"type": "object",
2140821404
"title": "Included_list"
2140921405
},
21410-
"backend__http__responses__base__Included_list__5": {
21406+
"backend__http__responses__base__Included_list__4": {
2141121407
"properties": {
2141221408
"agent": {
2141321409
"anyOf": [
@@ -21433,7 +21429,7 @@
2143321429
"type": "object",
2143421430
"title": "Included_list"
2143521431
},
21436-
"backend__http__responses__base__Included_list__6": {
21432+
"backend__http__responses__base__Included_list__5": {
2143721433
"properties": {
2143821434
"agent": {
2143921435
"anyOf": [
@@ -21444,16 +21440,26 @@
2144421440
"type": "null"
2144521441
}
2144621442
]
21447-
},
21448-
"dataset": {
21443+
}
21444+
},
21445+
"type": "object",
21446+
"title": "Included_list"
21447+
},
21448+
"backend__http__responses__base__Included_list__6": {
21449+
"properties": {
21450+
"latest_runs": {
2144921451
"anyOf": [
2145021452
{
21451-
"$ref": "#/components/schemas/APIResponse_DatasetAPIResource_"
21453+
"items": {
21454+
"$ref": "#/components/schemas/APIResponse_EvaluationAPIResource_"
21455+
},
21456+
"type": "array"
2145221457
},
2145321458
{
2145421459
"type": "null"
2145521460
}
21456-
]
21461+
],
21462+
"title": "Latest Runs"
2145721463
}
2145821464
},
2145921465
"type": "object",

0 commit comments

Comments
 (0)