feat(tester): integrate pandoc

This commit is contained in:
Vyacheslav1557 2025-03-16 19:01:01 +05:00
parent ea2a76c1f4
commit fb65ba8ce2

View file

@ -318,14 +318,21 @@ components:
required: required:
- id - id
- title - title
- time_limit
- memory_limit
- legend - legend
- input_format - input_format
- output_format - output_format
- notes - notes
- tutorial - scoring
- latex_summary
- time_limit - legend_html
- memory_limit - input_format_html
- output_format_html
- notes_html
- scoring_html
- created_at - created_at
- updated_at - updated_at
properties: properties:
@ -334,6 +341,13 @@ components:
format: int32 format: int32
title: title:
type: string type: string
time_limit:
type: integer
format: int32
memory_limit:
type: integer
format: int32
legend: legend:
type: string type: string
input_format: input_format:
@ -342,16 +356,20 @@ components:
type: string type: string
notes: notes:
type: string type: string
tutorial: scoring:
type: string type: string
latex_summary:
legend_html:
type: string type: string
time_limit: input_format_html:
type: integer type: string
format: int32 output_format_html:
memory_limit: type: string
type: integer notes_html:
format: int32 type: string
scoring_html:
type: string
created_at: created_at:
type: string type: string
format: date-time format: date-time
@ -648,7 +666,7 @@ components:
type: string type: string
notes: notes:
type: string type: string
tutorial: scoring:
type: string type: string
memory_limit: memory_limit:
type: integer type: integer