Skip to content

Commit fed4a19

Browse files
Reference common def see_also in element.yaml
1 parent ca92108 commit fed4a19

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

schemas/element.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,4 @@ properties:
1313
type: string
1414
description: Description of the element.
1515
see_also:
16-
type: array
17-
description: |
18-
A list of other categories for further reading.
19-
Every element will implicitly display it's own category in *See Also*, unless you
20-
introduce this property, then you have to be explicit about it.
21-
items:
22-
type: string
23-
pattern: "^(category):"
24-
uniqueItems: true
16+
$ref: 'common-defs.yaml#/$defs/see_also'

0 commit comments

Comments
 (0)