From 178eacaebc3cd14bd1f58c121c67024f23dd7746 Mon Sep 17 00:00:00 2001 From: fzahle Date: Thu, 25 Jun 2026 14:40:12 +0200 Subject: [PATCH] added version field as optional to track file/design version tags --- windIO/schemas/turbine/turbine_schema.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windIO/schemas/turbine/turbine_schema.yaml b/windIO/schemas/turbine/turbine_schema.yaml index 9e6c069b..76616ae4 100644 --- a/windIO/schemas/turbine/turbine_schema.yaml +++ b/windIO/schemas/turbine/turbine_schema.yaml @@ -9,6 +9,7 @@ required: - components - assembly optional: + - version - comments - airfoils - materials @@ -16,6 +17,9 @@ optional: - outputs additionalProperties: False properties: + version: + description: Version of the windIO file. This is intended to be used by the user to track changes in the windIO file. + type: string comments: description: Text field to describe the wind turbine, the changes to previous versions, etc, type: string