diff --git a/website/src/public/schema.json b/website/src/public/schema.json index f47f769e..888052d5 100644 --- a/website/src/public/schema.json +++ b/website/src/public/schema.json @@ -494,7 +494,7 @@ "description": "A list of values to iterate over", "type": "array", "items": { - "type": "string" + "type": ["string", "number"] } }, "for_attribute": {