{
  "$id": "https://glide.co/schemas/agent-banking/draft/trust-tier.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TrustTier",
  "description": "Quality-based trust tier for connectors + skills. The `trust` field on a connector/skill manifest is CODEOWNERS-protected — bumping `community` → `verified` requires a separate PR with the Trusted Partner Agreement PDF hash + 2 core reviewers (per CI gate matrix in M5). Vocabulary may grow additively in minor releases (e.g. a future `glide-attested` tier); consumers MUST treat unknown values as `community` for safety.",
  "channel": "v1",
  "examples": ["community", "verified", "core"],
  "schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$ref": "_types.json#/$defs/trustTier"
  }
}
