{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CompanyData", "title": "CompanyData", "type": "object", "properties": { "bscl": { "type": "integer", "description": "Business class (0=ILEC, 1=CLEC, etc.)" }, "svcl": { "type": "integer", "description": "Service class (0=Primary Local, 1=Primary Long Distance)" }, "fclt": { "type": "boolean", "description": "Facilities-based indicator" }, "frch": { "type": "boolean", "description": "Franchise indicator" }, "reg": { "type": "boolean", "description": "Regulated indicator" } } }