special type of descriptor: we say that it's not specified
# File lib/apipie/params/descriptor.rb, line 294 def self.build(argument, options, block) if argument == :undef self.new(options) end end
# File lib/apipie/params/descriptor.rb, line 300 def json_schema super.merge('type' => 'any') end