Skip to content

Commit 48d1c46

Browse files
committed
require LineAnnotation properties style and range
1 parent 074081a commit 48d1c46

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Sources/SwiftDocC/SwiftDocC.docc/Resources/RenderNode.spec.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,11 @@
794794
"$ref": "#/components/schemas/Position"
795795
}
796796
}
797-
}
797+
},
798+
"required": [
799+
"style",
800+
"range"
801+
]
798802
},
799803
"Position": {
800804
"type": "object",

0 commit comments

Comments
 (0)