Libertas OS API Documentation
    Preparing search index...

    Interface LibertasAvroSchemaRecord

    Represents a record type.

    The name field is mandatory for top level types.

    interface LibertasAvroSchemaRecord {
        fields: LibertasAvroSchemaField[];
        type: "record";
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "record"
    name?: string