Class: JSON::Schema::SelfDesc
- Inherits:
-
Draft4
- Object
- Draft4
- JSON::Schema::SelfDesc
- Defined in:
- lib/snowly/validators/self_desc.rb
Constant Summary collapse
- URL =
"http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#"
Instance Method Summary collapse
-
#initialize ⇒ SelfDesc
constructor
A new instance of SelfDesc.
Constructor Details
#initialize ⇒ SelfDesc
8 9 10 11 |
# File 'lib/snowly/validators/self_desc.rb', line 8 def initialize super @uri = JSON::Util::URI.parse(URL) end |