From 7447ce57006d3c51cce37e225b51d00214dfc7cd Mon Sep 17 00:00:00 2001 From: Barbara Czyz Date: Sun, 29 Dec 2024 13:31:28 +0100 Subject: [PATCH] Add fixes for doc gen --- openapi.json | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/openapi.json b/openapi.json index 4c7eb854..8650d6dd 100644 --- a/openapi.json +++ b/openapi.json @@ -28326,22 +28326,14 @@ ] }, "file_version": { - "description": "File version of a template.", - "type": { - "type": "string", - "description": "`file_version`", - "example": "file_version", - "enum": [ - "file_version" - ], - "nullable": false - }, - "id": { - "type": "string", - "nullable": false, - "description": "The unique identifier that represents a file version.", - "example": "12345" - } + "allOf": [ + { + "$ref": "#/components/schemas/FileVersion--Base" + }, + { + "description": "File version of a template." + } + ] }, "input_source": { "description": "Source of input. The value has to be `api` for all the API-based document generation requests.",