1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/JobService.v1_0_6.json",
3    "$ref": "#/definitions/JobService",
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        "JobService": {
35            "additionalProperties": false,
36            "description": "The `JobService` schema contains properties for scheduling and execution of operations, represents the properties for the job service itself, and has links to jobs managed by the job service.",
37            "longDescription": "This resource shall represent a job service for a Redfish implementation.",
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                "@odata.context": {
54                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
55                },
56                "@odata.etag": {
57                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
58                },
59                "@odata.id": {
60                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
61                },
62                "@odata.type": {
63                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64                },
65                "Actions": {
66                    "$ref": "#/definitions/Actions",
67                    "description": "The available actions for this resource.",
68                    "longDescription": "This property shall contain the available actions for this resource."
69                },
70                "DateTime": {
71                    "description": "The current date and time setting for the job service.",
72                    "format": "date-time",
73                    "longDescription": "This property shall contain the current date and time setting for the job service.",
74                    "readonly": true,
75                    "type": [
76                        "string",
77                        "null"
78                    ]
79                },
80                "Description": {
81                    "anyOf": [
82                        {
83                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
84                        },
85                        {
86                            "type": "null"
87                        }
88                    ],
89                    "readonly": true
90                },
91                "Id": {
92                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
93                    "readonly": true
94                },
95                "Jobs": {
96                    "$ref": "http://redfish.dmtf.org/schemas/v1/JobCollection.json#/definitions/JobCollection",
97                    "description": "The links to the jobs collection.",
98                    "longDescription": "This property shall contain a link to a resource collection of type `JobCollection`.",
99                    "readonly": true
100                },
101                "Log": {
102                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.json#/definitions/LogService",
103                    "description": "The link to a log service that the job service uses.  This service can be a dedicated log service or a pointer to a log service under another resource, such as a manager.",
104                    "longDescription": "This property shall contain a link to a resource of type `LogService` that this job service uses.",
105                    "readonly": true
106                },
107                "Name": {
108                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
109                    "readonly": true
110                },
111                "Oem": {
112                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
113                    "description": "The OEM extension property.",
114                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
115                },
116                "ServiceCapabilities": {
117                    "$ref": "#/definitions/JobServiceCapabilities",
118                    "description": "The supported capabilities of this job service implementation.",
119                    "longDescription": "This type shall contain properties that describe the capabilities or supported features of this implementation of a job service."
120                },
121                "ServiceEnabled": {
122                    "description": "An indication of whether this service is enabled.",
123                    "longDescription": "This property shall indicate whether this service is enabled.",
124                    "readonly": false,
125                    "type": [
126                        "boolean",
127                        "null"
128                    ]
129                },
130                "Status": {
131                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
132                    "description": "The status and health of the resource and its subordinate or dependent resources.",
133                    "longDescription": "This property shall contain any status or health properties of the resource."
134                }
135            },
136            "required": [
137                "@odata.id",
138                "@odata.type",
139                "Id",
140                "Name"
141            ],
142            "type": "object"
143        },
144        "JobServiceCapabilities": {
145            "additionalProperties": false,
146            "description": "The supported capabilities of this job service implementation.",
147            "longDescription": "This type shall contain properties that describe the capabilities or supported features of this implementation of a job service.",
148            "patternProperties": {
149                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
150                    "description": "This property shall specify a valid odata or Redfish property.",
151                    "type": [
152                        "array",
153                        "boolean",
154                        "integer",
155                        "number",
156                        "null",
157                        "object",
158                        "string"
159                    ]
160                }
161            },
162            "properties": {
163                "MaxJobs": {
164                    "description": "The maximum number of jobs supported.",
165                    "longDescription": "This property shall contain the maximum number of jobs supported by the implementation.",
166                    "readonly": true,
167                    "type": [
168                        "integer",
169                        "null"
170                    ]
171                },
172                "MaxSteps": {
173                    "description": "The maximum number of job steps supported.",
174                    "longDescription": "This property shall contain the maximum number of steps supported by a single job instance.",
175                    "readonly": true,
176                    "type": [
177                        "integer",
178                        "null"
179                    ]
180                },
181                "Scheduling": {
182                    "description": "An indication of whether scheduling of jobs is supported.",
183                    "longDescription": "This property shall indicate whether the `Schedule` property within the job supports scheduling of jobs.",
184                    "readonly": true,
185                    "type": [
186                        "boolean",
187                        "null"
188                    ]
189                }
190            },
191            "type": "object"
192        },
193        "OemActions": {
194            "additionalProperties": true,
195            "description": "The available OEM-specific actions for this resource.",
196            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
197            "patternProperties": {
198                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
199                    "description": "This property shall specify a valid odata or Redfish property.",
200                    "type": [
201                        "array",
202                        "boolean",
203                        "integer",
204                        "number",
205                        "null",
206                        "object",
207                        "string"
208                    ]
209                }
210            },
211            "properties": {},
212            "type": "object"
213        }
214    },
215    "language": "en",
216    "owningEntity": "DMTF",
217    "release": "2018.2",
218    "title": "#JobService.v1_0_6.JobService"
219}