{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProjectSummary", "title": "ProjectSummary", "type": "object", "properties": { "projectKey": { "type": "string", "description": "Unique project key" }, "name": { "type": "string", "description": "Display name of the project" }, "owner": { "type": "string", "description": "Login of the project owner" }, "projectStatus": { "type": "string", "description": "Current status of the project" } } }