{"swagger":"2.0","info":{"description":"Api Documentation","version":"1.0","title":"Api Documentation","termsOfService":"urn:tos","contact":{},"license":{"name":"Apache 2.0","url":"http://www.apache.org/licenses/LICENSE-2.0"}},"host":"localhost:8080","basePath":"/","tags":[{"name":"data-export-controller","description":"Data Export Controller"},{"name":"fact-message-controller","description":"Fact Message Controller"}],"paths":{"/exporthtml":{"get":{"tags":["data-export-controller"],"summary":"state","operationId":"stateUsingGET","produces":["*/*"],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}},"head":{"tags":["data-export-controller"],"summary":"state","operationId":"stateUsingHEAD","consumes":["application/json"],"produces":["*/*"],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}},"post":{"tags":["data-export-controller"],"summary":"state","operationId":"stateUsingPOST","consumes":["application/json"],"produces":["*/*"],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}},"put":{"tags":["data-export-controller"],"summary":"state","operationId":"stateUsingPUT","consumes":["application/json"],"produces":["*/*"],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}},"delete":{"tags":["data-export-controller"],"summary":"state","operationId":"stateUsingDELETE","produces":["*/*"],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}},"options":{"tags":["data-export-controller"],"summary":"state","operationId":"stateUsingOPTIONS","consumes":["application/json"],"produces":["*/*"],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}},"patch":{"tags":["data-export-controller"],"summary":"state","operationId":"stateUsingPATCH","consumes":["application/json"],"produces":["*/*"],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/msg":{"post":{"tags":["fact-message-controller"],"summary":"handleMessage","operationId":"handleMessageUsingPOST","consumes":["application/json"],"produces":["*/*"],"parameters":[{"in":"body","name":"factMessage","description":"factMessage","required":true,"schema":{"$ref":"#/definitions/FactMessage"}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/FactModification"}}}}}}},"definitions":{"Fact":{"type":"object","properties":{"id":{"type":"string"}},"title":"Fact"},"FactMessage":{"type":"object","properties":{"data":{"type":"string"},"type":{"type":"string"}},"title":"FactMessage"},"FactModification":{"type":"object","properties":{"newFact":{"$ref":"#/definitions/Fact"},"oldFact":{"$ref":"#/definitions/Fact"},"type":{"type":"string"}},"title":"FactModification"}}}
