MNX Document Model
|
Returns the results of semantic validation. More...
#include <Validation.h>
Public Attributes | |
std::unordered_map< std::string, json_pointer > | lyricLines |
![]() | |
std::vector< Error > | errors |
errors encountered | |
Additional Inherited Members | |
![]() | |
operator bool () const | |
Allows a simple if check to see if the schema validated. | |
Returns the results of semantic validation.
std::unordered_map<std::string, json_pointer> mnx::validation::SemanticValidationResult::lyricLines |
list of lyric line ID values. These are sourced either from global.lyrics().lineOrder()
or global().lyrics().lineMetadata()
. The json_pointer is used only for reporting the location of duplicate values. It points to an element in one of the two arrays, with preference given to lineOrder
if it exists.