Loading atlas-commands/src/test/resources/data/schemas/layerschema.json +3 −5 Original line number Diff line number Diff line Loading @@ -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"] } } } Loading
atlas-commands/src/test/resources/data/schemas/layerschema.json +3 −5 Original line number Diff line number Diff line Loading @@ -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"] } } }