blob: 78bd8b7ac6b85553a0120732f039873577bc11eb [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": {
6 "OpenBmc": {
7 "additionalProperties": true,
8 "description": "Oem properties for OpenBmc.",
9 "patternProperties": {
10 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
11 "description": "This property shall specify a valid odata or Redfish property.",
12 "type": [
13 "array",
14 "boolean",
15 "integer",
16 "number",
17 "null",
18 "object",
19 "string"
20 ]
21 }
22 },
23 "properties": {
24 "WebSocketEndpoint": {
25 "description": "Indicates endpoint socket name and location.",
26 "longDescription": "The value of this property shall be a structure ring indicating location and name of the socket used to communicate with nbd server.",
27 "readonly": true,
28 "type": [
29 "string",
30 "null"
31 ]
32 }
33 },
34 "type": "object"
35 },
36 "VirtualMedia": {
37 "additionalProperties": false,
38 "description": "OEM Extension for VirtualMedia",
39 "longDescription": "OEM Extension for VirtualMedia to support Proxy mode.",
40 "patternProperties": {
41 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
42 "description": "This property shall specify a valid odata or Redfish property.",
43 "type": [
44 "array",
45 "boolean",
46 "integer",
47 "number",
48 "null",
49 "object",
50 "string"
51 ]
52 }
53 },
54 "properties": {},
55 "type": "object"
56 }
57 },
58 "owningEntity": "OpenBMC",
59 "release": "1.0",
60 "title": "#OemVirtualMedia.v1_0_0"
61}