{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-wbd-version-schema.json", "title": "wbd_version", "description": "WBD version used for CIP-service indexing.", "type": "string", "enum": [ "NP21", "NPHR", "F3" ], "examples": [ "F3" ] }