|
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/metadata.schema.json
Size: 658 B
Permissions: 0644
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": ["schemaVersion", "provider", "version", "sequence", "compatibility"],
"properties": {
"schemaVersion": { "const": 1 },
"provider": { "const": "amwscan" },
"version": { "type": "string", "pattern": "^\\d{4}\\.\\d{2}\\.\\d{2}\\.\\d+$" },
"sequence": { "type": "integer", "minimum": 1 },
"compatibility": {
"type": "object",
"required": ["minEngineVersion", "maxEngineVersion"],
"properties": {
"minEngineVersion": { "type": "string" },
"maxEngineVersion": { "type": ["string", "null"] }
}
}
}
}