From 77a175989d88b2a13a7b03e10d7b43dc79ecd8d5 Mon Sep 17 00:00:00 2001 From: Hartorn <4953724+Hartorn@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:59:20 +0000 Subject: [PATCH] chore: version OpenAPI spec - v2.5.1-91-g6960d180 --- openapi.json | 88 ++++++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 41 deletions(-) diff --git a/openapi.json b/openapi.json index f964fb3..5e82823 100644 --- a/openapi.json +++ b/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "Giskard Hub", - "version": "v2.5.1-39-gfa8ea42e" + "version": "v2.5.1-91-g6960d180" }, "paths": { "/v2/agents": { @@ -21238,7 +21238,14 @@ "title": "Email" }, "api_key": { - "type": "string", + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], "title": "Api Key" }, "permissions": { @@ -21261,7 +21268,6 @@ "id", "name", "email", - "api_key", "permissions", "groups" ], @@ -21326,26 +21332,6 @@ "title": "ValidationError" }, "backend__http__responses__base__Included_list__1": { - "properties": { - "evaluations": { - "anyOf": [ - { - "items": { - "$ref": "#/components/schemas/APIResponse_EvaluationAPIResource_" - }, - "type": "array" - }, - { - "type": "null" - } - ], - "title": "Evaluations" - } - }, - "type": "object", - "title": "Included_list" - }, - "backend__http__responses__base__Included_list__2": { "properties": { "agent": { "anyOf": [ @@ -21371,43 +21357,53 @@ "type": "object", "title": "Included_list" }, - "backend__http__responses__base__Included_list__3": { + "backend__http__responses__base__Included_list__2": { "properties": { - "agent": { + "evaluations": { "anyOf": [ { - "$ref": "#/components/schemas/APIResponse_AgentAPIResource_" + "items": { + "$ref": "#/components/schemas/APIResponse_EvaluationAPIResource_" + }, + "type": "array" }, { "type": "null" } - ] + ], + "title": "Evaluations" } }, "type": "object", "title": "Included_list" }, - "backend__http__responses__base__Included_list__4": { + "backend__http__responses__base__Included_list__3": { "properties": { - "latest_runs": { + "agent": { "anyOf": [ { - "items": { - "$ref": "#/components/schemas/APIResponse_EvaluationAPIResource_" - }, - "type": "array" + "$ref": "#/components/schemas/APIResponse_AgentAPIResource_" }, { "type": "null" } - ], - "title": "Latest Runs" + ] + }, + "dataset": { + "anyOf": [ + { + "$ref": "#/components/schemas/APIResponse_DatasetAPIResource_" + }, + { + "type": "null" + } + ] } }, "type": "object", "title": "Included_list" }, - "backend__http__responses__base__Included_list__5": { + "backend__http__responses__base__Included_list__4": { "properties": { "agent": { "anyOf": [ @@ -21433,7 +21429,7 @@ "type": "object", "title": "Included_list" }, - "backend__http__responses__base__Included_list__6": { + "backend__http__responses__base__Included_list__5": { "properties": { "agent": { "anyOf": [ @@ -21444,16 +21440,26 @@ "type": "null" } ] - }, - "dataset": { + } + }, + "type": "object", + "title": "Included_list" + }, + "backend__http__responses__base__Included_list__6": { + "properties": { + "latest_runs": { "anyOf": [ { - "$ref": "#/components/schemas/APIResponse_DatasetAPIResource_" + "items": { + "$ref": "#/components/schemas/APIResponse_EvaluationAPIResource_" + }, + "type": "array" }, { "type": "null" } - ] + ], + "title": "Latest Runs" } }, "type": "object",