https://raw.githubusercontent.com/EbiEga/ega-metadata-schema/main/schemas/EGA.common-definitions.json#/$defs/schemaDescriptor/properties/commonSchemaVersion/allOf/0
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* |
string
(Semantic versioning pattern)
pattern: the string must match the following regular expression:
^[0-9]+\.[0-9]+\.[0-9]+$
"2.5.1"