ts-lambda-api - v2.5.3
    Preparing search index...

    Interface ListSchemaInternal

    Schema for the list aggregate type.

    use static schema.

    interface ListSchema {
        name: string;
        namespace: string;
        traits: SchemaTraits;
        valueSchema: SchemaRef;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: string
    namespace: string
    traits: SchemaTraits
    valueSchema: SchemaRef