name | data type | constraints | description |
---|---|---|---|
valid | boolean | required | |
invalidReason | string | ||
props | map of string | ||
propsWithUsage | map of FeatureStats | ||
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 }