# rye:signed:2026-04-01T04:10:51Z:99b0c724d87ea39f5477dde2f42712677c328fc28bf86a70e07330a49c048bf3:Bmu1RkPJkWvlyFrNXtkq_rGDLqvaPkqVO16uWXmSyJdCazSLoXTUiL7C1fUpm534cfux4K9NKPX0SKWdH9sdDA:6ea18199041a1ea8
version: "1.0.0"
tool_type: config-schema
executor_id: null
category: rye/core/keys
description: "Schema for trusted key TOML files — validates key document structure"

target_config: "keys/trusted/*.toml"

schema:
  type: object
  properties:
    version:
      type: string
    fingerprint:
      type: string
    owner:
      type: string
    attestation:
      type: string
    public_key:
      type: object
      properties:
        pem:
          type: string
