You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/scene/schemas/ScenePut.yaml
+3-63Lines changed: 3 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,4 @@
1
1
type: object
2
-
required:
3
-
- actions
4
-
- metadata
5
-
- group
6
2
properties:
7
3
type:
8
4
type: string
@@ -14,67 +10,11 @@ properties:
14
10
items:
15
11
$ref: './ActionPost.yaml'
16
12
recall:
17
-
type: object
18
-
properties:
19
-
action:
20
-
type: string
21
-
description: When writing active, the actions in the scene are executed on the target. dynamic_palette starts dynamic scene with colors in the Palette object.
22
-
enum:
23
-
- active
24
-
- dynamic_palette
25
-
- static
26
-
duration:
27
-
type: integer
28
-
description: Transition to the scene within the timeframe given by duration
29
-
dimming:
30
-
$ref: '../../common/Dimming.yaml'
13
+
$ref: './SceneRecall.yaml'
31
14
metadata:
32
-
type: object
33
-
properties:
34
-
name:
35
-
type: string
36
-
minLength: 1
37
-
maxLength: 32
38
-
description: Human readable name of a resource
39
-
image:
40
-
description: 'Reference with unique identifier for the image representing the scene only accepting “rtype”: “public_image” on creation'
41
-
$ref: '../../common/ResourceIdentifier.yaml'
42
-
appdata:
43
-
type: string
44
-
minLength: 1
45
-
maxLength: 16
46
-
description: Application specific data. Free format string.
15
+
$ref: './SceneMetadata.yaml'
47
16
palette:
48
-
type: object
49
-
description: Group of colors that describe the palette of colors to be used when playing dynamics
description: When writing active, the actions in the scene are executed on the target. dynamic_palette starts dynamic scene with colors in the Palette object.
6
+
enum:
7
+
- active
8
+
- dynamic_palette
9
+
- static
10
+
duration:
11
+
type: integer
12
+
description: Transition to the scene within the timeframe given by duration
0 commit comments