{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScheduledQueryRuleResourceCollection", "title": "ScheduledQueryRuleResourceCollection", "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/ScheduledQueryRuleResource" }, "description": "The values for the scheduled query rules." }, "nextLink": { "type": "string", "description": "Link to retrieve next set of results." } } }