{ "$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" } } }