class Dry::Schema::Step

def scoped(parent_path)

Other tags:
    Api: - private
def scoped(parent_path)
  self.class.new(
    type: type,
    name: name,
    executor: executor,
    path: Path.new([*parent_path, *path])
  )
end