VProtectLicenseRequest Data Type

Properties
name data type constraints description
hash string  
valid boolean required
validUntil number  
email string  
props map of string  
propsWithUsage map of FeatureStats  

Example

{
  "hash" : "...",
  "valid" : true,
  "validUntil" : 12345,
  "email" : "...",
  "props" : {
    "property1" : "...",
    "property2" : "..."
  },
  "propsWithUsage" : {
    "property1" : {
      "maxValue" : "...",
      "availableValue" : "..."
    },
    "property2" : {
      "maxValue" : "...",
      "availableValue" : "..."
    }
  }
}