Skip to content

Commit 050cb4b

Browse files
committed
refactor: restrict value types to primitives in schema
1 parent 95c7a00 commit 050cb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm_values_manager/schemas/v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"type": "object",
116116
"description": "Map of environment names to values",
117117
"additionalProperties": {
118-
"type": ["string", "number", "boolean", "null", "object", "array"]
118+
"type": ["string", "number", "boolean", "null"]
119119
}
120120
}
121121
}

0 commit comments

Comments
 (0)