Loading src/main/scala/com/kjetland/jackson/jsonSchema/JsonSchemaGenerator.scala +1 −1 Original line number Diff line number Diff line Loading @@ -702,7 +702,7 @@ class JsonSchemaGenerator thisObjectNode: ObjectNode => thisObjectNode.put("type", "object") thisObjectNode.put("additionalProperties", false) //thisObjectNode.put("additionalProperties", false) // If class is annotated with JsonSchemaFormat, we should add it val ac = AnnotatedClass.construct(_type, objectMapper.getDeserializationConfig()) Loading Loading
src/main/scala/com/kjetland/jackson/jsonSchema/JsonSchemaGenerator.scala +1 −1 Original line number Diff line number Diff line Loading @@ -702,7 +702,7 @@ class JsonSchemaGenerator thisObjectNode: ObjectNode => thisObjectNode.put("type", "object") thisObjectNode.put("additionalProperties", false) //thisObjectNode.put("additionalProperties", false) // If class is annotated with JsonSchemaFormat, we should add it val ac = AnnotatedClass.construct(_type, objectMapper.getDeserializationConfig()) Loading