{"openapi":"3.0.2","info":{"title":"Arcot-adapter","version":"20210506"},"paths":{"/adapter_json/":{"post":{"tags":["API"],"summary":"Adapter Json","operationId":"adapter_json_adapter_json__post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WSDLModel"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/adapter_xml/":{"post":{"tags":["API"],"summary":"Adapter Xml","operationId":"adapter_xml_adapter_xml__post","responses":{"200":{"description":"Successful Response","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/healthz":{"get":{"summary":"Healthz","operationId":"healthz_healthz_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}}},"components":{"schemas":{"HTTPValidationError":{"title":"HTTPValidationError","type":"object","properties":{"detail":{"title":"Detail","type":"array","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"title":"ValidationError","required":["loc","msg","type"],"type":"object","properties":{"loc":{"title":"Location","type":"array","items":{"type":"string"}},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}}},"WSDLModel":{"title":"WSDLModel","required":["data"],"type":"object","properties":{"data":{"title":"Data","type":"string"},"encode":{"title":"Encode","type":"string","default":"base64"}}}}}}