We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741dca2 commit 01d5824Copy full SHA for 01d5824
src/schema/definition.json
@@ -166,9 +166,10 @@
166
},
167
"values": {
168
"type": "array",
169
- "description": "An array of default 6-digit hexadecimal color values for this color option.",
+ "description": "An array of default hexadecimal color values for this color option.",
170
"items": {
171
- "type": "string"
+ "type": "string",
172
+ "pattern": "^#?([a-fA-F0-9]{3}|[a-fA-F0-9]{6}|[a-fA-F0-9]{8})$"
173
}
174
175
"notEqualTo": {
0 commit comments