Skip to content

Commit

Permalink
Merge pull request #467 from NCATSTranslator/edeutsch-result-nullmin
Browse files Browse the repository at this point in the history
Clarify Result
  • Loading branch information
edeutsch authored Mar 5, 2024
2 parents bda66a3 + a29ba73 commit a0af1fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TranslatorReasonerAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -613,13 +613,17 @@ components:
type: array
items:
$ref: '#/components/schemas/NodeBinding'
minItems: 1
nullable: false
analyses:
type: array
description: >-
The list of all Analysis components that contribute to the result.
See below for Analysis components.
items:
$ref: '#/components/schemas/Analysis'
minItems: 0
nullable: false
additionalProperties: true
required:
- node_bindings
Expand Down

0 comments on commit a0af1fb

Please sign in to comment.