Skip to content

Commit 572b49a

Browse files
committed
Review fixes
1 parent ec8ec27 commit 572b49a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

TranslatorReasonerAPI.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ components:
605605
bindings where the dictionary keys are the key identifiers of the
606606
Query Graph nodes and the associated values of those keys are
607607
instances of NodeBinding schema type (see below). Because a given
608-
QNode may have multple knowledge Nodes bound in the result,
608+
QNode may have multiple knowledge Nodes bound in the result,
609609
the NodeBinding object may list multiple knowledge Nodes.
610610
additionalProperties:
611611
$ref: '#/components/schemas/NodeBinding'
@@ -625,8 +625,8 @@ components:
625625
type: object
626626
description: >-
627627
A NodeBinding object defines all relevant KnowledgeGraph Node mappings,
628-
identified by the corresponding 'id' object key identifier of the
629-
Node within the Knowledge Graph. Instances of NodeBinding may
628+
identified by the corresponding object key identifier(s) of the
629+
Node(s) within the Knowledge Graph. Instances of NodeBinding may
630630
include extra annotation in the form of additional properties.
631631
(such annotation is not yet fully standardized). Each Node
632632
Binding must bind directly to node in the original Query Graph.
@@ -640,7 +640,7 @@ components:
640640
The CURIEs of one or more Nodes within the Knowledge Graph.
641641
additionalProperties: true
642642
required:
643-
- id
643+
- ids
644644
Analysis:
645645
type: object
646646
description: >-
@@ -663,8 +663,8 @@ components:
663663
bindings where the dictionary keys are the key identifiers of
664664
the Query Graph edges and the associated values of those keys
665665
are instances of EdgeBinding schema type (see below). Because
666-
a given QEdge may have multple knowledge Edges bound in the
667-
result, the EdgeBinding object may list multiple knowledge Nodes.
666+
a given QEdge may have multiple knowledge Edges bound in the
667+
result, the EdgeBinding object may list multiple knowledge Edges.
668668
additionalProperties:
669669
$ref: '#/components/schemas/EdgeBinding'
670670
path_bindings:
@@ -731,7 +731,7 @@ components:
731731
description: The key identifiers of specific KnowledgeGraph Edges.
732732
additionalProperties: true
733733
required:
734-
- id
734+
- ids
735735
PathBinding:
736736
type: object
737737
description: >-
@@ -748,7 +748,7 @@ components:
748748
description: The key identifiers of specific auxiliary graphs.
749749
additionalProperties: true
750750
required:
751-
- id
751+
- ids
752752
AuxiliaryGraph:
753753
type: object
754754
description: >-

0 commit comments

Comments
 (0)