Skip to content

Commit

Permalink
update openapi specs
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed Oct 25, 2023
1 parent 142e5f5 commit 667e3b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,9 @@ components:
ChallengeOperation:
description: The EDAM operation class of the challenge.
type: string
maxLength: 80
maxLength: 16
pattern: ^$|^operation_\d+$
nullable: true
example: operation_0004
ChallengePlatformId:
description: The unique identifier of a challenge platform.
Expand Down
3 changes: 2 additions & 1 deletion libs/openchallenges/api-description/build/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,9 @@ components:
ChallengeOperation:
description: The EDAM operation class of the challenge.
type: string
maxLength: 80
maxLength: 16
pattern: ^$|^operation_\d+$
nullable: true
example: operation_0004
ChallengePlatformId:
description: The unique identifier of a challenge platform.
Expand Down

0 comments on commit 667e3b9

Please sign in to comment.