diff --git a/src/schemas/json/metricshub-connector.json b/src/schemas/json/metricshub-connector.json index 5c4da9c413c..3aa8d6fca56 100644 --- a/src/schemas/json/metricshub-connector.json +++ b/src/schemas/json/metricshub-connector.json @@ -6661,8 +6661,18 @@ "description": "Connector Display Name" }, "platforms": { - "type": "string", - "description": "Connector Typical Platform Description" + "description": "Connector Typical Platform Description", + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "type": "string" + } + ] }, "reliesOn": { "type": "string",