Class: JSONSchemer::Draft202012::Vocab::Core::Id
- Defined in:
- lib/json_schemer/draft202012/vocab/core.rb
Constant Summary
Constants included from Output
Instance Attribute Summary
Attributes inherited from Keyword
#parent, #parsed, #root, #value
Attributes included from Output
Instance Method Summary collapse
Methods inherited from Keyword
#absolute_keyword_location, #error_key, #fetch, #initialize, #parsed_schema, #schema_pointer, #validate
Methods included from Output
Constructor Details
This class inherits a constructor from JSONSchemer::Keyword
Instance Method Details
#parse ⇒ Object
37 38 39 40 41 42 |
# File 'lib/json_schemer/draft202012/vocab/core.rb', line 37 def parse URI.join(schema.base_uri, value).tap do |uri| schema.base_uri = uri root.resources[:lexical][uri] = schema end end |