Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ private void processParam(CodegenParameter param, CodegenOperation op) {
once(LOGGER).warn("4.3.0 has deprecated the use of vendor extensions which don't follow lower-kebab casing standards with x- prefix.");

// If a parameter uses UUIDs, we need to import the UUID package.
if (param.dataType.equals(uuidType)) {
if (uuidType.equals(param.dataType)) {
additionalProperties.put("apiUsesUuid", true);
}

Expand Down