jx/internal/resource/schemas/openpgp-keyring.schema.json

18 lines
384 B
JSON
Raw Normal View History

{
"$id": "openpgp-keyring.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "openpgp-keyring",
"type": "object",
"required": [ ],
"properties": {
"armored": {
"type": "string",
"description": "ASCII-armored PGP keyring"
},
"sourceref": {
"type": "string",
"description": "file content source uri"
}
}
}