From b141e9ad6f734ce605a22b22d76d3bedb92c5ad3 Mon Sep 17 00:00:00 2001 From: Aymeric Date: Tue, 2 Jul 2024 12:07:23 +0200 Subject: [PATCH] Update specification --- docs/openapi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/openapi.json b/docs/openapi.json index 79c3b80f..febbd8e3 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -903,6 +903,16 @@ "example": 0.1, "nullable": true }, + "response_format": { + "type": "array", + "items": { + "type": "string", + "value": "string" + }, + "description": "The constrained response format. 'type' can be 'regex' or 'json_object'.", + "example": "null", + "nullable": true + }, "seed": { "type": "integer", "format": "int64",