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
"description": "Reference to the JSON-schema for this manifest"
10
10
},
11
11
"id": {
12
12
"type": "string",
13
-
"description": "The id of the Graphic uniquely identifies it. It is recommended to use a reverse domain name notation. For example: com.superflytv.my-lowerthird."
13
+
"description": "The id of the Graphic uniquely identifies it. It is recommended to use a reverse domain name notation. For example: com.my-company.my-lowerthird."
14
14
},
15
15
"version": {
16
16
"type": "string",
@@ -57,7 +57,7 @@
57
57
"type": "array",
58
58
"description": "Custom Actions that can be invoked on the Graphic.",
* This interface was referenced by `HttpsSuperflytvGithubIoTmpGraphicsDefinitionDefinitionDefinitionJsonSchemaV1GraphicsManifestSchemaJson`'s JSON-Schema definition
515
+
* This interface was referenced by `HttpsEbuGithubIoOgrafV1Draft0SpecificationJsonSchemasGraphicsSchemaJson`'s JSON-Schema definition
* The name of the action. This is displayed to the user.
523
527
*/
524
-
label: string;
528
+
name: string;
525
529
/**
526
530
* A longer description of the action. This is displayed to the user.
527
531
*/
528
532
description?: string;
529
533
/**
530
-
* The schema of the action. This is used to validate the action parameters as well as auto-generate a GUI for the action.
534
+
* The schema of the action. This is used to validate the action parameters as well as auto-generate a GUI for the action. If the action does not require any parameters, set this to null.
* This interface was referenced by `HttpsSuperflytvGithubIoTmpGraphicsDefinitionDefinitionDefinitionJsonSchemaV1LibActionJson`'s JSON-Schema definition
0 commit comments