class DescExtendedSchema

Registers custom dependencies for Snowplot Self-Describing schema. Contexts and Unstructure events derive from it.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/snowly/extensions/custom_dependencies.rb, line 59
def initialize
  super
  extend_schema_definition("http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#")
  @attributes["custom_dependencies"] = CustomDependenciesAttribute
  @uri = URI.parse("http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#")
end