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