Skip to content

Commit

Permalink
Fix schema type
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegh committed Oct 16, 2024
1 parent 2dc8155 commit a5eeba9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_schema(cls) -> dict:
mode:
description: >-
Mode of operation. Options are 'triplet' (default), 'intra' or 'extra'.
type: str
type: string
default: TRIPLET
enum: {[mode for mode in Mode]}
program:
Expand Down

0 comments on commit a5eeba9

Please sign in to comment.