ProviderDto
activebooleanrequired
config object
oneOf
- null
- ProviderConfigDto
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
- InFlight
null
lastRefresh object
oneOf
- null
- ProviderCacheState
null
ProviderDto
{
"active": true,
"config": "null",
"displayName": "string",
"foreignSources": [
"string"
],
"id": "string",
"inFlight": "null",
"lastRefresh": "null"
}