{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Subscription", "type": "object", "properties": { "id": { "type": "string" }, "subscriptionId": { "type": "string" }, "displayName": { "type": "string" }, "tenantId": { "type": "string" }, "state": { "type": "string" }, "authorizationSource": { "type": "string" }, "tags": { "type": "object" } } }