In a more advanced version this could be a int, that could indicate a quantity, but it's quite strange.
Could this propriety interact with validation ? as a consumable sharable should be deleted after a fixed amount of validation. But as validation are not so sure, it sounds a bit dangerous...
add a consumption propriety in sharable entity
This could be for now just a
boolean
.In a more advanced version this could be a
int
, that could indicate a quantity, but it's quite strange.Could this propriety interact with validation ? as a consumable sharable should be deleted after a fixed amount of validation. But as validation are not so sure, it sounds a bit dangerous...