class OpenApi::ContainerValidator

Defined in:

validators/container_validator.cr

Class Method Summary

Class Method Detail

def self.list_invalid_properties_for(key : String, container : Array(T)) : Array(String) forall T #

[View source]
def self.list_invalid_properties_for(key : String, container : Hash(U, T)) : Array(String) forall U, T #

[View source]
def self.valid?(container : Array(T)) : Bool forall T #

[View source]
def self.valid?(container : Hash(U, T)) : Bool forall U, T #

[View source]
def self.validate(container : Array(T)) : Nil forall T #

[View source]
def self.validate(container : Hash(U, T)) : Nil forall U, T #

[View source]