|
Server : Apache System : Linux cp-biz09.syd05.ds.network 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 User : thejobfa ( 1684) PHP Version : 7.4.33 Disable Function : NONE Directory : /opt/PHP-Antimalware-Scanner/definitions/schema/ | |
|
Path: //opt/PHP-Antimalware-Scanner/definitions/schema/signatures.schema.json
Size: 397 B
Permissions: 0644
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": ["schemaVersion", "domains", "raw", "regex"],
"properties": {
"schemaVersion": { "const": 1 },
"domains": { "type": "array", "items": { "type": "string" } },
"raw": { "type": "array", "items": { "type": "string" } },
"regex": { "type": "array", "items": { "type": "string" } }
}
}