Retriever
data class Retriever(val type: String = "Retriever", val httpRequester: HttpRequester, val selector: List<String>)
Configuration for retriever component which makes an API request and extracts a target value from the response
Configuration for retriever component which makes an API request and extracts a target value from the response