jx/internal/config/schemas/openpgp.schema.json
Matthew Rich 8e85305595
Some checks failed
Lint / golangci-lint (push) Failing after 10m2s
Declarative Tests / test (push) Failing after 21s
add openpgp keyring config
2025-08-25 04:00:49 +00:00

10 lines
194 B
JSON

{
"$id": "openpgp.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "openpgp",
"type": "object",
"required": [ "path", "filetype" ],
"properties": {
}
}