|
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/hashes.schema.json
Size: 450 B
Permissions: 0644
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": ["schemaVersion", "knownMalwareSha256", "knownMalwareMd5Prefixes", "legacyCoreSha256"],
"properties": {
"schemaVersion": { "const": 1 },
"knownMalwareSha256": { "type": "array", "items": { "type": "string", "pattern": "^[a-f0-9]{64}$" } },
"knownMalwareMd5Prefixes": { "type": "object" },
"legacyCoreSha256": { "type": "object" }
}
}