summaryrefslogtreecommitdiff
path: root/share/schema/config.yaml
blob: d74e2cbdaf775a7ba7499da1ee1ba7b20cbbf8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Kwalify schema for DocKnot configuration file.
#
# Copyright 2021-2022 Russ Allbery <rra@cpan.org>
#
# SPDX-License-Identifier: MIT

type: map
mapping:
  archivedir:
    type: text
  distdir:
    type: text
  pandoc:
    type: text
  pgp_key:
    type: text
  versions:
    type: text