For example, additionalProperties is a keyword in JSON Schema used to define data structures in the OpenAPI specification. I have customized a keyword myAdditionalProperties in my own schema. How can I extend the validation logic for myAdditionalProperties? And print the customized error logs when parsing JSON data.