{ "@context": { "@version": 1.1, "pan": "https://pan.dev/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "AllocationEntry": "pan:AllocationEntry", "AllocationRequest": "pan:AllocationRequest", "Entitlement": "pan:Entitlement", "Subscription": "pan:Subscription", "SubscriptionEntitlements": "pan:SubscriptionEntitlements", "allocatedQuantity": { "@id": "pan:allocated_quantity", "@type": "xsd:integer" }, "allocations": { "@id": "pan:allocations", "@container": "@set", "@type": "@id" }, "availableQuantity": { "@id": "pan:available_quantity", "@type": "xsd:integer" }, "endDate": { "@id": "pan:end_date", "@type": "xsd:date" }, "entitlements": { "@id": "pan:entitlements", "@container": "@set", "@type": "@id" }, "feature": { "@id": "pan:feature", "@type": "xsd:string" }, "licensedQuantity": { "@id": "pan:licensed_quantity", "@type": "xsd:integer" }, "licensedUnit": { "@id": "pan:licensed_unit", "@type": "xsd:string" }, "productName": { "@id": "pan:product_name", "@type": "xsd:string" }, "quantity": { "@id": "pan:quantity", "@type": "xsd:integer" }, "sku": { "@id": "pan:sku", "@type": "xsd:string" }, "startDate": { "@id": "pan:start_date", "@type": "xsd:date" }, "status": { "@id": "pan:status", "@type": "xsd:string" }, "subscriptionId": { "@id": "pan:subscription_id", "@type": "xsd:string" }, "supportLevel": { "@id": "pan:support_level", "@type": "xsd:string" }, "tsgId": { "@id": "pan:tsg_id", "@type": "xsd:string" }, "tsgName": { "@id": "pan:tsg_name", "@type": "xsd:string" }, "unit": { "@id": "pan:unit", "@type": "xsd:string" }, "utilizedQuantity": { "@id": "pan:utilized_quantity", "@type": "xsd:integer" } } }