1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/RouteEntry.v1_0_2.json",
3    "$ref": "#/definitions/RouteEntry",
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        "RouteEntry": {
56            "additionalProperties": false,
57            "description": "The `RouteEntry` schema describes the content of route entry rows.  Each route entry contains route sets that list the possible routes for the route entry.",
58            "longDescription": "This resource shall represent the content of route entry rows 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                "Id": {
103                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
104                    "readonly": true
105                },
106                "MinimumHopCount": {
107                    "description": "The minimum number of hops.",
108                    "longDescription": "This property shall indicate the minimum hop count used to calculate the computed hop count.",
109                    "readonly": false,
110                    "type": "integer"
111                },
112                "Name": {
113                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
114                    "readonly": true
115                },
116                "Oem": {
117                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
118                    "description": "The OEM extension property.",
119                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
120                },
121                "RawEntryHex": {
122                    "description": "The raw data of route entry rows.",
123                    "longDescription": "This property shall contain a binary data that represents the content of route entry rows.",
124                    "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){8}$",
125                    "readonly": false,
126                    "type": "string"
127                },
128                "RouteSet": {
129                    "$ref": "http://redfish.dmtf.org/schemas/v1/RouteSetEntryCollection.json#/definitions/RouteSetEntryCollection",
130                    "description": "The link to the collection of route set entries associated with this route.",
131                    "longDescription": "This property shall contain a link to a resource collection of type `RouteSetEntryCollection`.",
132                    "readonly": true
133                }
134            },
135            "required": [
136                "@odata.id",
137                "@odata.type",
138                "Id",
139                "Name"
140            ],
141            "type": "object"
142        }
143    },
144    "language": "en",
145    "owningEntity": "DMTF",
146    "release": "2019.4",
147    "title": "#RouteEntry.v1_0_2.RouteEntry"
148}