Closed lmartinking closed 3 months ago
Hi, I was wondering if it's possible to detect properties/keys not defined in the schema?
Thanks in advance!
use additionalProperties keyword with false value
false
"additionalProperties": false
Hi, I was wondering if it's possible to detect properties/keys not defined in the schema?
Thanks in advance!