Skip to content

Commit f272aa1

Browse files
committed
chore: Use prettier to lint files [skip ci]
1 parent d558668 commit f272aa1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

testsite/static/schemas/examples/custom/values.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@
77
"customField": {
88
"type": "string",
99
"description": "A customized or personalized field",
10-
"enum": ["palette", "teddyBear", "tools", "laptop", "thread", "phone", "puzzle", "scissors", "hammer", "note"],
10+
"enum": [
11+
"palette",
12+
"teddyBear",
13+
"tools",
14+
"laptop",
15+
"thread",
16+
"phone",
17+
"puzzle",
18+
"scissors",
19+
"hammer",
20+
"note"
21+
],
1122
"default": "palette",
1223
"examples": ["tools", "note"]
1324
},

0 commit comments

Comments
 (0)