Class SchemaDocValidator

  • All Implemented Interfaces:
    Validator<Schema>

    public final class SchemaDocValidator
    extends Object
    implements Validator<Schema>
    Validates schema documentation fields are not empty for: Records, Fixed, Enum, Record Fields.

    Additionally for record fields of union type where one type is null, the doc is validated for the presence of the "null" string, with the expectation that the documentation contains a explanation on what in means.

    Author:
    Zoltan Farkas