class Iglu::SelfDescribingSchema

Custom validator, allowing to use self-describing JSON Schemas

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/iglu-client/core.rb, line 70
def initialize
  super
  extend_schema_definition("http://json-schema.org/draft-04/schema#")
  @uri = URI.parse("http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#")
end