forked from rdkcentral/rdkservices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenCDMiPlugin.json
69 lines (69 loc) · 2.73 KB
/
OpenCDMiPlugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"$schema": "https://raw.githubusercontent.com/rdkcentral/rdkservices/main/Tools/json_generator/schemas/plugin.schema.json",
"info": {
"title": "OpenCDMi Plugin",
"callsign": "OCDM",
"locator": "libWPEFrameworkOCDM.so",
"status": "production",
"description": "The `OpenCDMi` plugin allows you view Open Content Decryption Module (OCDM) properties"
},
"configuration": {
"summary": "Configuration for the OpenCDMi plugin",
"type": "object",
"properties": {
"configuration": {
"type": "object",
"required": [],
"properties": {
"location": {
"description": "The location",
"type": "string"
},
"connector": {
"description": "The connector",
"type": "string"
},
"sharepath": {
"description": "The sharepath",
"type": "string"
},
"sharesize": {
"description": "The sharesize",
"type": "string"
},
"systems": {
"description": "A list of key systems",
"type": "array",
"items": {
"description": "System properties",
"type": "object",
"properties": {
"name": {
"description": "Property name",
"type": "string"
},
"designators": {
"description": "designator",
"type": "array",
"items": {
"description": "System properties",
"type": "object",
"properties": {
"name": {
"description": "Property name",
"type": "string"
}
}
}
}
}
}
}
}
}
}
},
"interface": {
"$ref": "OpenCDMi.json#"
}
}