summaryrefslogtreecommitdiff
path: root/share/schema/pointer.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'share/schema/pointer.yaml')
-rw-r--r--share/schema/pointer.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/share/schema/pointer.yaml b/share/schema/pointer.yaml
new file mode 100644
index 0000000..92fba45
--- /dev/null
+++ b/share/schema/pointer.yaml
@@ -0,0 +1,28 @@
+# Kwalify schema for spin pointers to external files.
+#
+# Copyright 2021 Russ Allbery <rra@cpan.org>
+#
+# SPDX-License-Identifier: MIT
+
+type: map
+mapping:
+ format:
+ type: text
+ required: true
+ enum:
+ - markdown
+ - pod
+ path:
+ type: text
+ required: true
+ options:
+ type: map
+ mapping:
+ contents:
+ type: bool
+ navbar:
+ type: bool
+ style:
+ type: text
+ title:
+ type: text