diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index 03f9fab0bb..0b47192390 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -79,6 +79,10 @@ "skipRebuild": { "type": "boolean", "description": "To skip database table creation for the entity type." + }, + "noDeletedAttribute": { + "type": "boolean", + "description": "Do not add the `deleted` attribute." } }, "definitions": {