- Home
- F5 Distributed Cloud Tools
- Features
- JSON IntelliSense
JSON IntelliSense
Schema Validation
Section titled “Schema Validation”The extension provides JSON schemas for common resource types. When editing resource JSON files, VS Code validates your configuration in real-time and highlights errors.
Supported Schemas
Section titled “Supported Schemas”- HTTP Load Balancer (
.http_loadbalancer.json) - Origin Pool (
.origin_pool.json) - App Firewall / WAF (
.app_firewall.json) - Health Check (
.healthcheck.json) - TCP Load Balancer (
.tcp_loadbalancer.json) - DNS Load Balancer (
.dns_load_balancer.json) - Virtual Site (
.virtual_site.json)
Auto-Completion
Section titled “Auto-Completion”IntelliSense provides auto-completion for field names, enum values, and nested object structures based on the F5 XC OpenAPI spec.