1{ 2 "$schema": "https://json-schema.org/draft/2020-12/schema", 3 "type": "object", 4 "properties": { 5 "field1": {}, 6 "field2": {} 7 }, 8 "additionalProperties": false, 9 "notAllowed": ["field3"] 10}