openapi.validation

Members

Functions

getOpenApiOperation
Components getOpenApiOperation(HTTPServerRequest , OpenApi )
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid(Json value, string type, string format)
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid(string value, string type, string format)
Undocumented in source. Be warned that the author may not have intended to support it.
matchedPath
Path matchedPath(OpenApi definition, string )
Undocumented in source. Be warned that the author may not have intended to support it.
validate
void validate(HTTPServerRequest request, OpenApi definition)
Undocumented in source. Be warned that the author may not have intended to support it.
validateAgainstSchema
void validateAgainstSchema(Json value, Json schema)
Undocumented in source. Be warned that the author may not have intended to support it.
validateBody
void validateBody(HTTPServerRequest request, OpenApi definition)
Undocumented in source. Be warned that the author may not have intended to support it.
validateExistence
void validateExistence(HTTPServerRequest request, OpenApi definition)
Undocumented in source. Be warned that the author may not have intended to support it.
validateValues
void validateValues(HTTPServerRequest request, OpenApi definition)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Szabo Bogdan <szabobogdan@yahoo.com>

Date

Date: 9 8, 2015

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.