mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 11:42:17 +02:00
13 lines
316 B
JSON
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" ]
|
|
}
|
|
}
|
|
}
|