Skip to content

Commit

Permalink
Update the OutputDescriptor for data providers
Browse files Browse the repository at this point in the history
Change-Id: I92936287a1ed42060945dd1ce3f383d7634ecde0
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
  • Loading branch information
bhufmann authored and delislesim committed Jan 31, 2019
1 parent 563cd40 commit 5263720
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ components:
OutputDescriptor:
type: object
properties:
ID:
id:
description: The output provider's ID
type: string
name:
Expand All @@ -1442,9 +1442,13 @@ components:
description:
description: Describe the output provider's features
type: string
responseType:
description: Type of data returned by this output. Serve as a hint to determine what kind of view should be use for this output (ex. XY, Time Graph, Table, etc..)
outputType:
description: Type of data returned by this output. Serve as a hint to determine what kind of view should be use for this output (ex. XY, Time Graph, Table, etc..). Providers of type TREE_TIME_XY and TIME_GRAPH can be grouped under the same time axis.
type: string
enum:
- TABLE
- TREE_TIME_XY
- TIME_GRAPH
queryParameters:
description: List all the possible paramaters that can be use to query this output.
type: object
Expand All @@ -1462,7 +1466,7 @@ components:
description: If the start, end times and current model are final, or if they will need to be refreshed later to represent a more up to date version.
type: boolean
compatibleProviders:
description: List of compatible outputs that can be used in the same view (ex. as overlay)
description: List of IDs of compatible outputs that can be used in the same view (ex. as overlay)
type: array
items:
type: string
Expand Down

0 comments on commit 5263720

Please sign in to comment.