1*c6d7a45dSGunnar Mills{ 2*c6d7a45dSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/JobDocument.v1_0_0.json", 3*c6d7a45dSGunnar Mills "$ref": "#/definitions/JobDocument", 4*c6d7a45dSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5*c6d7a45dSGunnar Mills "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6*c6d7a45dSGunnar Mills "definitions": { 7*c6d7a45dSGunnar Mills "Actions": { 8*c6d7a45dSGunnar Mills "additionalProperties": false, 9*c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 10*c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 11*c6d7a45dSGunnar Mills "patternProperties": { 12*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14*c6d7a45dSGunnar Mills "type": [ 15*c6d7a45dSGunnar Mills "array", 16*c6d7a45dSGunnar Mills "boolean", 17*c6d7a45dSGunnar Mills "integer", 18*c6d7a45dSGunnar Mills "number", 19*c6d7a45dSGunnar Mills "null", 20*c6d7a45dSGunnar Mills "object", 21*c6d7a45dSGunnar Mills "string" 22*c6d7a45dSGunnar Mills ] 23*c6d7a45dSGunnar Mills } 24*c6d7a45dSGunnar Mills }, 25*c6d7a45dSGunnar Mills "properties": { 26*c6d7a45dSGunnar Mills "#JobDocument.SubmitJob": { 27*c6d7a45dSGunnar Mills "$ref": "#/definitions/SubmitJob" 28*c6d7a45dSGunnar Mills }, 29*c6d7a45dSGunnar Mills "Oem": { 30*c6d7a45dSGunnar Mills "$ref": "#/definitions/OemActions", 31*c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 32*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 33*c6d7a45dSGunnar Mills } 34*c6d7a45dSGunnar Mills }, 35*c6d7a45dSGunnar Mills "type": "object" 36*c6d7a45dSGunnar Mills }, 37*c6d7a45dSGunnar Mills "DataType": { 38*c6d7a45dSGunnar Mills "enum": [ 39*c6d7a45dSGunnar Mills "Boolean", 40*c6d7a45dSGunnar Mills "Number", 41*c6d7a45dSGunnar Mills "String" 42*c6d7a45dSGunnar Mills ], 43*c6d7a45dSGunnar Mills "enumDescriptions": { 44*c6d7a45dSGunnar Mills "Boolean": "A boolean.", 45*c6d7a45dSGunnar Mills "Number": "A number.", 46*c6d7a45dSGunnar Mills "String": "A string." 47*c6d7a45dSGunnar Mills }, 48*c6d7a45dSGunnar Mills "type": "string" 49*c6d7a45dSGunnar Mills }, 50*c6d7a45dSGunnar Mills "JobDocument": { 51*c6d7a45dSGunnar Mills "additionalProperties": false, 52*c6d7a45dSGunnar Mills "description": "The `JobDocument` schema describes the template for a job with a set of parameters.", 53*c6d7a45dSGunnar Mills "longDescription": "This resource shall represent a job document for a Redfish implementation.", 54*c6d7a45dSGunnar Mills "patternProperties": { 55*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 56*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 57*c6d7a45dSGunnar Mills "type": [ 58*c6d7a45dSGunnar Mills "array", 59*c6d7a45dSGunnar Mills "boolean", 60*c6d7a45dSGunnar Mills "integer", 61*c6d7a45dSGunnar Mills "number", 62*c6d7a45dSGunnar Mills "null", 63*c6d7a45dSGunnar Mills "object", 64*c6d7a45dSGunnar Mills "string" 65*c6d7a45dSGunnar Mills ] 66*c6d7a45dSGunnar Mills } 67*c6d7a45dSGunnar Mills }, 68*c6d7a45dSGunnar Mills "properties": { 69*c6d7a45dSGunnar Mills "@odata.context": { 70*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 71*c6d7a45dSGunnar Mills }, 72*c6d7a45dSGunnar Mills "@odata.etag": { 73*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 74*c6d7a45dSGunnar Mills }, 75*c6d7a45dSGunnar Mills "@odata.id": { 76*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 77*c6d7a45dSGunnar Mills }, 78*c6d7a45dSGunnar Mills "@odata.type": { 79*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 80*c6d7a45dSGunnar Mills }, 81*c6d7a45dSGunnar Mills "Actions": { 82*c6d7a45dSGunnar Mills "$ref": "#/definitions/Actions", 83*c6d7a45dSGunnar Mills "description": "The available actions for this resource.", 84*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 85*c6d7a45dSGunnar Mills }, 86*c6d7a45dSGunnar Mills "CreationTime": { 87*c6d7a45dSGunnar Mills "description": "The date and time when this job document resource was created.", 88*c6d7a45dSGunnar Mills "format": "date-time", 89*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the date and time when this job document resource was created.", 90*c6d7a45dSGunnar Mills "readonly": true, 91*c6d7a45dSGunnar Mills "type": "string" 92*c6d7a45dSGunnar Mills }, 93*c6d7a45dSGunnar Mills "Description": { 94*c6d7a45dSGunnar Mills "anyOf": [ 95*c6d7a45dSGunnar Mills { 96*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 97*c6d7a45dSGunnar Mills }, 98*c6d7a45dSGunnar Mills { 99*c6d7a45dSGunnar Mills "type": "null" 100*c6d7a45dSGunnar Mills } 101*c6d7a45dSGunnar Mills ], 102*c6d7a45dSGunnar Mills "readonly": true 103*c6d7a45dSGunnar Mills }, 104*c6d7a45dSGunnar Mills "DocumentData": { 105*c6d7a45dSGunnar Mills "description": "The job document data as a Base64-encoded string.", 106*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a Base64-encoded string of the job document data. This property shall not be present if `DocumentDataURI` is present.", 107*c6d7a45dSGunnar Mills "readonly": true, 108*c6d7a45dSGunnar Mills "type": "string" 109*c6d7a45dSGunnar Mills }, 110*c6d7a45dSGunnar Mills "DocumentDataHash": { 111*c6d7a45dSGunnar Mills "description": "The hash of the job document data.", 112*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the hash of the job document data as a hex-encoded string.", 113*c6d7a45dSGunnar Mills "pattern": "^[0-9a-fA-F]+$", 114*c6d7a45dSGunnar Mills "readonly": true, 115*c6d7a45dSGunnar Mills "type": "string" 116*c6d7a45dSGunnar Mills }, 117*c6d7a45dSGunnar Mills "DocumentDataURI": { 118*c6d7a45dSGunnar Mills "description": "The URI at which to access the job document data.", 119*c6d7a45dSGunnar Mills "format": "uri-reference", 120*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the URI at which to access the job document data. This property shall not be present if `DocumentData` is present.", 121*c6d7a45dSGunnar Mills "readonly": true, 122*c6d7a45dSGunnar Mills "type": "string" 123*c6d7a45dSGunnar Mills }, 124*c6d7a45dSGunnar Mills "DocumentType": { 125*c6d7a45dSGunnar Mills "description": "The type of job document data associated with this job document.", 126*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the type of job document data associated with this job document.", 127*c6d7a45dSGunnar Mills "readonly": true, 128*c6d7a45dSGunnar Mills "type": "string" 129*c6d7a45dSGunnar Mills }, 130*c6d7a45dSGunnar Mills "Id": { 131*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 132*c6d7a45dSGunnar Mills "readonly": true 133*c6d7a45dSGunnar Mills }, 134*c6d7a45dSGunnar Mills "Links": { 135*c6d7a45dSGunnar Mills "$ref": "#/definitions/Links", 136*c6d7a45dSGunnar Mills "description": "The links to other resources that are related to this resource.", 137*c6d7a45dSGunnar Mills "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource." 138*c6d7a45dSGunnar Mills }, 139*c6d7a45dSGunnar Mills "Name": { 140*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 141*c6d7a45dSGunnar Mills "readonly": true 142*c6d7a45dSGunnar Mills }, 143*c6d7a45dSGunnar Mills "Oem": { 144*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 145*c6d7a45dSGunnar Mills "description": "The OEM extension property.", 146*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." 147*c6d7a45dSGunnar Mills }, 148*c6d7a45dSGunnar Mills "ParameterMetadata": { 149*c6d7a45dSGunnar Mills "description": "The metadata for each of the parameters supported by this job document for the `SubmitJob` action.", 150*c6d7a45dSGunnar Mills "items": { 151*c6d7a45dSGunnar Mills "$ref": "#/definitions/ParameterMetadata" 152*c6d7a45dSGunnar Mills }, 153*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the metadata for each of the parameters supported by this job document for the `SubmitJob` action.", 154*c6d7a45dSGunnar Mills "type": "array" 155*c6d7a45dSGunnar Mills }, 156*c6d7a45dSGunnar Mills "Status": { 157*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", 158*c6d7a45dSGunnar Mills "description": "The status and health of the resource and its subordinate or dependent resources.", 159*c6d7a45dSGunnar Mills "longDescription": "This property shall contain any status or health properties of the resource." 160*c6d7a45dSGunnar Mills }, 161*c6d7a45dSGunnar Mills "Version": { 162*c6d7a45dSGunnar Mills "description": "The version of this job document.", 163*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the version of this job document.", 164*c6d7a45dSGunnar Mills "readonly": true, 165*c6d7a45dSGunnar Mills "type": "string" 166*c6d7a45dSGunnar Mills } 167*c6d7a45dSGunnar Mills }, 168*c6d7a45dSGunnar Mills "required": [ 169*c6d7a45dSGunnar Mills "@odata.id", 170*c6d7a45dSGunnar Mills "@odata.type", 171*c6d7a45dSGunnar Mills "Id", 172*c6d7a45dSGunnar Mills "Name" 173*c6d7a45dSGunnar Mills ], 174*c6d7a45dSGunnar Mills "type": "object" 175*c6d7a45dSGunnar Mills }, 176*c6d7a45dSGunnar Mills "Links": { 177*c6d7a45dSGunnar Mills "additionalProperties": false, 178*c6d7a45dSGunnar Mills "description": "The links to other resources that are related to this resource.", 179*c6d7a45dSGunnar Mills "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.", 180*c6d7a45dSGunnar Mills "patternProperties": { 181*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 182*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 183*c6d7a45dSGunnar Mills "type": [ 184*c6d7a45dSGunnar Mills "array", 185*c6d7a45dSGunnar Mills "boolean", 186*c6d7a45dSGunnar Mills "integer", 187*c6d7a45dSGunnar Mills "number", 188*c6d7a45dSGunnar Mills "null", 189*c6d7a45dSGunnar Mills "object", 190*c6d7a45dSGunnar Mills "string" 191*c6d7a45dSGunnar Mills ] 192*c6d7a45dSGunnar Mills } 193*c6d7a45dSGunnar Mills }, 194*c6d7a45dSGunnar Mills "properties": { 195*c6d7a45dSGunnar Mills "SupportedExecutors": { 196*c6d7a45dSGunnar Mills "description": "An array of links to the executors that are capable of running jobs instantiated from this job document.", 197*c6d7a45dSGunnar Mills "items": { 198*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/JobExecutor.json#/definitions/JobExecutor" 199*c6d7a45dSGunnar Mills }, 200*c6d7a45dSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `JobExecutor` that represent the executors that are capable of running jobs instantiated from this job document.", 201*c6d7a45dSGunnar Mills "readonly": true, 202*c6d7a45dSGunnar Mills "type": "array" 203*c6d7a45dSGunnar Mills }, 204*c6d7a45dSGunnar Mills "SupportedExecutors@odata.count": { 205*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 206*c6d7a45dSGunnar Mills } 207*c6d7a45dSGunnar Mills }, 208*c6d7a45dSGunnar Mills "type": "object" 209*c6d7a45dSGunnar Mills }, 210*c6d7a45dSGunnar Mills "OemActions": { 211*c6d7a45dSGunnar Mills "additionalProperties": true, 212*c6d7a45dSGunnar Mills "description": "The available OEM-specific actions for this resource.", 213*c6d7a45dSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 214*c6d7a45dSGunnar Mills "patternProperties": { 215*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 216*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 217*c6d7a45dSGunnar Mills "type": [ 218*c6d7a45dSGunnar Mills "array", 219*c6d7a45dSGunnar Mills "boolean", 220*c6d7a45dSGunnar Mills "integer", 221*c6d7a45dSGunnar Mills "number", 222*c6d7a45dSGunnar Mills "null", 223*c6d7a45dSGunnar Mills "object", 224*c6d7a45dSGunnar Mills "string" 225*c6d7a45dSGunnar Mills ] 226*c6d7a45dSGunnar Mills } 227*c6d7a45dSGunnar Mills }, 228*c6d7a45dSGunnar Mills "properties": {}, 229*c6d7a45dSGunnar Mills "type": "object" 230*c6d7a45dSGunnar Mills }, 231*c6d7a45dSGunnar Mills "Parameter": { 232*c6d7a45dSGunnar Mills "additionalProperties": false, 233*c6d7a45dSGunnar Mills "description": "An object containing a set of parameters for submitting a new job based on a job document.", 234*c6d7a45dSGunnar Mills "longDescription": "This type shall contain a set of parameters for submitting a new job based on a job document.", 235*c6d7a45dSGunnar Mills "patternProperties": { 236*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 237*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 238*c6d7a45dSGunnar Mills "type": [ 239*c6d7a45dSGunnar Mills "array", 240*c6d7a45dSGunnar Mills "boolean", 241*c6d7a45dSGunnar Mills "integer", 242*c6d7a45dSGunnar Mills "number", 243*c6d7a45dSGunnar Mills "null", 244*c6d7a45dSGunnar Mills "object", 245*c6d7a45dSGunnar Mills "string" 246*c6d7a45dSGunnar Mills ] 247*c6d7a45dSGunnar Mills }, 248*c6d7a45dSGunnar Mills "^[A-Za-z][A-Za-z0-9_]+$": { 249*c6d7a45dSGunnar Mills "type": [ 250*c6d7a45dSGunnar Mills "string", 251*c6d7a45dSGunnar Mills "boolean", 252*c6d7a45dSGunnar Mills "number", 253*c6d7a45dSGunnar Mills "null" 254*c6d7a45dSGunnar Mills ] 255*c6d7a45dSGunnar Mills } 256*c6d7a45dSGunnar Mills }, 257*c6d7a45dSGunnar Mills "properties": {}, 258*c6d7a45dSGunnar Mills "type": "object" 259*c6d7a45dSGunnar Mills }, 260*c6d7a45dSGunnar Mills "ParameterMetadata": { 261*c6d7a45dSGunnar Mills "additionalProperties": false, 262*c6d7a45dSGunnar Mills "description": "The metadata for a parameter supported by a job document for the `SubmitJob` action.", 263*c6d7a45dSGunnar Mills "longDescription": "This type shall contain the metadata a parameter supported by a job document for the `SubmitJob` action.", 264*c6d7a45dSGunnar Mills "patternProperties": { 265*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 266*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 267*c6d7a45dSGunnar Mills "type": [ 268*c6d7a45dSGunnar Mills "array", 269*c6d7a45dSGunnar Mills "boolean", 270*c6d7a45dSGunnar Mills "integer", 271*c6d7a45dSGunnar Mills "number", 272*c6d7a45dSGunnar Mills "null", 273*c6d7a45dSGunnar Mills "object", 274*c6d7a45dSGunnar Mills "string" 275*c6d7a45dSGunnar Mills ] 276*c6d7a45dSGunnar Mills } 277*c6d7a45dSGunnar Mills }, 278*c6d7a45dSGunnar Mills "properties": { 279*c6d7a45dSGunnar Mills "AllowableNumbers": { 280*c6d7a45dSGunnar Mills "description": "The allowable numeric values or duration values, inclusive ranges of values, and incremental step values for this parameter.", 281*c6d7a45dSGunnar Mills "items": { 282*c6d7a45dSGunnar Mills "type": "string" 283*c6d7a45dSGunnar Mills }, 284*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate the allowable numeric values, inclusive ranges of values, and incremental step values for this parameter, as defined in the 'Allowable values for numbers and durations' clause of the Redfish Specification. This property shall only be present for numeric parameters or string parameters that specify a duration.", 285*c6d7a45dSGunnar Mills "readonly": true, 286*c6d7a45dSGunnar Mills "type": "array" 287*c6d7a45dSGunnar Mills }, 288*c6d7a45dSGunnar Mills "AllowablePattern": { 289*c6d7a45dSGunnar Mills "description": "The allowable pattern for this parameter.", 290*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a regular expression that describes the allowable values for this parameter. This property shall only be present for string parameters.", 291*c6d7a45dSGunnar Mills "readonly": true, 292*c6d7a45dSGunnar Mills "type": "string" 293*c6d7a45dSGunnar Mills }, 294*c6d7a45dSGunnar Mills "AllowableValueDescriptions": { 295*c6d7a45dSGunnar Mills "description": "Descriptions of allowable values for this parameter.", 296*c6d7a45dSGunnar Mills "items": { 297*c6d7a45dSGunnar Mills "type": "string" 298*c6d7a45dSGunnar Mills }, 299*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the descriptions of allowable values for this parameter. The descriptions shall appear in the same array order as the `AllowableValues` property.", 300*c6d7a45dSGunnar Mills "readonly": true, 301*c6d7a45dSGunnar Mills "type": "array" 302*c6d7a45dSGunnar Mills }, 303*c6d7a45dSGunnar Mills "AllowableValues": { 304*c6d7a45dSGunnar Mills "description": "The allowable values for this parameter.", 305*c6d7a45dSGunnar Mills "items": { 306*c6d7a45dSGunnar Mills "type": "string" 307*c6d7a45dSGunnar Mills }, 308*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate the allowable values for this parameter.", 309*c6d7a45dSGunnar Mills "readonly": true, 310*c6d7a45dSGunnar Mills "type": "array" 311*c6d7a45dSGunnar Mills }, 312*c6d7a45dSGunnar Mills "DataType": { 313*c6d7a45dSGunnar Mills "$ref": "#/definitions/DataType", 314*c6d7a45dSGunnar Mills "description": "The JSON property type for this parameter.", 315*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the JSON property type for this parameter.", 316*c6d7a45dSGunnar Mills "readonly": true 317*c6d7a45dSGunnar Mills }, 318*c6d7a45dSGunnar Mills "Description": { 319*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description", 320*c6d7a45dSGunnar Mills "description": "A description of the parameter.", 321*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a description of the parameter.", 322*c6d7a45dSGunnar Mills "readonly": true 323*c6d7a45dSGunnar Mills }, 324*c6d7a45dSGunnar Mills "MaximumValue": { 325*c6d7a45dSGunnar Mills "description": "The maximum supported value for this parameter.", 326*c6d7a45dSGunnar Mills "longDescription": "This integer or number property shall contain the maximum value that this service supports. This property shall not be present for non-integer or number parameters.", 327*c6d7a45dSGunnar Mills "readonly": true, 328*c6d7a45dSGunnar Mills "type": "number" 329*c6d7a45dSGunnar Mills }, 330*c6d7a45dSGunnar Mills "MinimumValue": { 331*c6d7a45dSGunnar Mills "description": "The minimum supported value for this parameter.", 332*c6d7a45dSGunnar Mills "longDescription": "This integer or number property shall contain the minimum value that this service supports. This property shall not be present for non-integer or number parameters.", 333*c6d7a45dSGunnar Mills "readonly": true, 334*c6d7a45dSGunnar Mills "type": "number" 335*c6d7a45dSGunnar Mills }, 336*c6d7a45dSGunnar Mills "Name": { 337*c6d7a45dSGunnar Mills "description": "The name of the parameter.", 338*c6d7a45dSGunnar Mills "longDescription": "This property shall contain the name of the parameter.", 339*c6d7a45dSGunnar Mills "readonly": true, 340*c6d7a45dSGunnar Mills "type": "string" 341*c6d7a45dSGunnar Mills }, 342*c6d7a45dSGunnar Mills "Required": { 343*c6d7a45dSGunnar Mills "description": "An indication of whether the parameter is required.", 344*c6d7a45dSGunnar Mills "longDescription": "This property shall indicate whether the parameter is required.", 345*c6d7a45dSGunnar Mills "readonly": true, 346*c6d7a45dSGunnar Mills "type": "boolean" 347*c6d7a45dSGunnar Mills }, 348*c6d7a45dSGunnar Mills "ValueHint": { 349*c6d7a45dSGunnar Mills "description": "A hint value for the parameter.", 350*c6d7a45dSGunnar Mills "longDescription": "This property shall contain a hint value for the parameter.", 351*c6d7a45dSGunnar Mills "readonly": true, 352*c6d7a45dSGunnar Mills "type": "string" 353*c6d7a45dSGunnar Mills } 354*c6d7a45dSGunnar Mills }, 355*c6d7a45dSGunnar Mills "required": [ 356*c6d7a45dSGunnar Mills "DataType", 357*c6d7a45dSGunnar Mills "Name" 358*c6d7a45dSGunnar Mills ], 359*c6d7a45dSGunnar Mills "type": "object" 360*c6d7a45dSGunnar Mills }, 361*c6d7a45dSGunnar Mills "SubmitJob": { 362*c6d7a45dSGunnar Mills "additionalProperties": false, 363*c6d7a45dSGunnar Mills "description": "Creates a new job based on the contents of this job document and additional parameters.", 364*c6d7a45dSGunnar Mills "longDescription": "This action shall create a new `Job` resource based on the contents of this job document and additional parameters.", 365*c6d7a45dSGunnar Mills "parameters": { 366*c6d7a45dSGunnar Mills "HidePayload": { 367*c6d7a45dSGunnar Mills "description": "An indication of whether the contents of the parameters should be hidden from view after the job has been created. If `true`, responses do not return the parameters. If `false`, responses return the parameters. If this parameter is not present when the job is created, the default is `false`.", 368*c6d7a45dSGunnar Mills "longDescription": "This parameter shall indicate whether the contents of the parameters should be hidden from view after the job has been created. If `true`, responses shall not return the `Parameters` property. If `false`, responses shall return the `Parameters` property. If this parameter is not present when the job is created, the default is `false`.", 369*c6d7a45dSGunnar Mills "type": "boolean" 370*c6d7a45dSGunnar Mills }, 371*c6d7a45dSGunnar Mills "JobCreator": { 372*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Job.json#/definitions/Job", 373*c6d7a45dSGunnar Mills "description": "The link to the job that is submitting this job.", 374*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain a link to a resource of type `Job` that represents the job that is submitting this job." 375*c6d7a45dSGunnar Mills }, 376*c6d7a45dSGunnar Mills "Parameters": { 377*c6d7a45dSGunnar Mills "$ref": "#/definitions/Parameter", 378*c6d7a45dSGunnar Mills "description": "The list of parameters for the new job that are specific to this job document.", 379*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the list of parameters for the new job that are specific to this job document. Services shall reject requests containing parameters that do not meet the requirements specified by the `ParameterMetadata` property.", 380*c6d7a45dSGunnar Mills "requiredParameter": true 381*c6d7a45dSGunnar Mills }, 382*c6d7a45dSGunnar Mills "PreferredExecutors": { 383*c6d7a45dSGunnar Mills "description": "An array of links to the preferred executors to run this job.", 384*c6d7a45dSGunnar Mills "items": { 385*c6d7a45dSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/JobExecutor.json#/definitions/JobExecutor" 386*c6d7a45dSGunnar Mills }, 387*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain an array of links to resources of type `JobExecutor` that represent the preferred executors to run this job.", 388*c6d7a45dSGunnar Mills "requiredParameter": true, 389*c6d7a45dSGunnar Mills "type": "array" 390*c6d7a45dSGunnar Mills }, 391*c6d7a45dSGunnar Mills "StartTime": { 392*c6d7a45dSGunnar Mills "description": "The date and time when the job is scheduled to start.", 393*c6d7a45dSGunnar Mills "format": "date-time", 394*c6d7a45dSGunnar Mills "longDescription": "This parameter shall contain the date and time when the job is scheduled to start.", 395*c6d7a45dSGunnar Mills "type": "string" 396*c6d7a45dSGunnar Mills } 397*c6d7a45dSGunnar Mills }, 398*c6d7a45dSGunnar Mills "patternProperties": { 399*c6d7a45dSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 400*c6d7a45dSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 401*c6d7a45dSGunnar Mills "type": [ 402*c6d7a45dSGunnar Mills "array", 403*c6d7a45dSGunnar Mills "boolean", 404*c6d7a45dSGunnar Mills "integer", 405*c6d7a45dSGunnar Mills "number", 406*c6d7a45dSGunnar Mills "null", 407*c6d7a45dSGunnar Mills "object", 408*c6d7a45dSGunnar Mills "string" 409*c6d7a45dSGunnar Mills ] 410*c6d7a45dSGunnar Mills } 411*c6d7a45dSGunnar Mills }, 412*c6d7a45dSGunnar Mills "properties": { 413*c6d7a45dSGunnar Mills "target": { 414*c6d7a45dSGunnar Mills "description": "Link to invoke action", 415*c6d7a45dSGunnar Mills "format": "uri-reference", 416*c6d7a45dSGunnar Mills "type": "string" 417*c6d7a45dSGunnar Mills }, 418*c6d7a45dSGunnar Mills "title": { 419*c6d7a45dSGunnar Mills "description": "Friendly action name", 420*c6d7a45dSGunnar Mills "type": "string" 421*c6d7a45dSGunnar Mills } 422*c6d7a45dSGunnar Mills }, 423*c6d7a45dSGunnar Mills "type": "object" 424*c6d7a45dSGunnar Mills } 425*c6d7a45dSGunnar Mills }, 426*c6d7a45dSGunnar Mills "language": "en", 427*c6d7a45dSGunnar Mills "owningEntity": "DMTF", 428*c6d7a45dSGunnar Mills "release": "2025.2", 429*c6d7a45dSGunnar Mills "title": "#JobDocument.v1_0_0.JobDocument" 430*c6d7a45dSGunnar Mills}