mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 09:10:37 -04:00
12 lines
316 B
JSON
12 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" ]
|
|
}
|
|
}
|
|
}
|