OBJECT
A note
type Note {# The expiry date of the noteexpiryDate: ISO8601Date # The note typenotableType: String # The note textnoteText: String # If the note is privateprivate: Boolean # The note subjectsubjectLine: String }