changedInput schema / properties / working_hours / anyOf
Previous value: -[
- {
- "properties": {
- "fri": {
- "description": "A single day's working hours window",
- "properties": {
- "end": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- },
- "start": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- }
- },
- "required": [
- "start",
- "end"
- ],
- "type": "object"
- },
- "mon": {
- "description": "A single day's working hours window",
- "properties": {
- "end": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- },
- "start": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- }
- },
- "required": [
- "start",
- "end"
- ],
- "type": "object"
- },
- "sat": {
- "description": "A single day's working hours window",
- "properties": {
- "end": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- },
- "start": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- }
- },
- "required": [
- "start",
- "end"
- ],
- "type": "object"
- },
- "sun": {
- "description": "A single day's working hours window",
- "properties": {
- "end": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- },
- "start": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- }
- },
- "required": [
- "start",
- "end"
- ],
- "type": "object"
- },
- "thu": {
- "description": "A single day's working hours window",
- "properties": {
- "end": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- },
- "start": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- }
- },
- "required": [
- "start",
- "end"
- ],
- "type": "object"
- },
- "tue": {
- "description": "A single day's working hours window",
- "properties": {
- "end": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- },
- "start": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- }
- },
- "required": [
- "start",
- "end"
- ],
- "type": "object"
- },
- "wed": {
- "description": "A single day's working hours window",
- "properties": {
- "end": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- },
- "start": {
- "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
- "type": "string"
- }
- },
- "required": [
- "start",
- "end"
- ],
- "type": "object"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "properties": {
+ "fri": {
+ "description": "A single day's working hours window",
+ "properties": {
+ "end": {
+ "description": "End of the working window, HH:MM 24-hour, after start (e.g. \"17:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ },
+ "start": {
+ "description": "Start of the working window, HH:MM 24-hour, in the rules timezone (e.g. \"09:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end"
+ ],
+ "type": "object"
+ },
+ "mon": {
+ "description": "A single day's working hours window",
+ "properties": {
+ "end": {
+ "description": "End of the working window, HH:MM 24-hour, after start (e.g. \"17:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ },
+ "start": {
+ "description": "Start of the working window, HH:MM 24-hour, in the rules timezone (e.g. \"09:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end"
+ ],
+ "type": "object"
+ },
+ "sat": {
+ "description": "A single day's working hours window",
+ "properties": {
+ "end": {
+ "description": "End of the working window, HH:MM 24-hour, after start (e.g. \"17:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ },
+ "start": {
+ "description": "Start of the working window, HH:MM 24-hour, in the rules timezone (e.g. \"09:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end"
+ ],
+ "type": "object"
+ },
+ "sun": {
+ "description": "A single day's working hours window",
+ "properties": {
+ "end": {
+ "description": "End of the working window, HH:MM 24-hour, after start (e.g. \"17:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ },
+ "start": {
+ "description": "Start of the working window, HH:MM 24-hour, in the rules timezone (e.g. \"09:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end"
+ ],
+ "type": "object"
+ },
+ "thu": {
+ "description": "A single day's working hours window",
+ "properties": {
+ "end": {
+ "description": "End of the working window, HH:MM 24-hour, after start (e.g. \"17:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ },
+ "start": {
+ "description": "Start of the working window, HH:MM 24-hour, in the rules timezone (e.g. \"09:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end"
+ ],
+ "type": "object"
+ },
+ "tue": {
+ "description": "A single day's working hours window",
+ "properties": {
+ "end": {
+ "description": "End of the working window, HH:MM 24-hour, after start (e.g. \"17:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ },
+ "start": {
+ "description": "Start of the working window, HH:MM 24-hour, in the rules timezone (e.g. \"09:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end"
+ ],
+ "type": "object"
+ },
+ "wed": {
+ "description": "A single day's working hours window",
+ "properties": {
+ "end": {
+ "description": "End of the working window, HH:MM 24-hour, after start (e.g. \"17:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ },
+ "start": {
+ "description": "Start of the working window, HH:MM 24-hour, in the rules timezone (e.g. \"09:00\")",
+ "pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end"
+ ],
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]