class

OpenApi::ContainerValidator

Inherits Reference / Object

Class methods

list_invalid_properties_for(key : String, container : Array(T)) : Array(String) forall T
Source
list_invalid_properties_for(key : String, container : Hash(U, T)) : Array(String) forall U, T
Source
valid?(container : Array(T)) : Bool forall T
Source
valid?(container : Hash(U, T)) : Bool forall U, T
Source
validate(container : Array(T)) : Nil forall T
Source
validate(container : Hash(U, T)) : Nil forall U, T
Source