LicenseResponse Data Type

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

Example

{
  "valid" : true,
  "invalidReason" : "...",
  "props" : {
    "property1" : "...",
    "property2" : "..."
  },
  "propsWithUsage" : {
    "property1" : {
      "maxValue" : "...",
      "availableValue" : "..."
    },
    "property2" : {
      "maxValue" : "...",
      "availableValue" : "..."
    }
  },
  "email" : "...",
  "type" : "...",
  "sendLicenseToEndpointsStatus" : "...",
  "validUntil" : 1451649601000
}