Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue-426-patch #428

Merged
merged 1 commit into from
Apr 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions TranslatorReasonerAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1301,8 +1301,6 @@ components:
nullable: true
type: array
association:
type: object
$ref: '#/components/schemas/BiolinkEntity'
description: >-
The Biolink association type (entity) that this edge represents.
Associations are classes in Biolink
Expand All @@ -1313,7 +1311,8 @@ components:
is filled out, then the testing harness can
help validate that the qualifiers are being used
correctly.
example: biolink:ChemicalToGeneAssociation
example: 'biolink:ChemicalToGeneAssociation'
$ref: '#/components/schemas/BiolinkEntity'
required:
- subject
- predicate
Expand Down