{
  "$id": "https://schemas.sand.binaryedge.io/minion/modules/fortinet",
  "title": "Fortinet Module Output Body",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "evidence": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "redirects": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "fingerprinting": {
      "type": "object",
      "properties": {
        "evidence": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "path": {
                "type": "string"
              },
              "hash": {
                "type": "string"
              },
              "versions": {
                "type": "integer"
              },
              "matches": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "tag": {
                "type": "string"
              }
            },
            "additionalProperties": false
          }
        },
        "versions": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "version": {
                "type": "string"
              },
              "date": {
                "type": "string"
              }
            },
            "required": [
              "version",
              "date"
            ],
            "additionalProperties": false
          }
        },
        "interface": {
          "type": "string",
          "enum": [
            "management",
            "sslvpn"
          ]
        }
      },
      "additionalProperties": false
    }
  },
  "required": [
    "name",
    "url",
    "evidence",
    "redirects"
  ],
  "additionalProperties": false
}
