changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "added": {
+ "description": "False when the host was already covered — not a failure.",
+ "type": "boolean"
+ },
+ "claimed": {
+ "description": "Every host this site now listens to, after the change. The answer, whichever branch ran.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "note": {
+ "description": "Present when nothing changed, saying why — usually that a claimed domain already covers this subdomain.",
+ "type": "string"
+ },
+ "ok": {
+ "type": "boolean"
+ },
+ "provedBy": {
+ "description": "Present when a fresh proof was read, which a different registrable domain requires.",
+ "enum": [
+ "well_known",
+ "meta_tag",
+ "dns_txt",
+ "account_holder"
+ ],
+ "type": "string"
+ },
+ "removed": {
+ "description": "Present on a removal: the host given up.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "ok",
+ "claimed"
+ ],
+ "type": "object"
+}