Rights
Definition of rights that can be used on objects
| Key | Type | Description |
|---|---|---|
| canShowPublically | boolean | Can show publically |
| canMultiply | boolean | Can multiply |
| canResell | boolean | Can resell |
Example
{
"UID":"",
"title":"",
"bit":{
"object":"",
"license":"",
"numberOfBits":1
"rights":{
"canShowPublically":true,
"canMultiply":false,
"canResell":false
}
}
}