We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca92108 commit fed4a19Copy full SHA for fed4a19
schemas/element.yaml
@@ -13,12 +13,4 @@ properties:
13
type: string
14
description: Description of the element.
15
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
+ $ref: 'common-defs.yaml#/$defs/see_also'
0 commit comments