Parameter
constructor(name: String? = null, description: String? = null, position: Swagger.Parameter.Position? = null, required: Boolean? = null, type: Swagger.Parameter.Types? = null, enum: Set<String> = emptySet(), default: JsonElement? = null, minimum: JsonElement? = null, maximum: JsonElement? = null, schema: Swagger.Definition? = null, ref: String? = null, items: Swagger.Definition? = null)(source)