Exception in thread "main" java.lang.IllegalArgumentException: Unrecognized field "label" (class com.fasterxml.jackson.module.jsonSchema.types.StringSchema), not marked as ignorable (14 known properties: "default", "enum", "$schema", "maxLength", "$ref", "pattern", "format", "title", "minLength", "extends", "disallow", "id", "description", "required"])
at [Source: N/A; line: -1, column: -1] (through reference chain: com.fasterxml.jackson.module.jsonSchema.types.StringSchema["label"])
at com.fasterxml.jackson.databind.ObjectMapper._convert(ObjectMapper.java:2761)
at com.fasterxml.jackson.databind.ObjectMapper.convertValue(ObjectMapper.java:2687)
at org.jsonschema.practice.CustomProperty.addCustomProperty(CustomProperty.java:80)
at org.jsonschema.practice.CustomProperty.addLabelFields(CustomProperty.java:67)
at org.jsonschema.practice.CustomProperty.main(CustomProperty.java:95)