{ "id":"/axapi/v3/clock", "type":"object", "node-type":"intermediate", "title":"clock", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"Configure time-of-day Clock", "properties":{ "show":{ "type":"object", "$ref":"/axapi/v3/clock/show", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "set":{ "type":"object", "$ref":"/axapi/v3/clock/set", "properties":{ "time-cfg":{ "type":"object", "properties":{ "time":{ "type":"string", "format":"time", "partition-visibility":"shared", "description":"Current Time" }, "month":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'January': Month of the year; 'February': Month of the year; 'March': Month of the year; 'April': Month of the year; 'May': Month of the year; 'June': Month of the year; 'July': Month of the year; 'August': Month of the year; 'September': Month of the year; 'October': Month of the year; 'November': Month of the year; 'December': Month of the year; ", "enum":[ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ] }, "day-of-month-2":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"Day of the Month" }, "month-2":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'January': Month of the year; 'February': Month of the year; 'March': Month of the year; 'April': Month of the year; 'May': Month of the year; 'June': Month of the year; 'July': Month of the year; 'August': Month of the year; 'September': Month of the year; 'October': Month of the year; 'November': Month of the year; 'December': Month of the year; ", "enum":[ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ] }, "day-of-month":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"Day of the Month" }, "year":{ "type":"number", "format":"number", "minimum":2005, "maximum":2035, "partition-visibility":"shared", "description":"Year" } } } } } } }