From fb65ba8ce2220e7e47990f0f52214126839b3d78 Mon Sep 17 00:00:00 2001
From: Vyacheslav1557 <slavabirin1@yandex.ru>
Date: Sun, 16 Mar 2025 19:01:01 +0500
Subject: [PATCH] feat(tester): integrate pandoc

---
 tester/v1/openapi.yaml | 44 +++++++++++++++++++++++++++++-------------
 1 file changed, 31 insertions(+), 13 deletions(-)

diff --git a/tester/v1/openapi.yaml b/tester/v1/openapi.yaml
index 02442a9..ea5bca3 100644
--- a/tester/v1/openapi.yaml
+++ b/tester/v1/openapi.yaml
@@ -318,14 +318,21 @@ components:
       required:
         - id
         - title
+        - time_limit
+        - memory_limit
+
         - legend
         - input_format
         - output_format
         - notes
-        - tutorial
-        - latex_summary
-        - time_limit
-        - memory_limit
+        - scoring
+
+        - legend_html
+        - input_format_html
+        - output_format_html
+        - notes_html
+        - scoring_html
+
         - created_at
         - updated_at
       properties:
@@ -334,6 +341,13 @@ components:
           format: int32
         title:
           type: string
+        time_limit:
+          type: integer
+          format: int32
+        memory_limit:
+          type: integer
+          format: int32
+
         legend:
           type: string
         input_format:
@@ -342,16 +356,20 @@ components:
           type: string
         notes:
           type: string
-        tutorial:
+        scoring:
           type: string
-        latex_summary:
+
+        legend_html:
           type: string
-        time_limit:
-          type: integer
-          format: int32
-        memory_limit:
-          type: integer
-          format: int32
+        input_format_html:
+          type: string
+        output_format_html:
+          type: string
+        notes_html:
+          type: string
+        scoring_html:
+          type: string
+
         created_at:
           type: string
           format: date-time
@@ -648,7 +666,7 @@ components:
           type: string
         notes:
           type: string
-        tutorial:
+        scoring:
           type: string
         memory_limit:
           type: integer