{"openapi":"3.1.0","info":{"description":"rpe demo","license":{"name":"MIT","url":"https://opensource.org/licenses/MIT"},"title":"rpe demo","version":"v0.0.1"},"externalDocs":{"description":"README","url":"https://github.com/hmcts/spring-boot-template"},"servers":[{"url":"http://localhost","description":"Generated server url"}],"paths":{"/":{"get":{"operationId":"welcome","responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"}},"tags":["root-controller"]}},"/time":{"get":{"operationId":"getTime","responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"current date time"}},"summary":"Gets the current date-time from the system clock in the default time-zone","tags":["time-controller"]}}},"components":{}}
