| { |
| "$id": "http://redfish.dmtf.org/schemas/v1/OemSession.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": { |
| "Session": { |
| "additionalProperties": false, |
| "description": "OEM Extension for Session", |
| "longDescription": "OEM Extension for Session to provide the Client details.", |
| "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": { |
| "ClientID" : { |
| "description" : "The Id of the client creating this session.", |
| "longDescription": "This will be the unique identifier set by the client.", |
| "readonly": true, |
| "type" : "string" |
| }, |
| "type": "object" |
| } |
| } |
| }, |
| "owningEntity": "OpenBMC", |
| "release": "1.0", |
| "title": "#OemSession.v1_0_0" |
| } |
| |