Class: SimpleJSONSchema::Validator
- Inherits:
-
Object
- Object
- SimpleJSONSchema::Validator
- Defined in:
- lib/simple_json_schema/validator.rb
Constant Summary collapse
- VALIDATORES =
{ 'null' => Validators::Null.new, 'boolean' => Validators::Boolean.new, 'integer' => Validators::Integer.new, 'number' => Validators::Number.new, 'string' => Validators::String.new }.freeze