Schema

protocol Schema : CustomStringConvertible

Schema protocol which all component schema models must conform to

  • name of schema

    Declaration

    Swift

    var name: String { get set }
  • comment of schema

    Declaration

    Swift

    var detail: String? { get set }