{
  "$schema" : "https://json-schema.org/draft/2019-09/schema",
  "type" : "object",
  "properties" : {
    "SecuritySystems" : {
      "type" : "object",
      "additionalProperties" : {
        "$ref" : "/ivy/0.0.2/security-system.json"
      }
    }
  }
}