Files
certbot/acme/schemata/revocation.json
T
2015-05-10 12:26:17 +00:00

13 lines
316 B
JSON

{
"id": "https://letsencrypt.org/schema/01/revocation#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Schema for a revocation message",
"type": "object",
"required": ["type"],
"properties": {
"type" : {
"enum" : [ "revocation" ]
}
}
}