diff --git a/libs/openchallenges/api-description/build/challenge.openapi.yaml b/libs/openchallenges/api-description/build/challenge.openapi.yaml index 2924f6e4ee..b677756b75 100644 --- a/libs/openchallenges/api-description/build/challenge.openapi.yaml +++ b/libs/openchallenges/api-description/build/challenge.openapi.yaml @@ -217,6 +217,11 @@ components: - mlcube - other example: container_image + EdamConceptId: + description: The unique identifier of the EDAM concept. + type: integer + format: int64 + example: 1 ChallengeCategory: description: The category of the challenge. type: string @@ -293,6 +298,11 @@ components: type: array items: $ref: '#/components/schemas/ChallengeSubmissionType' + inputDataTypes: + description: An array of EDAM concept ID used to filter the results. + type: array + items: + $ref: '#/components/schemas/EdamConceptId' categories: description: The array of challenge categories used to filter the results. type: array @@ -774,11 +784,6 @@ components: type: array items: $ref: '#/components/schemas/EdamSection' - EdamConceptId: - description: The unique identifier of the EDAM concept. - type: integer - format: int64 - example: 1 EdamConcept: type: object description: The EDAM concept. diff --git a/libs/openchallenges/api-description/build/openapi.yaml b/libs/openchallenges/api-description/build/openapi.yaml index 6843c46711..0baef23e15 100644 --- a/libs/openchallenges/api-description/build/openapi.yaml +++ b/libs/openchallenges/api-description/build/openapi.yaml @@ -367,6 +367,11 @@ components: - mlcube - other example: container_image + EdamConceptId: + description: The unique identifier of the EDAM concept. + type: integer + format: int64 + example: 1 ChallengeCategory: description: The category of the challenge. type: string @@ -443,6 +448,11 @@ components: type: array items: $ref: '#/components/schemas/ChallengeSubmissionType' + inputDataTypes: + description: An array of EDAM concept ID used to filter the results. + type: array + items: + $ref: '#/components/schemas/EdamConceptId' categories: description: The array of challenge categories used to filter the results. type: array @@ -928,11 +938,6 @@ components: type: array items: $ref: '#/components/schemas/EdamSection' - EdamConceptId: - description: The unique identifier of the EDAM concept. - type: integer - format: int64 - example: 1 EdamConcept: type: object description: The EDAM concept.