1Password · JSON Structure

1Password Connect Field Structure

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

Type: object Properties: 9
Password ManagerPasswordsSecuritySecrets

Field is a JSON Structure definition published by 1Password, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id section type purpose label value generate entropy recipe

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-structure/1password-connect-field-structure.json",
  "name": "Field",
  "description": "Represents a field within an item that stores a value such as a username, password, or other data.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for the field."
    },
    "section": {
      "$ref": "#/components/schemas/SectionRef"
    },
    "type": {
      "type": "string",
      "description": "The type of the field.",
      "enum": [
        "STRING",
        "EMAIL",
        "CONCEALED",
        "URL",
        "TOTP",
        "DATE",
        "MONTH_YEAR",
        "MENU"
      ]
    },
    "purpose": {
      "type": "string",
      "description": "The purpose of the field, indicating its role within the item.",
      "enum": [
        "USERNAME",
        "PASSWORD",
        "NOTES"
      ]
    },
    "label": {
      "type": "string",
      "description": "The human-readable label for the field."
    },
    "value": {
      "type": "string",
      "description": "The value stored in the field."
    },
    "generate": {
      "type": "boolean",
      "description": "Whether the field value should be auto-generated."
    },
    "entropy": {
      "type": "double",
      "description": "The entropy (strength) of the generated value."
    },
    "recipe": {
      "$ref": "#/components/schemas/GeneratorRecipe"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/1password-connect-field-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.