Skip to content

Commit 3a9bc36

Browse files
author
Mike Hill
committed
removed required items to match new swift optionals
1 parent 24260b2 commit 3a9bc36

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

schema/schema.json

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,7 @@
3333
"type": "object",
3434
"required": [
3535
"type",
36-
"zIndex",
37-
"customName",
38-
"imageFilename",
39-
"fillColor",
40-
"alpha",
41-
"horizontalPosition",
42-
"verticalPosition",
43-
"scale",
44-
"angleOffset",
45-
"isHidden"
36+
"zIndex"
4637
],
4738
"properties": {
4839
"zIndex": {
@@ -91,17 +82,6 @@
9182
},
9283
"textOptions": {
9384
"type": "object",
94-
"required": [
95-
"fontFamily",
96-
"fontFilename",
97-
"fontDescription",
98-
"dateTimeFormatDescription",
99-
"customText",
100-
"effectType",
101-
"outlineWidth",
102-
"outlineColor",
103-
"kerning"
104-
],
10585
"properties": {
10686

10787
"dateTimeFormatDescription": {
@@ -310,4 +290,4 @@
310290
"assets",
311291
"clockStandard"
312292
]
313-
}
293+
}

0 commit comments

Comments
 (0)