Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Update beacon.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Shorter authored May 26, 2021
1 parent 5fd06d7 commit 7c82b90
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions beacon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,8 @@ components:
type: object
description: |
Filter results to include records that contain a specific ontology term.
required:
- id
properties:
id:
type: string
Expand All @@ -1922,6 +1924,10 @@ components:
description: |
Filter results based on operators and values applied to alphanumeric fields.
type: object
required:
- id
- operator
- value
properties:
id:
type: string
Expand Down Expand Up @@ -1950,6 +1956,8 @@ components:
type: object
description: |
Filter results to include records that contain a custom term defined by this Beacon.
required:
- id
properties:
id:
type: string
Expand Down Expand Up @@ -3345,6 +3353,9 @@ components:
type: object
description: |
Entities can be filtered using this term.
required:
- type
- id
properties:
type:
type: string
Expand Down

0 comments on commit 7c82b90

Please sign in to comment.