{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"http://localhost","description":"Generated server url"}],"paths":{"/events/dar-notify":{"post":{"tags":["dar-notify-controller"],"operationId":"darNotify","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DarNotifyEvent"}}},"required":true},"responses":{"200":{"description":"OK"}}}},"/favicon.ico":{"get":{"tags":["favicon-controller"],"operationId":"returnNoFavicon","responses":{"200":{"description":"OK"}}}},"/":{"get":{"tags":["root-controller"],"operationId":"welcome","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}}}}}},"components":{"schemas":{"DarNotifyEvent":{"type":"object","properties":{"notification_url":{"type":"string"},"notification_type":{"type":"string"},"timestamp":{"type":"string","format":"date-time"},"courthouse":{"type":"string"},"courtroom":{"type":"string"},"case_numbers":{"type":"array","items":{"type":"string"}}}}}}}
