Class JSON::Schema
In: lib/json-schema/attribute.rb
lib/json-schema/errors/validation_error.rb
lib/json-schema/errors/uri_error.rb
lib/json-schema/errors/schema_parse_error.rb
lib/json-schema/errors/json_load_error.rb
lib/json-schema/errors/schema_error.rb
lib/json-schema/errors/custom_format_error.rb
lib/json-schema/errors/json_parse_error.rb
lib/json-schema/validators/draft1.rb
lib/json-schema/validators/hyper-draft2.rb
lib/json-schema/validators/draft3.rb
lib/json-schema/validators/draft2.rb
lib/json-schema/validators/draft4.rb
lib/json-schema/validators/hyper-draft4.rb
lib/json-schema/validators/hyper-draft1.rb
lib/json-schema/schema/validator.rb
lib/json-schema/schema/reader.rb
lib/json-schema/schema.rb
lib/json-schema/attributes/patternproperties.rb
lib/json-schema/attributes/type_v4.rb
lib/json-schema/attributes/anyof.rb
lib/json-schema/attributes/required.rb
lib/json-schema/attributes/format.rb
lib/json-schema/attributes/items.rb
lib/json-schema/attributes/type.rb
lib/json-schema/attributes/limit.rb
lib/json-schema/attributes/extends.rb
lib/json-schema/attributes/not.rb
lib/json-schema/attributes/pattern.rb
lib/json-schema/attributes/additionalitems.rb
lib/json-schema/attributes/oneof.rb
lib/json-schema/attributes/formats/uri.rb
lib/json-schema/attributes/formats/custom.rb
lib/json-schema/attributes/formats/ip.rb
lib/json-schema/attributes/formats/date.rb
lib/json-schema/attributes/formats/time.rb
lib/json-schema/attributes/formats/date_time.rb
lib/json-schema/attributes/formats/date_time_v4.rb
lib/json-schema/attributes/allof.rb
lib/json-schema/attributes/ref.rb
lib/json-schema/attributes/dependencies.rb
lib/json-schema/attributes/properties.rb
lib/json-schema/attributes/maxdecimal.rb
lib/json-schema/attributes/disallow.rb
lib/json-schema/attributes/divisibleby.rb
lib/json-schema/attributes/additionalproperties.rb
lib/json-schema/attributes/uniqueitems.rb
lib/json-schema/attributes/properties_optional.rb
lib/json-schema/attributes/multipleof.rb
lib/json-schema/attributes/enum.rb
Parent: Object

Methods

new   stringify   to_array_schema   to_s   validate  

Classes and Modules

Class JSON::Schema::AdditionalItemsAttribute
Class JSON::Schema::AdditionalPropertiesAttribute
Class JSON::Schema::AllOfAttribute
Class JSON::Schema::AnyOfAttribute
Class JSON::Schema::Attribute
Class JSON::Schema::CustomFormat
Class JSON::Schema::CustomFormatError
Class JSON::Schema::DateFormat
Class JSON::Schema::DateTimeFormat
Class JSON::Schema::DateTimeV4Format
Class JSON::Schema::DependenciesAttribute
Class JSON::Schema::DependenciesV4Attribute
Class JSON::Schema::DisallowAttribute
Class JSON::Schema::DivisibleByAttribute
Class JSON::Schema::Draft1
Class JSON::Schema::Draft2
Class JSON::Schema::Draft3
Class JSON::Schema::Draft4
Class JSON::Schema::EnumAttribute
Class JSON::Schema::ExtendsAttribute
Class JSON::Schema::FormatAttribute
Class JSON::Schema::HyperDraft1
Class JSON::Schema::HyperDraft2
Class JSON::Schema::HyperDraft4
Class JSON::Schema::IP4Format
Class JSON::Schema::IP6Format
Class JSON::Schema::IPFormat
Class JSON::Schema::ItemsAttribute
Class JSON::Schema::JsonLoadError
Class JSON::Schema::JsonParseError
Class JSON::Schema::LimitAttribute
Class JSON::Schema::MaxDecimalAttribute
Class JSON::Schema::MaxItemsAttribute
Class JSON::Schema::MaxLengthAttribute
Class JSON::Schema::MaxPropertiesAttribute
Class JSON::Schema::MaximumAttribute
Class JSON::Schema::MaximumInclusiveAttribute
Class JSON::Schema::MinItemsAttribute
Class JSON::Schema::MinLengthAttribute
Class JSON::Schema::MinPropertiesAttribute
Class JSON::Schema::MinimumAttribute
Class JSON::Schema::MinimumInclusiveAttribute
Class JSON::Schema::MultipleOfAttribute
Class JSON::Schema::NotAttribute
Class JSON::Schema::NumericLimitAttribute
Class JSON::Schema::OneOfAttribute
Class JSON::Schema::PatternAttribute
Class JSON::Schema::PatternPropertiesAttribute
Class JSON::Schema::PropertiesAttribute
Class JSON::Schema::PropertiesOptionalAttribute
Class JSON::Schema::PropertiesV4Attribute
Class JSON::Schema::ReadRefused
Class JSON::Schema::Reader
Class JSON::Schema::RefAttribute
Class JSON::Schema::RequiredAttribute
Class JSON::Schema::SchemaError
Class JSON::Schema::SchemaParseError
Class JSON::Schema::TimeFormat
Class JSON::Schema::TypeAttribute
Class JSON::Schema::TypeV4Attribute
Class JSON::Schema::UniqueItemsAttribute
Class JSON::Schema::UriError
Class JSON::Schema::UriFormat
Class JSON::Schema::ValidationError
Class JSON::Schema::Validator

Attributes

schema  [RW] 
uri  [RW] 
validator  [RW] 

Public Class methods

Public Instance methods

@return [JSON::Schema] a new schema matching an array whose items all match this schema.

[Validate]