File: pointer.yaml

package info (click to toggle)
docknot 8.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,592 kB
  • sloc: perl: 5,978; sh: 7; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Kwalify schema for spin pointers to external files.
#
# Copyright 2021-2022 Russ Allbery <rra@cpan.org>
#
# SPDX-License-Identifier: MIT

type: map
mapping:
  format:
    type: text
    required: true
    enum:
      - markdown
      - pod
      - text
  path:
    type: text
    required: true
  options:
    type: map
    mapping:
      contents:
        type: bool
      modified:
        type: bool
      navbar:
        type: bool
  style:
    type: text
  title:
    type: text