Structured JSON data files and tag taxonomy for NAC architecture documentation
Tag taxonomy: status, deployment, security, ISA-95 layers, audit states
Vendor profiles: ES&S, Tyler, ESRI, Microsoft, Cisco, Fulton Bank
System metadata: ExpressVote XL, Munis, ArcGIS, AD, Catalyst network
Election audit framework: 7 layers, seal points, custody phases, certifications
Site navigation structure: all pages, sections, and links
// Load tag definitions const tags = await fetch('/architecture/data/tags.json').then(r => r.json()); // Get tag style const activeTag = tags.categories.status.active; console.log(activeTag.label); // "Active" console.log(activeTag.color); // "#22c55e" // Load vendor data const vendors = await fetch('/architecture/data/vendors.json').then(r => r.json()); const ess = vendors.vendors.ess; console.log(ess.contractValue); // 2880000