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

    Type Alias ObjectSchemaHint

    ObjectSchemaHint: BaseSchemaHint & {
        schema?: JSONSchemaType<any>;
        type: "object";
    }

    Schema hint for object fields.

    Type declaration

    • Optionalschema?: JSONSchemaType<any>

      JSON schema for the object.

    • type: "object"

      Specifies that the field is an object.