{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CourseCompletionStatus", "type": "string", "enum": [ "complete", "incomplete", "passed", "failed", "automatic" ] }