blob: 78bd8b7ac6b85553a0120732f039873577bc11eb [file] [log] [blame]
{
"$id": "http://redfish.dmtf.org/schemas/v1/OemVirtualMedia.v1_0_0.json",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
"definitions": {
"OpenBmc": {
"additionalProperties": true,
"description": "Oem properties for OpenBmc.",
"patternProperties": {
"^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
"boolean",
"integer",
"number",
"null",
"object",
"string"
]
}
},
"properties": {
"WebSocketEndpoint": {
"description": "Indicates endpoint socket name and location.",
"longDescription": "The value of this property shall be a structure ring indicating location and name of the socket used to communicate with nbd server.",
"readonly": true,
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"VirtualMedia": {
"additionalProperties": false,
"description": "OEM Extension for VirtualMedia",
"longDescription": "OEM Extension for VirtualMedia to support Proxy mode.",
"patternProperties": {
"^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
"type": [
"array",
"boolean",
"integer",
"number",
"null",
"object",
"string"
]
}
},
"properties": {},
"type": "object"
}
},
"owningEntity": "OpenBMC",
"release": "1.0",
"title": "#OemVirtualMedia.v1_0_0"
}