1Password · Schema

1Password Item

Represents a complete 1Password item stored in a vault, including its fields, sections, URLs, tags, and associated metadata. Items are the primary unit of secret storage in 1Password.

Password ManagerPasswordsSecuritySecrets

Properties

Name Type Description
id string The unique identifier for the item.
title string The title of the item displayed in the 1Password interface.
vault object
category string The category that determines the item template and available fields.
urls array URLs associated with the item, such as website login pages.
favorite boolean Whether the item is marked as a favorite.
tags array Tags applied to the item for organization.
version integer The version number of the item, incremented on each update.
state string The current state of the item.
fields array The fields of the item containing secrets and metadata values.
sections array Sections used to organize fields into logical groups within the item.
createdAt string The ISO 8601 date and time the item was created.
updatedAt string The ISO 8601 date and time the item was last updated.
lastEditedBy string The UUID of the user who last edited the item.
View JSON Schema on GitHub