Creates the assertion applicability registry.
Iterates over the predicate keys and builds entries by looking up the corresponding assertion (e.g., 'string' → assertions.stringAssertion).
'string'
assertions.stringAssertion
Object containing all sync-basic assertions, keyed by {predicateName}Assertion
{predicateName}Assertion
Array of assertion applicability entries
Creates the assertion applicability registry.
Iterates over the predicate keys and builds entries by looking up the corresponding assertion (e.g.,
'string'→assertions.stringAssertion).