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

Example

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