From be61d70b91cdf7e789041bb0e8ffcc83d71e8106 Mon Sep 17 00:00:00 2001 From: Arseny Date: Thu, 4 Sep 2025 17:37:01 +0300 Subject: [PATCH] schema/moduletype: Add airflow (#3510) 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 b89b8762..7eb34eaf 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" },