sunitakx | 71b861b | 2022-01-18 11:05:05 +0000 | [diff] [blame] | 1 | { |
| 2 | "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_3_0.json", |
| 3 | "copyright": "Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", |
| 4 | "definitions": { |
| 5 | "PhysicalContext": { |
| 6 | "deprecated": "This definition has been moved to the unversioned namespace so that external references can pick up changes over time.", |
| 7 | "enum": [ |
| 8 | "Room", |
| 9 | "Intake", |
| 10 | "Exhaust", |
| 11 | "Front", |
| 12 | "Back", |
| 13 | "Upper", |
| 14 | "Lower", |
| 15 | "CPU", |
| 16 | "GPU", |
| 17 | "Backplane", |
| 18 | "SystemBoard", |
| 19 | "PowerSupply", |
| 20 | "VoltageRegulator", |
| 21 | "StorageDevice", |
| 22 | "NetworkingDevice", |
| 23 | "ComputeBay", |
| 24 | "StorageBay", |
| 25 | "NetworkBay", |
| 26 | "ExpansionBay", |
| 27 | "PowerSupplyBay", |
| 28 | "Memory", |
| 29 | "Chassis", |
| 30 | "Fan" |
| 31 | ], |
| 32 | "enumDescriptions": { |
| 33 | "Back": "The back of the chassis.", |
| 34 | "Backplane": "A backplane within the chassis.", |
| 35 | "CPU": "A Processor (CPU).", |
| 36 | "Chassis": "The entire chassis.", |
| 37 | "ComputeBay": "Within a compute bay.", |
| 38 | "Exhaust": "The exhaust point of the chassis.", |
| 39 | "ExpansionBay": "Within an expansion bay.", |
| 40 | "Fan": "A fan.", |
| 41 | "Front": "The front of the chassis.", |
| 42 | "GPU": "A Graphics Processor (GPU).", |
| 43 | "Intake": "The intake point of the chassis.", |
| 44 | "Lower": "The lower portion of the chassis.", |
| 45 | "Memory": "A memory device.", |
| 46 | "NetworkBay": "Within a networking bay.", |
| 47 | "NetworkingDevice": "A networking device.", |
| 48 | "PowerSupply": "A power supply.", |
| 49 | "PowerSupplyBay": "Within a power supply bay.", |
| 50 | "Room": "The room.", |
| 51 | "StorageBay": "Within a storage bay.", |
| 52 | "StorageDevice": "A storage device.", |
| 53 | "SystemBoard": "The system board (PCB).", |
| 54 | "Upper": "The upper portion of the chassis.", |
| 55 | "VoltageRegulator": "A voltage regulator device." |
| 56 | }, |
| 57 | "type": "string" |
| 58 | } |
| 59 | }, |
| 60 | "title": "#PhysicalContext.v1_3_0" |
| 61 | } |
| 62 | |