Expand description
Utility functions to validate that type paths in the user defined derives and substitutes exist in a type registry.
Functionsยง
- registry_
contains_ type_ path - Checks if a given type path is the type path of a type in the registry.
- similar_
type_ paths_ in_ registry - Returns types in the PortableRegistry that share the identifier with the input path.
- validate_
substitutes_ and_ derives_ against_ registry - Validates that the settings given are valid for the type registry. It checks for all type specific derives, attributes and substitutes if these types really exist in the type registry. It is thus overly conservative.