{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CommitmentPlan", "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "provider": { "type": "string" }, "status": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "monthlySavings": { "type": "number" }, "utilizationPercentage": { "type": "number" } } }