Commit 480b9b12 authored by Noel Alonso's avatar Noel Alonso
Browse files

Cambia esquema timeDefinition por cambios de tipos

parent 347ad116
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -132,17 +132,15 @@
			"type": ["object", "null"],
			"properties": {
				"startDate": {
					"type": "string"
					"type": ["string", "null"]
				},
				"endDate": {
					"type": ["string", "null"]
				},
				"interval": {
					"type": ["string", "null"],
					"default": "1h"
					"type": ["string", "null"]
				}
			}
			},
			"required": ["startDate"]
		}
	}
}