# File lib/skeleton/parameter.rb, line 12
    def items=(hash)
      self.type = 'array'
      @items = Skeleton::Items.new(hash)
    end