Libertas OS API Documentation
    Preparing search index...

    Interface LibertasAvroSchemaField

    Represents a field of a record.

    interface LibertasAvroSchemaField {
        name: string;
        type: LibertasAvroFieldType | LibertasAvroFieldNullableType;
    }
    Index

    Properties

    Properties

    name: string