domain: server
language: python
Specifies whether a not empty value for a field is required.
Use required
to find out if a field requires a value or if the field can be
blank. When required
property is set to true, trying to post a null value
will cause an exception to be raised.