elixact
v0.1.1
Pages
Modules
Search documentation of elixact
Settings
View Source
Elixact.JsonSchema.ReferenceStore
(elixact v0.1.1)
Manages schema references and definitions for JSON Schema generation.
Summary
Functions
add_definition(agent, module, schema)
add_reference(agent, module)
get_definitions(agent)
get_references(agent)
has_definition?(agent, module)
has_reference?(agent, module)
ref_path(module)
start_link()
stop(agent)
Functions
Link to this function
add_definition(agent, module, schema)
View Source
Link to this function
add_reference(agent, module)
View Source
Link to this function
get_definitions(agent)
View Source
Link to this function
get_references(agent)
View Source
Link to this function
has_definition?(agent, module)
View Source
Link to this function
has_reference?(agent, module)
View Source
Link to this function
ref_path(module)
View Source
Link to this function
start_link()
View Source
Link to this function
stop(agent)
View Source