Libertas OS API Documentation
    Preparing search index...

    Interface LibertasAvroSchemaMap

    Represents a map type.

    interface LibertasAvroSchemaMap {
        type: "map";
        values: LibertasAvroFieldType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "map"