require 'json/common'

module JSON
  class Schema
    class SchemaParseError < JSON::ParserError
    end
  end
end
