{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-fcode-deny-schema.json", "title": "fcode_deny", "description": "List of FCode values avoided in selecting a candidate reach measure.", "type": "array", "items": { "type": "number" } }