- [ ] Top level event definition need to be checked for all kinds of event types `http`, `kafka`, `graphQL`,`salesforce`, `cron` needs to be added - [ ] Conditional check for more different kind of events need improvements - [ ] Params need more refinements, It should adhere to [OpenAPI specification v3.1.0 Parameter Object](https://spec.openapis.org/oas/v3.1.0#parameter-object) - [ ] Event body should adhere to [OpenAPI specification v3.1.0 Request Body Object](https://spec.openapis.org/oas/v3.1.0#request-body-object) - [ ] Event responses should adhere to [OpenAPI specification v3.1.0 Response Object](https://spec.openapis.org/oas/v3.1.0#response-object) - [ ] `authn`, `fn`, `on_validation_error` should be top level properties in an event and should be validated according to docs
Top level event definition need to be checked for all kinds of event types
http,kafka,graphQL,salesforce,cronneeds to be addedConditional check for more different kind of events need improvements
Params need more refinements, It should adhere to OpenAPI specification v3.1.0 Parameter Object
Event body should adhere to OpenAPI specification v3.1.0 Request Body Object
Event responses should adhere to OpenAPI specification v3.1.0 Response Object
authn,fn,on_validation_errorshould be top level properties in an event and should be validated according to docs