{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Subscription", "type": "object", "description": "Subscription information.", "properties": { "id": { "type": "string", "description": "The fully qualified ID for the subscription." }, "subscriptionId": { "type": "string", "description": "The subscription ID." }, "displayName": { "type": "string", "description": "The subscription display name." }, "tenantId": { "type": "string", "description": "The subscription tenant ID." }, "state": { "type": "string", "description": "The subscription state." }, "authorizationSource": { "type": "string", "description": "The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct, Management." }, "tags": { "type": "object", "description": "The tags attached to the subscription." } } }