Iuliia.Schema.lookup
You're seeing just the function
lookup
, go back to Iuliia.Schema module for more information.
Specs
Lookup for schema by schema name and returns schema data.
Raises ArgumentError
if there is no such schema.
Example
iex> Iuliia.Schema.lookup("wikipedia")
%{
"description" => "Wikipedia transliteration schema",
"ending_mapping" => %{"ий" => "y", "ый" => "y"},
...
}