Module: Idml::Validation

Defined in:
lib/idml/validation.rb,
lib/idml/validation/result.rb,
lib/idml/validation/validator.rb

Defined Under Namespace

Classes: Result, Validator

Constant Summary collapse

DEFAULT_SCHEMA_ROOT =

Default schema root: the development tree's generated schemas. Override per-call by passing schema_root: to Validator.new.

File.expand_path(
  "../../../reference-docs/schemas/package", __dir__
)