{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ResourceGroupListResult",
"type": "object",
"description": "List of resource groups.",
"properties": {
"value": {
"type": "array",
"description": "An array of resource groups."
},
"nextLink": {
"type": "string",
"description": "The URL to get the next set of results."
}
}
}