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
build string  
patch number  
type SemverType  
originalValue string  
minor number  
stable boolean required boolean
major number  
value string  
suffixTokens array of string  

Example

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