Class Schema

    • Method Detail

      • getBaseSchema

        public Schema getBaseSchema()
        Description copied from class: AbstractSchema
        Get the basic schema which this type refers to. For a field it will be the field type, for a reference the referenced type. For a field whose type is a reference then it will be the ultimate referenced type. The baseSchema could be an ArraySchema
        Specified by:
        getBaseSchema in class AbstractSchema
        Returns:
        The base schema which this type refers to.