{ "additionalProperties": false, "extends": { "$ref": "Resource }, "id": "MaintenanceModePropertiesRequest", "properties": { "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "maintenance_mode": { "description": "current maintenance mode", "readonly": false, "type": "boolean" }, "notify_mpa": { "default": true, "description": "send notification to MPA", "readonly": false, "type": "boolean" } }, "title": "Information about the Edge maintenance mode", "type": "object" }