{
  "title": "string with time format HH:mm[:ss]",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "string",
  "pattern": "^([0-1][0-9]|2[0-4])(:[0-5][0-9]){1,2}$"
}
