blob: 9ae641a487fc93ca6e7757e7ad1d37a7e8c3a6f8 [file] [log] [blame]
Przemyslaw Czarnowskid04ba322020-01-21 12:41:56 +01001{
2 "$id": "http://redfish.dmtf.org/schemas/v1/OemVirtualMedia.v1_0_0.json",
3 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
4 "copyright": "Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
5 "definitions": {
Przemyslaw Czarnowskid6c414f2020-07-08 15:17:31 +02006 "VirtualMedia": {
7 "additionalProperties": false,
8 "description": "OEM Extension for VirtualMedia",
9 "longDescription": "OEM Extension for VirtualMedia to support Proxy mode.",
Przemyslaw Czarnowskid04ba322020-01-21 12:41:56 +010010 "patternProperties": {
11 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
12 "description": "This property shall specify a valid odata or Redfish property.",
13 "type": [
14 "array",
15 "boolean",
16 "integer",
17 "number",
18 "null",
19 "object",
20 "string"
21 ]
22 }
23 },
24 "properties": {
25 "WebSocketEndpoint": {
26 "description": "Indicates endpoint socket name and location.",
27 "longDescription": "The value of this property shall be a structure ring indicating location and name of the socket used to communicate with nbd server.",
28 "readonly": true,
29 "type": [
30 "string",
31 "null"
32 ]
33 }
34 },
35 "type": "object"
Przemyslaw Czarnowskid04ba322020-01-21 12:41:56 +010036 }
37 },
38 "owningEntity": "OpenBMC",
39 "release": "1.0",
40 "title": "#OemVirtualMedia.v1_0_0"
41}