Are the cases reproducible?
We looked at the JSON Schema specification, “allOf” means validating the JSON against each sub-schema. Therefore, for the first sub-schema, “description” and “extra” are additionalProperties; for the second sub-schema, “id” and “extra” are additionalProperties.
If using the ajv library, you will get the same result. Therefore, it is recommended to change the JSON Schema.
I didn’t see the message, excuse me Thanks for the support, I’ll try and see how we can change our schemas in bulk : )