# Scholarship Requirement
# Attributes
id- Integer - Unique identifier of the scholarship field.
 
title- String - Requirement summary.
 
description- String - Requirement description for the student.
 
optional- Boolean - Is requirement optional (can be empty on application).
 
config- Object - Additional configurations that can be applied on requirement.
 
# Relationships
requirement- Requirement entity that has details about requirement type.- Instance of requirement.