{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AutoscaleSettingResourceCollection", "title": "AutoscaleSettingResourceCollection", "type": "object", "required": [ "value" ], "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/AutoscaleSettingResource" }, "description": "The autoscale setting resource collection." }, "nextLink": { "type": "string", "description": "URL to get the next set of results." } } }