{"openapi":"3.0.1","info":{"description":"Civil SDT Gateway","license":{"name":"MIT","url":"https://opensource.org/licenses/MIT"},"title":"Civil SDT Gateway","version":"v0.0.1"},"externalDocs":{"description":"README","url":"https://github.com/hmcts/civil-sdt-gateway"},"servers":[{"url":"http://localhost","description":"Generated server url"}],"paths":{"/":{"get":{"operationId":"welcome","responses":{"200":{"content":{"*/*":{"schema":{"type":"string"}}},"description":"OK"}},"tags":["root-controller"]}},"/validate":{"post":{"operationId":"validate","requestBody":{"content":{"text/xml":{"schema":{"type":"string"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidateResult"}}},"description":"OK"}},"tags":["gateway-controller"]}}},"components":{"schemas":{"ValidateResult":{"type":"object","properties":{"error":{"type":"string"},"valid":{"type":"boolean"}}}}}}
