santhosh-tekuri / jsonschema

JSONSchema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) Validation using Go
Apache License 2.0
957 stars 98 forks source link

Question: Detecting keys/properties not in schema #187

Closed lmartinking closed 3 months ago

lmartinking commented 3 months ago

Hi, I was wondering if it's possible to detect properties/keys not defined in the schema?

Thanks in advance!

santhosh-tekuri commented 3 months ago

use additionalProperties keyword with false value

"additionalProperties": false