Stone.js API
    Preparing search index...

    What @Validate records for one handler method.

    interface ValidateMetadata {
        action: string | symbol;
        validation: ValidateInput;
    }
    Index
    action: string | symbol

    The decorated method's name, so the declaration can be found again at request time.

    validation: ValidateInput

    What that method accepts.