OBJECT
Status info about the given Course.
type Status {# Status for the Course. Values: ('published', 'retired').name: String # Reason why the Course is in its current status.reason: String # If a Course is 'retired', this identifies its replacement (if available).replacementCourseId: String }