Source Locator Input Dto
data class SourceLocatorInputDto(val kind: String, val value: String, val connectorId: String? = null, val display: String? = null)
A source locator on the wire. kind picks which of the four locator types to build and decides what the other fields mean: connector is the only kind that takes a connectorId, and the other three reject it rather than ignore it.
Parameters
kind
one of uri, file, content, connector
value
the locator's own identifier — the URI, path, content hash, or external id
connector Id
the connecting system's id, for connector locators only
display
an optional human-readable label