From c44bec2a096971e13d19a945b7f5285cb79e8ba9 Mon Sep 17 00:00:00 2001 From: Arseny <1869179+bonktree@users.noreply.github.com> Date: Wed, 3 Sep 2025 17:00:00 +0300 Subject: [PATCH] schema/moduletype: Add airflow This is useful for fan modules, as well as hot plug power supply modules with built-in fans. Suggested-by: Adrien Chabod --- schema/moduletype.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema/moduletype.json b/schema/moduletype.json index b89b876200..7eb34eafbe 100644 --- a/schema/moduletype.json +++ b/schema/moduletype.json @@ -15,6 +15,9 @@ "type": "string", "maxLength": 50 }, + "airflow": { + "$ref": "urn:devicetype-library:generated-schema#/definitions/airflow" + }, "weight": { "$ref": "urn:devicetype-library:reusable#/definitions/weight" },