diff --git a/schema/metadata/app/cleanup.json b/schema/metadata/app/cleanup.json index e6174b08af..b700ab38e6 100644 --- a/schema/metadata/app/cleanup.json +++ b/schema/metadata/app/cleanup.json @@ -11,6 +11,10 @@ "className": { "type": "string", "description": "An implementation class. Should implement Espo\\Core\\Cleanup\\Cleanup interface." + }, + "order": { + "type": "integer", + "description": "An order." } } }