List of maintenance plans.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MaintenancePlansResponse", "type": "object", "description": "List of maintenance plans.", "properties": { "maintenance_plans": { "type": "array", "description": "Array of maintenance plans.", "items": { "$ref": "#/components/schemas/MaintenancePlan" } } } }