{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "ProviderStatus", "type": "object", "description": "Status of a configured AI provider.", "properties": { "name": { "type": "string", "description": "Provider name." }, "status": { "type": "string", "description": "Provider health status." } } }