{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TabsCriteria", "type": "object", "description": "A criteria that specifies in which tabs a request executes.", "properties": { "tabIds": { "type": "array", "description": "The list of tab IDs in which the request executes. An empty list signifies that the request executes in all tabs." } } }