{
    "$schema": "./RelationshipRulesList.json",
    "rules": [
        {
            "id": "7e8e1494-2fa3-4a8b-ae69-ac9372487798",
            "description": "HostAgent -> Host must use PROTECTS or MONITORS",
            "sourceClass": "HostAgent",
            "targetClass": "Host",
            "allowedVerbs": ["PROTECTS", "MONITORS"],
            "directionEnforced": true,
            "status": "proposed"
        },
        {
            "id": "a69db041-85a7-42a1-bfb8-2cc2eb79272f",
            "description": "HostAgent -> Device must use PROTECTS or MONITORS",
            "sourceClass": "HostAgent",
            "targetClass": "Device",
            "allowedVerbs": ["PROTECTS", "MONITORS"],
            "directionEnforced": true,
            "status": "proposed"
        },
        {
            "id": "0a1610bb-7d4d-4afc-9acb-f3c3e8ad2921",
            "description": "HostAgent -> Finding must use IDENTIFIED",
            "sourceClass": "HostAgent",
            "targetClass": "Finding",
            "allowedVerbs": ["IDENTIFIED"],
            "directionEnforced": true,
            "status": "proposed"
        },
        {
            "id": "07859ebe-4ddd-42b7-bff1-b2cbebc946c0",
            "description": "HostAgent -> Vulnerability must use IDENTIFIED",
            "sourceClass": "HostAgent",
            "targetClass": "Vulnerability",
            "allowedVerbs": ["IDENTIFIED"],
            "directionEnforced": true,
            "status": "proposed"
        }
    ]
}
