Skip to content

Commit

Permalink
Fixed FilteringTerm
Browse files Browse the repository at this point in the history
was creating a FilteringTerm1 object
  • Loading branch information
datsirul committed Jul 25, 2024
1 parent 5a8c262 commit 4e4fd46
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions framework/src/responses/sections/beaconFilteringTermsResults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ properties:
filteringTerms:
type: array
items:
$ref: '#/definitions/FilteringTerm'
$ref: '#/definitions/ResponseFilteringTerm'
definitions:
FilteringTerm:
ResponseFilteringTerm:
type: object
description: >-
Entities can be filtered using this term.
Expand All @@ -27,7 +27,7 @@ definitions:
TODO: An ontology ... with a registered prefix does not need a full name
so one may better use CURIE to indicate that the resource can be retrieved
from the id. This also will allow to provide an enum here.
examples:
examples:
- "Human Phenotype Ontology"
- alphanumeric
id:
Expand All @@ -47,16 +47,16 @@ definitions:
- 'B Lymphoblastic Leukemia/Lymphoma'
- 'Aplasia/Hypoplasia of the middle ear'
scopes:
description: >-
description: >-
Entry types affected by this filter.
examples:
-
- individual
- biosample
- analysis
- run
- genomicVariation
-
examples:
-
- individual
- biosample
- analysis
- run
- genomicVariation
-
- biosample
type: array
items:
Expand Down

0 comments on commit 4e4fd46

Please sign in to comment.