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 a8446a3 commit 61108b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,19 +425,20 @@ components:
description: The prefix Internationalized Resource Identifier (IRI) of the EDAM ontology term.
type: string
minLength: 3
maxLength: 80
maxLength: 16
example: data_1916
EdamName:
description: The preferred name/label of the EDAM ontology term.
type: string
minLength: 3
maxLength: 255
maxLength: 80
example: Alignment
EdamSubclassOf:
description: The parent EDAM ID(s) of the EDAM ontology term.
type: string
minLength: 3
maxLength: 255
maxLength: 60
nullable: true
example: data_0006
SimpleChallengeInputDataType:
type: object
Expand Down
7 changes: 4 additions & 3 deletions libs/openchallenges/api-description/build/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -579,19 +579,20 @@ components:
ontology term.
type: string
minLength: 3
maxLength: 80
maxLength: 16
example: data_1916
EdamName:
description: The preferred name/label of the EDAM ontology term.
type: string
minLength: 3
maxLength: 255
maxLength: 80
example: Alignment
EdamSubclassOf:
description: The parent EDAM ID(s) of the EDAM ontology term.
type: string
minLength: 3
maxLength: 255
maxLength: 60
nullable: true
example: data_0006
SimpleChallengeInputDataType:
type: object
Expand Down

0 comments on commit 61108b6

Please sign in to comment.