Libertas OS API Documentation
    Preparing search index...

    Interface LibertasAvroSchemaArray

    Represents an array type.

    interface LibertasAvroSchemaArray {
        items: LibertasAvroFieldType;
        type: "array";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "array"