ResourceLookupContext Data Type

Properties
name data type description
resourceName string
userInput string
resources map of array of string

Example

{
  "resourceName" : "...",
  "userInput" : "...",
  "resources" : {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  }
}