Loading docker-compose.prod.yml +2 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,8 @@ services: - node.role == worker restart_policy: condition: on-failure max_attempts: 3 delay: 1m window: 3m networks: traefik-net: Loading src/test/resources/data/jsonschema/geoJsonschema.json +4 −8 Original line number Diff line number Diff line Loading @@ -63,17 +63,11 @@ ] }, "startDate": { "type": [ "string", "null" ], "type": "string", "format": "date-time" }, "endDate": { "type": [ "string", "null" ], "type": "string", "format": "date-time" }, "remark": { Loading Loading @@ -121,6 +115,8 @@ } }, "required": [ "startDate", "endDate", "confidence", "radius", "speciesConfidence", Loading Loading
docker-compose.prod.yml +2 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,8 @@ services: - node.role == worker restart_policy: condition: on-failure max_attempts: 3 delay: 1m window: 3m networks: traefik-net: Loading
src/test/resources/data/jsonschema/geoJsonschema.json +4 −8 Original line number Diff line number Diff line Loading @@ -63,17 +63,11 @@ ] }, "startDate": { "type": [ "string", "null" ], "type": "string", "format": "date-time" }, "endDate": { "type": [ "string", "null" ], "type": "string", "format": "date-time" }, "remark": { Loading Loading @@ -121,6 +115,8 @@ } }, "required": [ "startDate", "endDate", "confidence", "radius", "speciesConfidence", Loading