Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.59 KB

ega-4-defs-semantic-versioning-pattern.md

File metadata and controls

31 lines (20 loc) · 1.59 KB

Semantic versioning pattern Schema

https://raw.githubusercontent.com/EbiEga/ega-metadata-schema/main/schemas/EGA.common-definitions.json#/$defs/semanticVersioningPattern

This object exists to hold the pattern that semantic versioning has, for it to be referenced elsewhere within this (or other) JSON schema. For further details about semantic versioning check 'https://semver.org/'

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none EGA.common-definitions.json*

semanticVersioningPattern Type

string (Semantic versioning pattern)

semanticVersioningPattern Constraints

pattern: the string must match the following regular expression:

^[0-9]+\.[0-9]+\.[0-9]+$

try pattern

semanticVersioningPattern Examples

"2.5.1"