1Password · Schema

Field

Represents a field within an item that stores a value such as a username, password, or other data.

Password ManagerPasswordsSecuritySecrets

Properties

Name Type Description
id string The unique identifier for the field.
section object
type string The type of the field.
purpose string The purpose of the field, indicating its role within the item.
label string The human-readable label for the field.
value string The value stored in the field.
generate boolean Whether the field value should be auto-generated.
entropy number The entropy (strength) of the generated value.
recipe object
View JSON Schema on GitHub