Schema protocol Schema : CustomStringConvertible Schema protocol which all component schema models must conform to name name of schema Declaration Swift var name: String { get set } detail comment of schema Declaration Swift var detail: String? { get set }