From 3ae4a8d7bb2c690b116e72eefc29118aa4f92a54 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Thu, 25 Jul 2024 00:43:43 +0200 Subject: [PATCH] Drop version in schema (#3970) --- pipeline/frontend/yaml/linter/schema/schema.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pipeline/frontend/yaml/linter/schema/schema.json b/pipeline/frontend/yaml/linter/schema/schema.json index 891bc9324..a46bdab21 100644 --- a/pipeline/frontend/yaml/linter/schema/schema.json +++ b/pipeline/frontend/yaml/linter/schema/schema.json @@ -51,10 +51,6 @@ "items": { "type": "string" } - }, - "version": { - "type": "number", - "default": 1 } }, "definitions": {