We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ab38b commit d09b729Copy full SHA for d09b729
modules/swagger-core/src/main/java/io/swagger/v3/core/util/PrimitiveType.java
@@ -374,9 +374,6 @@ public Schema createProperty31() {
374
addKeys(names, OBJECT, "object");
375
NAMES = Collections.unmodifiableMap(names);
376
377
- // Add "LocalTime" class mappings
378
- enablePartialTime();
379
-
380
if (System.getenv(Schema.EXPLICIT_OBJECT_SCHEMA_PROPERTY) != null) {
381
explicitObjectType = Boolean.parseBoolean(System.getenv(Schema.EXPLICIT_OBJECT_SCHEMA_PROPERTY));
382
} else if (System.getProperty(Schema.EXPLICIT_OBJECT_SCHEMA_PROPERTY) != null) {
0 commit comments