{
    "title": "tags",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "array",
    "uniqueItems": true,
    "items": {
        "type": "string",
        "pattern": "^[^<>]*$",
        "maxLength": 255,
        "minLength": 1
    }
}