Skip to content

Commit 1d816eb

Browse files
authored
Merge pull request #15 from ebu/fix/graphicInstanceId
ServerAPI: Remove GraphicId in favor for GraphicInstanceId
2 parents b3821d8 + 7174516 commit 1d816eb

File tree

1 file changed

+13
-23
lines changed

1 file changed

+13
-23
lines changed

v1/specification/open-api/server-api.yaml

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,9 @@ paths:
442442
required: true
443443
- in: query
444444
name: graphicTarget
445-
description: "The Graphic to target with the command"
445+
description: "The Graphic to target with the command (graphicInstanceId)"
446446
schema:
447-
$ref: "#/components/schemas/GraphicTarget"
447+
$ref: "#/components/schemas/GraphicInstanceId"
448448
required: true
449449
requestBody:
450450
required: true
@@ -508,9 +508,9 @@ paths:
508508
required: true
509509
- in: query
510510
name: graphicTarget
511-
description: "The Graphic to target with the command"
511+
description: "The Graphic to target with the command (graphicInstanceId)"
512512
schema:
513-
$ref: "#/components/schemas/GraphicTarget"
513+
$ref: "#/components/schemas/GraphicInstanceId"
514514
required: true
515515
requestBody:
516516
required: true
@@ -581,9 +581,9 @@ paths:
581581
required: true
582582
- in: query
583583
name: graphicTarget
584-
description: "The Graphic to target with the command"
584+
description: "The Graphic to target with the command (graphicInstanceId)"
585585
schema:
586-
$ref: "#/components/schemas/GraphicTarget"
586+
$ref: "#/components/schemas/GraphicInstanceId"
587587
required: true
588588
requestBody:
589589
required: true
@@ -648,9 +648,9 @@ paths:
648648
required: true
649649
- in: query
650650
name: graphicTarget
651-
description: "The Graphic to target with the command"
651+
description: "The Graphic to target with the command (graphicInstanceId)"
652652
schema:
653-
$ref: "#/components/schemas/GraphicTarget"
653+
$ref: "#/components/schemas/GraphicInstanceId"
654654
required: true
655655
requestBody:
656656
required: true
@@ -715,9 +715,9 @@ paths:
715715
required: true
716716
- in: query
717717
name: graphicTarget
718-
description: "The Graphic to target with the command"
718+
description: "The Graphic to target with the command (graphicInstanceId)"
719719
schema:
720-
$ref: "#/components/schemas/GraphicTarget"
720+
$ref: "#/components/schemas/GraphicInstanceId"
721721
required: true
722722
requestBody:
723723
required: true
@@ -790,9 +790,9 @@ paths:
790790
required: true
791791
- in: query
792792
name: graphicTarget
793-
description: "The Graphic to target with the command"
793+
description: "The Graphic to target with the command (graphicInstanceId)"
794794
schema:
795-
$ref: "#/components/schemas/GraphicTarget"
795+
$ref: "#/components/schemas/GraphicInstanceId"
796796
required: true
797797
requestBody:
798798
required: true
@@ -974,16 +974,6 @@ components:
974974
graphicInstanceId:
975975
description: "(Optional) If set, will only affect a specific GraphicInstance"
976976
type: string
977-
GraphicTarget:
978-
description: "If set, apply filters to which GraphicInstances to affect. If no filters are defined, ALL graphics will be cleared. If multiple filters are defined, only instances that match all filters will be affected."
979-
type: object
980-
properties:
981-
graphicId:
982-
description: "(Optional) If set, will only affect GraphicInstances of a certain Graphic id and version"
983-
$ref: "#/components/schemas/GraphicId"
984-
graphicInstanceId:
985-
description: "(Optional) If set, will only affect a specific GraphicInstance"
986-
$ref: "#/components/schemas/GraphicInstanceId"
987977
# Ids
988978
RendererId:
989979
description: "ID of the Renderer"
@@ -997,7 +987,7 @@ components:
997987
type: string
998988
example: "simple-l3rd"
999989
GraphicInstanceId:
1000-
description: "ID of the GraphicInstance"
990+
description: "ID of an GraphicInstance. A GraphicInstance is a specific instance of a Graphic that is loaded onto a RenderTarget."
1001991
type: string
1002992
example: "graphic-instance-0"
1003993
# Objects

0 commit comments

Comments
 (0)