{
  "ucp": {
    "version": "2026-06-25",
    "services": {
      "dev.ugp.giving": [
        {
          "version": "2026-06-25",
          "transport": "rest",
          "endpoint": "https://giving-provider.example.com/api/ugp/v1/orgs/eastside-shelter",
          "spec": "https://ugp.dev/specification/overview",
          "schema": "https://ugp.dev/services/giving/rest.openapi.json"
        }
      ]
    },
    "capabilities": {
      "dev.ugp.giving.profile": [
        {
          "version": "2026-06-25",
          "spec": "https://ugp.dev/specification/profile",
          "schema": "https://ugp.dev/schemas/giving/profile.json",
          "config": {
            "name": "Eastside Shelter",
            "legal_name": "Eastside Shelter Foundation, Inc.",
            "eins": ["12-3456789"],
            "tax_deductible_status": "501c3",
            "mission": "Providing safe shelter, meals, and housing-placement services to families experiencing homelessness on the east side.",
            "ntee_code": "L41",
            "category": "Human Services",
            "website": "https://eastsideshelter.org",
            "logo": {
              "type": "image",
              "url": "https://eastsideshelter.org/assets/logo.png",
              "alt_text": "Eastside Shelter logo"
            },
            "brand_colors": {
              "primary": "#1f6f54",
              "secondary": "#0d3b2e",
              "accent": "#f4a300"
            },
            "address": {
              "street_address": "120 Birch Avenue",
              "address_locality": "Eastside",
              "address_region": "WA",
              "postal_code": "98004",
              "address_country": "US"
            },
            "contact": {
              "email": "give@eastsideshelter.org",
              "phone_number": "+1-425-555-0142"
            },
            "social_links": [
              {
                "type": "website",
                "url": "https://eastsideshelter.org",
                "title": "Website"
              }
            ],
            "designations": [
              { "id": "general", "name": "General Fund", "default": true },
              { "id": "meals", "name": "Meals Program" },
              { "id": "housing", "name": "Housing Placement" }
            ]
          }
        }
      ],
      "dev.ugp.giving.donations": [
        {
          "version": "2026-06-25",
          "spec": "https://ugp.dev/specification/donations",
          "schema": "https://ugp.dev/schemas/giving/donations.json",
          "config": {
            "supported_rails": ["ach", "rtp", "fednow", "wire", "check"],
            "address_scope": "per_platform",
            "currency": "USD"
          }
        }
      ]
    },
    "payment_handlers": {}
  },
  "signing_keys": [
    {
      "kid": "eastside-2026-06",
      "kty": "EC",
      "crv": "P-256",
      "x": "f83OJ3D2xF1Bg8vub9tLe1gHMzV76e8Tus9uPHvRVEU",
      "y": "x_FEzRu9m36HLN_tue659LNpXW6pCyStikYjKIWI5a0",
      "use": "sig",
      "alg": "ES256"
    }
  ]
}
