IdsProfileSignatures (type)

{
  "additionalProperties": false, 
  "description": "An entity that holds the list of IDS signatures attached to an IDS Profile depending upon the Profile's criteria. These are the Signatures which needs to be detected.", 
  "id": "IdsProfileSignatures", 
  "module_id": "PolicyIDS", 
  "properties": {
    "profile_path": {
      "description": "Represents the Path of the IDS Profile.", 
      "title": "IDS Profile path", 
      "type": "string"
    }, 
    "signatures": {
      "description": "List of IDS signature ids which need to be detected.", 
      "items": {
        "type": "string"
      }, 
      "maxItems": 30000, 
      "minItems": 1, 
      "title": "IDS Signatures", 
      "type": "array"
    }
  }, 
  "title": "IDS Profile Signatures", 
  "type": "object"
}