Add a new Field (and constr) argument, perhaps named pattern after the JSON Schema keyword, mutually exclusive with the existing regex argument. This is API extension, thus, backward compatible. Implement validation for pattern using re.search. Change the behavior of BaseModel.schema to copy the...