1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/RouteSetEntry.v1_0_2.json",
3    "$ref": "#/definitions/RouteSetEntry",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Actions": {
8            "additionalProperties": false,
9            "description": "The available actions for this resource.",
10            "longDescription": "This type shall contain the available actions for this resource.",
11            "patternProperties": {
12                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13                    "description": "This property shall specify a valid odata or Redfish property.",
14                    "type": [
15                        "array",
16                        "boolean",
17                        "integer",
18                        "number",
19                        "null",
20                        "object",
21                        "string"
22                    ]
23                }
24            },
25            "properties": {
26                "Oem": {
27                    "$ref": "#/definitions/OemActions",
28                    "description": "The available OEM-specific actions for this resource.",
29                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
30                }
31            },
32            "type": "object"
33        },
34        "OemActions": {
35            "additionalProperties": true,
36            "description": "The available OEM-specific actions for this resource.",
37            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
38            "patternProperties": {
39                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
40                    "description": "This property shall specify a valid odata or Redfish property.",
41                    "type": [
42                        "array",
43                        "boolean",
44                        "integer",
45                        "number",
46                        "null",
47                        "object",
48                        "string"
49                    ]
50                }
51            },
52            "properties": {},
53            "type": "object"
54        },
55        "RouteSetEntry": {
56            "additionalProperties": false,
57            "description": "The `RouteSetEntry` schema contains the information about a route.  It is part of a larger set that contains possible routes for a particular route entry.",
58            "longDescription": "This resource shall represent the content of a route set in the Redfish Specification.",
59            "patternProperties": {
60                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
61                    "description": "This property shall specify a valid odata or Redfish property.",
62                    "type": [
63                        "array",
64                        "boolean",
65                        "integer",
66                        "number",
67                        "null",
68                        "object",
69                        "string"
70                    ]
71                }
72            },
73            "properties": {
74                "@odata.context": {
75                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
76                },
77                "@odata.etag": {
78                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
79                },
80                "@odata.id": {
81                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
82                },
83                "@odata.type": {
84                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
85                },
86                "Actions": {
87                    "$ref": "#/definitions/Actions",
88                    "description": "The available actions for this resource.",
89                    "longDescription": "This property shall contain the available actions for this resource."
90                },
91                "Description": {
92                    "anyOf": [
93                        {
94                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
95                        },
96                        {
97                            "type": "null"
98                        }
99                    ],
100                    "readonly": true
101                },
102                "EgressIdentifier": {
103                    "description": "The egress interface identifier.",
104                    "longDescription": "This property shall contain the interface identifier corresponding to this route.",
105                    "readonly": false,
106                    "type": "integer"
107                },
108                "HopCount": {
109                    "description": "The number of hops.",
110                    "longDescription": "This property shall contain the number of hops to the destination component from the indicated egress interface.",
111                    "readonly": false,
112                    "type": "integer"
113                },
114                "Id": {
115                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
116                    "readonly": true
117                },
118                "Name": {
119                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
120                    "readonly": true
121                },
122                "Oem": {
123                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
124                    "description": "The OEM extension property.",
125                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
126                },
127                "VCAction": {
128                    "description": "The Virtual Channel Action index.",
129                    "longDescription": "This property shall contain the index to the VCAT entry corresponding to this route.",
130                    "readonly": false,
131                    "type": "integer"
132                },
133                "Valid": {
134                    "description": "An indication of whether the entry is valid.",
135                    "longDescription": "This property shall indicate whether the entry is valid.",
136                    "readonly": false,
137                    "type": "boolean"
138                }
139            },
140            "required": [
141                "@odata.id",
142                "@odata.type",
143                "Id",
144                "Name"
145            ],
146            "type": "object"
147        }
148    },
149    "language": "en",
150    "owningEntity": "DMTF",
151    "release": "2019.4",
152    "title": "#RouteSetEntry.v1_0_2.RouteSetEntry"
153}