name | data type | constraints | description |
---|---|---|---|
hash | string | ||
valid | boolean | required | |
validUntil | number | ||
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" : "..." } } }