diff --git a/schemas/json/theme.json b/schemas/json/theme.json index 14df5dd4aaf0f8..0e658ad2666241 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -570,7 +570,9 @@ "type": "object", "properties": { "core/archives": { - "description": "Archive block. Display a monthly archive of your posts. This block has no block-level settings" + "type": "object", + "description": "Archive block. Display a monthly archive of your posts. This block has no block-level settings", + "additionalProperties": false }, "core/audio": { "$ref": "#/definitions/settingsPropertiesComplete"