Przemyslaw Czarnowski | d04ba32 | 2020-01-21 12:41:56 +0100 | [diff] [blame] | 1 | { |
| 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 Czarnowski | d6c414f | 2020-07-08 15:17:31 +0200 | [diff] [blame] | 6 | "VirtualMedia": { |
| 7 | "additionalProperties": false, |
| 8 | "description": "OEM Extension for VirtualMedia", |
| 9 | "longDescription": "OEM Extension for VirtualMedia to support Proxy mode.", |
Przemyslaw Czarnowski | d04ba32 | 2020-01-21 12:41:56 +0100 | [diff] [blame] | 10 | "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 Czarnowski | d04ba32 | 2020-01-21 12:41:56 +0100 | [diff] [blame] | 36 | } |
| 37 | }, |
| 38 | "owningEntity": "OpenBMC", |
| 39 | "release": "1.0", |
| 40 | "title": "#OemVirtualMedia.v1_0_0" |
| 41 | } |