{ "$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-allow-schema.json", "title": "fcode_allow", "description": "List of FCode values used for selecting a candidate reach measure.", "type": "array", "items": { "type": "number" } }