Below is the basic structure needed for a Default Scenario Rating submission: { "proposal-header": { "source": { "provider": "see LEP User Guide for guidance", "last-updated": "see LEP User Guide for guidance", "origin-id": "see LEP User Guide for guidance" }, "default-emergency-durations": [ { "name": "LTE", "duration-minutes": 240 }, { "name": "STE", "duration-minutes": 15 }, { "name": "DAL", "duration-minutes": 5 } ], "power-system-resources": [ { "resource-id": "see LEP User Guide for guidance" } ] }, "ratings": [ { "resource-id": "see LEP User Guide for guidance", "scenario-limits": [ { "scenario-name": "Study_Case_1", "continuous-operating-limit": { "mva": value }, "emergency-operating-limits": [ { "duration-name": "LTE", "limit": { "mva": value } }, { "duration-name": "STE", "limit": { "mva": value } }, { "duration-name": "DAL", "limit": { "mva": value } } ] }, { "scenario-name": "Study_Case_2", "continuous-operating-limit": { "mva": value }, "emergency-operating-limits": [ { "duration-name": "LTE", "limit": { "mva": value } }, { "duration-name": "STE", "limit": { "mva": value } }, { "duration-name": "DAL", "limit": { "mva": value } } ] } ] } ] } Below is an example. The "resource-id" header setting: (“X-LEP-Name-Type”, “NETMOMCompositeId”) { "proposal-header": { "source": { "provider": "132888", "last-updated": "2024-07-19T00:00:00Z", "origin-id": "origin" }, "default-emergency-durations": [ { "name": "LTE", "duration-minutes": 240 }, { "name": "STE", "duration-minutes": 15 }, { "name": "DAL", "duration-minutes": 5 } ], "power-system-resources": [ { "resource-id": "218A_T.218A.A.218A-LMP" } ] }, "ratings": [ { "resource-id": "218A_T.218A.A.218A-LMP", "scenario-limits": [ { "scenario-name": "Study_Case_1", "continuous-operating-limit": { "mva": 355 }, "emergency-operating-limits": [ { "duration-name": "LTE", "limit": { "mva": 377 } }, { "duration-name": "STE", "limit": { "mva": 388 } }, { "duration-name": "DAL", "limit": { "mva": 444 } } ] }, { "scenario-name": "Study_Case_2", "continuous-operating-limit": { "mva": 413 }, "emergency-operating-limits": [ { "duration-name": "LTE", "limit": { "mva": 423 } }, { "duration-name": "STE", "limit": { "mva": 423 } }, { "duration-name": "DAL", "limit": { "mva": 433 } } ] } ] } ] }