ReferenceV1Schema constructor

ReferenceV1Schema()

Implementation

ReferenceV1Schema() : super() {
  withRequiredProperty('id', TypeCode.String);
  withRequiredProperty('type', TypeCode.String);
  withOptionalProperty('name', TypeCode.String);
}