{
  "title": "string without < and >",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "string",
  "pattern": "^[^<>]*$",
  "maxLength": 100
}
