{
    "server_api_root": "https://cyber.trackr.live/api",
    "/rmf/4": {
        "summary": "The list of tracked RMF rev 4 controls."
    },
    "/rmf/4/{control}": {
        "summary": "The details on the selected RMF rev 4 control",
        "parameters": {
            "control": "The control to be detailed, i.e. AC-1 or CM-6"
        }
    },
    "/rmf/5": {
        "summary": "The list of tracked RMF rev 5 controls."
    },
    "/rmf/5/{control}": {
        "summary": "The details on the selected RMF rev 5 control",
        "parameters": {
            "control": "The control to be detailed, i.e. AC-1 or CM-6"
        }
    },
    "/cci": {
        "summary": "The list of tracked Common Control Identifiers (CCIs)."
    },
    "/cci/{item}": {
        "summary": "The details on the selected CCI",
        "parameters": {
            "item": "The CCI to be detailed, i.e. CCI-123456"
        }
    },
    "/stig": {
        "summary": "The list of tracked Security Technical Implementaiton Guides."
    },
    "/stig/{title}/{version}/{release}": {
        "summary": "The summary on the selected STIG",
        "parameters": {
            "title": "The title of the STIG to be viewed.",
            "version": "The version of the specific STIG.",
            "release": "The release of the specific STIG."
        }
    },
    "/stig/{title}/{version}/{release}/{vuln}": {
        "summary": "The details on a requirement in the selected STIG",
        "parameters": {
            "title": "The title of the STIG to be viewed.",
            "version": "The version of the specific STIG.",
            "release": "The release of the specific STIG.",
            "vuln": "The vuln_id to be viewed, i.e. V-123456"
        }
    },
    "/scap": {
        "summary": "The list of tracked Security Content Automation Protocols (SCAPs)."
    },
    "/scap/{title}/{version}/{release}": {
        "summary": "The summary on the selected SCAP",
        "parameters": {
            "title": "The title of the SCAP to be viewed.",
            "version": "The version of the specific SCAP.",
            "release": "The release of the specific SCAP."
        }
    },
    "/scap/{title}/{version}/{release}/{vuln}": {
        "summary": "The details on a requirement in the selected SCAP",
        "parameters": {
            "title": "The title of the SCAP to be viewed.",
            "version": "The version of the specific SCAP.",
            "release": "The release of the specific SCAP.",
            "vuln": "The vuln_id to be viewed, i.e. V-123456"
        }
    }
}