Hub License API Reference (Scalar)
This schema dictates the billing and subscription payloads handled by the xovis-sdk when operating against the Xovis HUB Cloud.
The SDK's Control Plane natively maps these endpoints into the LicenseStatus and PayPerUseBillStatus Pydantic V2 models, ensuring enterprise compliance and usage tracking.
Interactive Explorer Disabled
The interactive explorer is currently disabled because the proprietary Hub License schema was not found in your local environment.
The SDK's HubLicenseManager uses these schemas to validate license allocation and service entitlement across global fleet deployments.
How to Enable Locally
- Warmup: Run
xovis warmup-hub to download the HUB-license.json schema from the Hub.
- Verify: Ensure the schema is saved in
docs/assets/openapi/HUB-license.json.
- Clean & Serve: Run
rm -r site (if it exists) and mkdocs serve to view the reference.