Type: SemverString
A semantic version string in MAJOR.MINOR.PATCH format as per https://semver.org/. Used by x_mitre_attack_spec_version to identify which version of the ATT&CK Data Model specification an object conforms to. Example: "3.0.0", "2.1.0".
URI: xsd:string
Type Properties
| Property |
Value |
| Base |
str |
| Type URI |
xsd:string |
| ## Value Constraints |
|
| Property |
Value |
| Regex Pattern |
^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)$ |
Schema Source
- from schema: https://w3id.org/lmodel/attack
Mappings
| Mapping Type |
Mapped Value |
| self |
xsd:string |
| native |
attack:semver_string |