{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "lookup_object",
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "The string or keyword being searched on. Concurrent searches for multiple patterns is NOT supported\n"
},
"entities": {
"type": "array",
"description": "Asset class that is being searched against"
}
}
}