{ "@context": { "@version": 1.1, "@vocab": "https://schema.api.gov/microsoft-azure/", "azure": "https://schema.api.gov/microsoft-azure/", "arm": "https://schema.api.gov/microsoft-azure/resource-manager/", "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "dcterms": "http://purl.org/dc/terms/", "skos": "http://www.w3.org/2004/02/skos/core#", "Resource": { "@id": "azure:Resource", "@context": { "id": { "@id": "azure:resourceId", "@type": "@id" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "type": { "@id": "azure:resourceType", "@type": "xsd:string" }, "location": { "@id": "azure:location", "@type": "xsd:string" }, "tags": { "@id": "azure:tags", "@container": "@index" }, "managedBy": { "@id": "azure:managedBy", "@type": "@id" }, "kind": { "@id": "azure:kind", "@type": "xsd:string" }, "etag": { "@id": "azure:etag", "@type": "xsd:string" } } }, "Subscription": { "@id": "azure:Subscription", "@context": { "subscriptionId": { "@id": "azure:subscriptionId", "@type": "xsd:string" }, "displayName": { "@id": "schema:name", "@type": "xsd:string" }, "tenantId": { "@id": "azure:tenantId", "@type": "xsd:string" }, "state": { "@id": "azure:subscriptionState", "@type": "xsd:string" } } }, "ResourceGroup": { "@id": "azure:ResourceGroup", "@context": { "id": { "@id": "azure:resourceGroupId", "@type": "@id" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "location": { "@id": "azure:location", "@type": "xsd:string" }, "provisioningState": { "@id": "azure:provisioningState", "@type": "xsd:string" } } }, "Deployment": { "@id": "arm:Deployment", "@context": { "name": { "@id": "schema:name", "@type": "xsd:string" }, "provisioningState": { "@id": "azure:provisioningState", "@type": "xsd:string" }, "timestamp": { "@id": "dcterms:created", "@type": "xsd:dateTime" }, "mode": { "@id": "arm:deploymentMode", "@type": "xsd:string" }, "correlationId": { "@id": "arm:correlationId", "@type": "xsd:string" } } }, "ManagedCluster": { "@id": "azure:ManagedCluster", "@context": { "kubernetesVersion": { "@id": "azure:kubernetesVersion", "@type": "xsd:string" }, "dnsPrefix": { "@id": "azure:dnsPrefix", "@type": "xsd:string" }, "fqdn": { "@id": "azure:fqdn", "@type": "xsd:string" }, "agentPoolProfiles": { "@id": "azure:agentPoolProfiles", "@container": "@set" }, "networkProfile": { "@id": "azure:networkProfile" } } }, "AgentPool": { "@id": "azure:AgentPool", "@context": { "name": { "@id": "schema:name", "@type": "xsd:string" }, "count": { "@id": "azure:nodeCount", "@type": "xsd:integer" }, "vmSize": { "@id": "azure:vmSize", "@type": "xsd:string" }, "osType": { "@id": "azure:osType", "@type": "xsd:string" }, "mode": { "@id": "azure:agentPoolMode", "@type": "xsd:string" } } }, "KeyVaultKey": { "@id": "azure:KeyVaultKey", "@context": { "kid": { "@id": "azure:keyIdentifier", "@type": "@id" }, "kty": { "@id": "azure:keyType", "@type": "xsd:string" }, "key_ops": { "@id": "azure:keyOperations", "@container": "@set" }, "enabled": { "@id": "azure:enabled", "@type": "xsd:boolean" } } }, "KeyVaultSecret": { "@id": "azure:KeyVaultSecret", "@context": { "id": { "@id": "azure:secretIdentifier", "@type": "@id" }, "contentType": { "@id": "azure:contentType", "@type": "xsd:string" }, "enabled": { "@id": "azure:enabled", "@type": "xsd:boolean" } } }, "CognitiveServicesAccount": { "@id": "azure:CognitiveServicesAccount", "@context": { "kind": { "@id": "azure:cognitiveServiceKind", "@type": "xsd:string" }, "endpoint": { "@id": "azure:endpoint", "@type": "@id" }, "customSubDomainName": { "@id": "azure:customSubDomainName", "@type": "xsd:string" } } }, "CosmosDBDatabase": { "@id": "azure:CosmosDBDatabase", "@context": { "id": { "@id": "azure:databaseId", "@type": "xsd:string" }, "_rid": { "@id": "azure:resourceId", "@type": "xsd:string" }, "_ts": { "@id": "azure:timestamp", "@type": "xsd:integer" } } }, "CosmosDBContainer": { "@id": "azure:CosmosDBContainer", "@context": { "id": { "@id": "azure:containerId", "@type": "xsd:string" }, "partitionKey": { "@id": "azure:partitionKey" }, "indexingPolicy": { "@id": "azure:indexingPolicy" }, "defaultTtl": { "@id": "azure:defaultTtl", "@type": "xsd:integer" } } }, "BlobContainer": { "@id": "azure:BlobContainer", "@context": { "name": { "@id": "schema:name", "@type": "xsd:string" }, "publicAccess": { "@id": "azure:publicAccess", "@type": "xsd:string" } } }, "Blob": { "@id": "azure:Blob", "@context": { "name": { "@id": "schema:name", "@type": "xsd:string" }, "contentType": { "@id": "schema:encodingFormat", "@type": "xsd:string" }, "contentLength": { "@id": "schema:contentSize", "@type": "xsd:integer" }, "blobType": { "@id": "azure:blobType", "@type": "xsd:string" }, "accessTier": { "@id": "azure:accessTier", "@type": "xsd:string" } } }, "ContainerImage": { "@id": "azure:ContainerImage", "@context": { "repository": { "@id": "azure:repository", "@type": "xsd:string" }, "tag": { "@id": "azure:tag", "@type": "xsd:string" }, "digest": { "@id": "azure:digest", "@type": "xsd:string" }, "architecture": { "@id": "azure:architecture", "@type": "xsd:string" }, "os": { "@id": "azure:operatingSystem", "@type": "xsd:string" } } }, "OpenAIDeployment": { "@id": "azure:OpenAIDeployment", "@context": { "model": { "@id": "azure:modelId", "@type": "xsd:string" }, "status": { "@id": "azure:deploymentStatus", "@type": "xsd:string" }, "scaleSettings": { "@id": "azure:scaleSettings" } } }, "ChatCompletion": { "@id": "azure:ChatCompletion", "@context": { "id": { "@id": "azure:completionId", "@type": "xsd:string" }, "model": { "@id": "azure:modelId", "@type": "xsd:string" }, "choices": { "@id": "azure:choices", "@container": "@list" }, "usage": { "@id": "azure:tokenUsage" } } }, "ManagedServiceIdentity": { "@id": "azure:ManagedServiceIdentity", "@context": { "principalId": { "@id": "azure:principalId", "@type": "xsd:string" }, "tenantId": { "@id": "azure:tenantId", "@type": "xsd:string" }, "type": { "@id": "azure:identityType", "@type": "xsd:string" } } }, "Sku": { "@id": "azure:Sku", "@context": { "name": { "@id": "azure:skuName", "@type": "xsd:string" }, "tier": { "@id": "azure:skuTier", "@type": "xsd:string" }, "capacity": { "@id": "azure:skuCapacity", "@type": "xsd:integer" } } }, "provisioningState": { "@id": "azure:provisioningState", "@type": "xsd:string" }, "location": { "@id": "azure:location", "@type": "xsd:string" }, "resourceGroup": { "@id": "azure:resourceGroup", "@type": "xsd:string" }, "subscriptionId": { "@id": "azure:subscriptionId", "@type": "xsd:string" }, "tenantId": { "@id": "azure:tenantId", "@type": "xsd:string" }, "createdAt": { "@id": "dcterms:created", "@type": "xsd:dateTime" }, "lastModifiedAt": { "@id": "dcterms:modified", "@type": "xsd:dateTime" }, "description": { "@id": "schema:description", "@type": "xsd:string" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "url": { "@id": "schema:url", "@type": "@id" } } }