{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SubscriptionListResult", "type": "object", "description": "Subscription list operation response.", "properties": { "value": { "type": "array", "description": "An array of subscriptions." }, "nextLink": { "type": "string", "description": "The URL to get the next set of results." } } }