D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

Semver Data Type

Properties
name data type constraints description
major number  
type SemverType  
originalValue string  
value string  
stable boolean required boolean
patch number  
suffixTokens array of string  
minor number  
build string  

Example

{
  "major" : 12345,
  "type" : "IVY",
  "originalValue" : "...",
  "value" : "...",
  "stable" : true,
  "patch" : 12345,
  "suffixTokens" : [ "...", "..." ],
  "minor" : 12345,
  "build" : "..."
}