| { | 
 |     "$id": "http://redfish.dmtf.org/schemas/v1/PortCollection.json", | 
 |     "$ref": "#/definitions/PortCollection", | 
 |     "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", | 
 |     "copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", | 
 |     "definitions": { | 
 |         "PortCollection": { | 
 |             "anyOf": [ | 
 |                 { | 
 |                     "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef" | 
 |                 }, | 
 |                 { | 
 |                     "additionalProperties": false, | 
 |                     "description": "The collection of Port resource instances.", | 
 |                     "longDescription": "This resource shall represent a resource collection of Port instances for a Redfish implementation.", | 
 |                     "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": { | 
 |                         "@odata.context": { | 
 |                             "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" | 
 |                         }, | 
 |                         "@odata.etag": { | 
 |                             "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" | 
 |                         }, | 
 |                         "@odata.id": { | 
 |                             "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" | 
 |                         }, | 
 |                         "@odata.type": { | 
 |                             "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" | 
 |                         }, | 
 |                         "Description": { | 
 |                             "anyOf": [ | 
 |                                 { | 
 |                                     "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" | 
 |                                 }, | 
 |                                 { | 
 |                                     "type": "null" | 
 |                                 } | 
 |                             ], | 
 |                             "readonly": true | 
 |                         }, | 
 |                         "Members": { | 
 |                             "description": "The members of this collection.", | 
 |                             "items": { | 
 |                                 "$ref": "http://redfish.dmtf.org/schemas/v1/Port.json#/definitions/Port" | 
 |                             }, | 
 |                             "longDescription": "This property shall contain an array of links to the members of this collection.", | 
 |                             "readonly": true, | 
 |                             "type": "array" | 
 |                         }, | 
 |                         "Members@odata.count": { | 
 |                             "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" | 
 |                         }, | 
 |                         "Members@odata.nextLink": { | 
 |                             "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/nextLink" | 
 |                         }, | 
 |                         "Name": { | 
 |                             "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", | 
 |                             "readonly": true | 
 |                         }, | 
 |                         "Oem": { | 
 |                             "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", | 
 |                             "description": "The OEM extension property.", | 
 |                             "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements." | 
 |                         } | 
 |                     }, | 
 |                     "required": [ | 
 |                         "Members", | 
 |                         "Members@odata.count", | 
 |                         "@odata.id", | 
 |                         "@odata.type", | 
 |                         "Name" | 
 |                     ], | 
 |                     "type": "object" | 
 |                 } | 
 |             ], | 
 |             "deletable": false, | 
 |             "insertable": false, | 
 |             "updatable": false, | 
 |             "uris": [ | 
 |                 "/redfish/v1/Fabrics/{FabricId}/Switches/{SwitchId}/Ports", | 
 |                 "/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports", | 
 |                 "/redfish/v1/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports", | 
 |                 "/redfish/v1/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports", | 
 |                 "/redfish/v1/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}/Ports", | 
 |                 "/redfish/v1/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}/Ports", | 
 |                 "/redfish/v1/Systems/{ComputerSystemId}/USBControllers/{ControllerId}/Ports", | 
 |                 "/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Ports", | 
 |                 "/redfish/v1/Chassis/{ChassisId}/MediaControllers/{MediaControllerId}/Ports", | 
 |                 "/redfish/v1/Chassis/{ChassisId}/FabricAdapters/{FabricAdapterId}/Ports", | 
 |                 "/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Ports", | 
 |                 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports", | 
 |                 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports", | 
 |                 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/NetworkInterfaces/{NetworkInterfaceId}/Ports", | 
 |                 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Ports", | 
 |                 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports", | 
 |                 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports", | 
 |                 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports", | 
 |                 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}/Ports", | 
 |                 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}/Ports", | 
 |                 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/USBControllers/{ControllerId}/Ports", | 
 |                 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Ports", | 
 |                 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports", | 
 |                 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports", | 
 |                 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/NetworkInterfaces/{NetworkInterfaceId}/Ports", | 
 |                 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/Ports", | 
 |                 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports", | 
 |                 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports", | 
 |                 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/FabricAdapters/{FabricAdapterId}/Ports", | 
 |                 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/NetworkInterfaces/{NetworkInterfaceId}/Ports", | 
 |                 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/GraphicsControllers/{ControllerId}/Ports", | 
 |                 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/USBControllers/{ControllerId}/Ports", | 
 |                 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/Ports", | 
 |                 "/redfish/v1/Storage/{StorageId}/StorageControllers/{StorageControllerId}/Ports", | 
 |                 "/redfish/v1/Storage/{StorageId}/Controllers/{StorageControllerId}/Ports", | 
 |                 "/redfish/v1/Managers/{ManagerId}/USBPorts", | 
 |                 "/redfish/v1/Managers/{ManagerId}/DedicatedNetworkPorts", | 
 |                 "/redfish/v1/Managers/{ManagerId}/SharedNetworkPorts" | 
 |             ] | 
 |         } | 
 |     }, | 
 |     "owningEntity": "DMTF", | 
 |     "title": "#PortCollection.PortCollection" | 
 | } |