{
    "title": "filter with regex",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "regular expression to filter JobScheduler objects by matching the path",
    "type": "string",
    "pattern": "^((?!<script( |>)|<svg/on).)*$"
}