Class UnreferencedShapeValidator

java.lang.Object
software.amazon.smithy.model.validation.AbstractValidator
software.amazon.smithy.model.validation.linters.UnreferencedShapeValidator
All Implemented Interfaces:
Validator

public final class UnreferencedShapeValidator extends AbstractValidator
Finds shapes that aren't connected to any shapes considered "roots" (defaults to service shapes).

This linter is in smithy-model rather than smithy-linters so that it's easier for developers relying on the deprecated UnreferencedShape validator that was always on to migrate to this one instead without needing another dependency.

  • Method Details

    • validate

      public List<ValidationEvent> validate(Model model)
      Description copied from interface: Validator
      Validates a model and returns a list of validation events.
      Parameters:
      model - Model to validate.
      Returns:
      List of validation events.