NCATSTranslator / reasoner-validator

Validation of Translator OpenAPI (TRAPI) messages both to TRAPI and Biolink Model standards. See https://ncatstranslator.github.io/reasoner-validator/
Other
2 stars 4 forks source link

Extend TRAPI SemVer regex to accept 'extended' semantic versioning. #20

Closed RichardBruskiewich closed 2 years ago

RichardBruskiewich commented 2 years ago

Core semantic versioning is simply a period delimited number schema of major.minor.patch but allows for build, pre-release and pre-release + build variants. We wish for the Reasoner Validator regex parsing to support these use cases.

RichardBruskiewich commented 2 years ago

Resolved by PR https://github.com/NCATSTranslator/reasoner-validator/pull/25