-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Since the latest proposed metadata yaml file requires details like the Node name normalizer's version.
Should we also include information for version & related detail on the Node name resolver as well for teams using the Name resolver in their ingestion process?
# include information for version & related detail on the Name resolver as well for teams using the Name resolver in their ingestion process name_resolver: description: Name/identifier of the algorithm/tool used to perform node name resolver on the ingested data. e.g. "NameRes" range: string name_resolver_version: description: Version of the node name resolver tool/algorithm. range: string name_resolver_url: description: URL(s) pointing to source code and/or information about the node name resolver tool used. e.g. "https://github.com/TranslatorSRI/NameResolution" range: string
Here is the proposed code section (I tried to create a new branch and submit the proposed changes, but realize I cannot publish a new branch or make changes).