Skip to main content

ProviderList

items object[]required
  • Array [
  • activebooleanrequired
    config object
    oneOf
    null
    displayNamestringrequired
    foreignSourcesstring[]required

    Canonical ids of other providers this provider can cross-resolve via resolve_by_foreign_id. Drives the review modal's "ID source" dropdown. Empty for providers without foreign-ID resolution.

    idstringrequired
    inFlight object
    oneOf
    null
    lastRefresh object
    oneOf
    null
  • ]
  • ProviderList
    {
    "items": [
    {
    "active": true,
    "config": "null",
    "displayName": "string",
    "foreignSources": [
    "string"
    ],
    "id": "string",
    "inFlight": "null",
    "lastRefresh": "null"
    }
    ]
    }