@rising3/smart-entity-js - v0.1.1
    Preparing search index...

    Type Alias ArraySchemaHint

    ArraySchemaHint: BaseSchemaHint & {
        items: BaseSchemaHint | { schema: JSONSchemaType<any> };
        type: "array";
    }

    Schema hint for array fields.

    Type declaration

    • items: BaseSchemaHint | { schema: JSONSchemaType<any> }

      Schema for the items in the array.

    • type: "array"

      Specifies that the field is an array.