{
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "The schedule expression corresponding to this timer or \"undefined\" if the timer was not created using a schedule expression, is expired, or has been cancelled.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"year" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "A particular calendar year.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"month" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "One or more months within a year.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"day-of-month" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "One or more days within a month.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"day-of-week" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "One or more days within a week.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"hour" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "One or more hours within a day.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"minute" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "One or more minutes within an hour.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"second" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "One or more seconds within a minute.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"timezone" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "A non-default time zone in whose context the schedule specification is to be evaluated.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"start" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The start date for the timer, in ms since the epoch.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"end" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The end date for the timer, in ms since the epoch.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"stability" : "default"
}
},
"access-type" : "read-only",
"storage" : "configuration",
"restart-required" : null,
"capability-reference" : null
}