{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure/refs/heads/main/json-schema/azure-subscription-list-result-schema.json", "title": "SubscriptionListResult", "description": "SubscriptionListResult schema from Microsoft Azure API", "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Subscription" } }, "nextLink": { "type": "string" } } }