feat(tester): integrate pandoc
This commit is contained in:
parent
ea2a76c1f4
commit
fb65ba8ce2
1 changed files with 31 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue