OBJECT
type COMMENT {# The time at which the comment was createdcreatedAt: DateTime # Content of the commenttext: String # The subject which created the commentcreatedBy: SUBJECT }