1Password · Schema

File

Represents a file attached to an item in a vault.

Password ManagerPasswordsSecuritySecrets

Properties

Name Type Description
id string The unique identifier for the file.
name string The name of the file.
size integer The size of the file in bytes.
content_path string The API path to retrieve the file content.
section object
content string The base64-encoded file content, included when inline_files is true.
View JSON Schema on GitHub