blob: dae3db98378c594aee32405d58430a062b424c1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Antispam",
"description": "Polito Antispam",
"type": "array",
"items": {
"type": "string"
},
"minItems": 0,
"uniqueItems": true
}
|