Libertas OS API Documentation
    Preparing search index...

    Interface LibertasAvroSchemaEnum

    Represents a enumeration type.

    The name field is mandatory for top level types.

    interface LibertasAvroSchemaEnum {
        symbols: string[];
        type: "enum";
        default?: string;
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    symbols: string[]
    type: "enum"
    default?: string
    name?: string