(httpPart: HTTPRequestPart)
| 107 | readonly mediaType: string | undefined; |
| 108 | |
| 109 | getValidationFunction(httpPart: HTTPRequestPart): ValidationFunction | undefined |
| 110 | getValidationFunction(schema: { [key: string]: any }): ValidationFunction | undefined |
| 111 | compileValidationSchema(schema: { [key: string]: any }, httpPart?: HTTPRequestPart): ValidationFunction |
| 112 | validateInput(input: any, schema: { [key: string]: any }, httpPart?: HTTPRequestPart): boolean |
no outgoing calls
no test coverage detected