{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dlp_NewWordListEntry", "title": "dlp_NewWordListEntry", "properties": { "enabled": { "type": "boolean" }, "name": { "type": "string" }, "words": { "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "words", "enabled" ], "type": "object" }