diff --git a/schema/moduletype.json b/schema/moduletype.json index 7eb34eafbe..2f6d34b264 100644 --- a/schema/moduletype.json +++ b/schema/moduletype.json @@ -18,6 +18,9 @@ "airflow": { "$ref": "urn:devicetype-library:generated-schema#/definitions/airflow" }, + "airflow": { + "$ref": "urn:devicetype-library:generated-schema#/definitions/airflow" + }, "weight": { "$ref": "urn:devicetype-library:reusable#/definitions/weight" }, @@ -77,6 +80,9 @@ }, "comments": { "type": "string" + }, + "profile": { + "type": "string" } }, "required": ["manufacturer", "model"],