1Password · Schema

GeneratorRecipe

Configuration for generating a random value for a field, such as password length and character types.

Password ManagerPasswordsSecuritySecrets

Properties

Name Type Description
length integer The length of the generated value.
characterSets array The character sets to use when generating the value.
excludeCharacters string Characters to exclude from the generated value.
View JSON Schema on GitHub