Skip to content

Commit

Permalink
propose tag-based search #205
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Feb 22, 2023
1 parent de10269 commit 6b0600d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ paths:
description: Filter tools by the name of the descriptor type
schema:
$ref: '#/components/schemas/DescriptorType'
- name: tags
in: query
description: Filter tools by registry specific tags
schema:
type: array
items:
type: string
minItems: 1
explode: false
- name: registry
in: query
description: The image registry that contains the image.
Expand Down Expand Up @@ -629,7 +638,7 @@ components:
descriptor_type_version:
type: object
description: A map providing information about the language versions used in this tool. The keys should be the
same values used in the `descriptor_type` field, and the value should be an array of all the language versions used
same values used in the `descriptor_type` field, and the value should be an array of all the language versions used
for the given `descriptor_type`. Depending on the `descriptor_type` (e.g. CWL) multiple version values may be used
in a single tool.
example: |
Expand Down Expand Up @@ -726,7 +735,7 @@ components:
- WDL
- NFL
- GALAXY
- SMK
- SMK
DescriptorTypeVersion:
type: string
description: The language version for a given descriptor type. The version should correspond
Expand Down

0 comments on commit 6b0600d

Please sign in to comment.