Merge pull request 'add key-cert to the list of data types which can be validated' (#1204) from gac-20211020/fix-key-cert-schema-validation-2 into master

Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/1204
Reviewed-by: schema-checker <schema-checker@noreply.dn42.us>
This commit is contained in:
Simon Marsh 2021-10-20 20:39:33 +00:00
commit 709c326d63

View file

@ -377,6 +377,7 @@ def __index_files(path, use_file=None):
"tinc-keyset/": SCHEMA_NAMESPACE + "tinc-keyset",
"registry/": SCHEMA_NAMESPACE + "registry",
"schema/": SCHEMA_NAMESPACE + "schema",
"key-cert/": SCHEMA_NAMESPACE + "key-cert",
}
for root, _, files in os.walk(path):