Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
edeutsch committed Jul 5, 2023
2 parents 89d8d18 + 7583c73 commit 71f2805
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions TranslatorReasonerAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -501,12 +501,13 @@ components:
- $ref: '#/components/schemas/KnowledgeGraph'
nullable: true
auxiliary_graphs:
type: object
description: >-
Dictionary of AuxiliaryGraph instances that are used by Knowledge
Graph Edges and Result Analyses. These are referenced elsewhere by
the dictionary key.
oneOf:
- $ref: '#components/schemas/AuxiliaryGraph'
additionalProperties:
$ref: '#components/schemas/AuxiliaryGraph'
nullable: true
additionalProperties: false
LogEntry:
Expand Down

0 comments on commit 71f2805

Please sign in to comment.