10 lines
194 B
JSON
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": {
|
|
}
|
|
}
|