{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ModelEvaluationStoreSummary", "title": "ModelEvaluationStoreSummary", "type": "object", "properties": { "projectKey": { "type": "string", "description": "Project key" }, "id": { "type": "string", "description": "Model evaluation store identifier" }, "name": { "type": "string", "description": "Display name" } } }