"Field":{"type":"object","required":["id","type"],"properties":{"entropy":{"type":"number","description":"For fields with a purpose of `PASSWORD` this is the entropy of the value","readOnly":true},"generate":{"description":"If value is not present then a new value should be generated for this field","default":false,"type":"boolean"},"id":{"type":"string"},"label":{"type":"string"},"purpose":{"description":"Some item types, Login and Password, have fields used for autofill. This property indicates that purpose and is required for some item types.","type":"string","enum":["","NOTES","PASSWORD","USERNAME"]},"recipe":{"$ref":"#/definitions/GeneratorRecipe"},"section":{"type":"object","properties":{}},"type":{"default":"STRING","type":"string","enum":["TOTP","DATE","MONTH_YEAR","CONCEALED","STRING","MENU","EMAIL","URL"]},"value":{"type":"string"}}}
Definition entropy
Annotations
Description For fields with a purpose of `PASSWORD` this is the entropy of the value
Description Some item types, Login and Password, have fields used for autofill. This property indicates that purpose and is required for some item types.
"purpose":{"description":"Some item types, Login and Password, have fields used for autofill. This property indicates that purpose and is required for some item types.","type":"string","enum":["","NOTES","PASSWORD","USERNAME"]}