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

Example

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