Skip to content

Feature/lab 1198 update open api description for cm updated table#92

Merged
JagdishKhunti merged 5 commits intofeature/LAB-611_CMA_Endpoints_Descriptionsfrom
feature/LAB-1198_Update_OpenAPI_Description_For_CM_Updated_Table
Jan 8, 2026
Merged

Feature/lab 1198 update open api description for cm updated table#92
JagdishKhunti merged 5 commits intofeature/LAB-611_CMA_Endpoints_Descriptionsfrom
feature/LAB-1198_Update_OpenAPI_Description_For_CM_Updated_Table

Conversation

@JagdishKhunti
Copy link
Copy Markdown
Contributor

@JagdishKhunti JagdishKhunti commented Jan 8, 2026

LAB-1198

  • Updated the CloudMatrixAssessment schema and related references to use 'correlationId' instead of 'assessmentId'.
  • Also renamed the schema from CloudMatrixAssessmentRecord to CloudMatrixCorrelationRecord for clarity and consistency.
  • Also updated related descriptions and titles to reflect the new naming, and adjusted the operation name and description for the cloud matrix feature

- Updated the CloudMatrixAssessment schema and related references to use 'correlationId' instead of 'assessmentId'.
- Also renamed the schema from CloudMatrixAssessmentRecord to CloudMatrixAssessment.Correlation for clarity and consistency.
…elation

Updated schema references, endpoint descriptions, tags, and summaries to use 'CloudMatrix.Correlation' instead of 'CloudMatrixAssessment.Correlation' for consistency and clarity in the API specification.
Updated schema references and descriptions from 'CloudMatrix.Correlation' to 'CloudMatrixCorrelationRecord' for clarity and consistency. Also updated related descriptions and titles to reflect the new naming, and adjusted the operation name and description for the cloud matrix feature.
Renamed the tag from 'Cloud Matrix Correlation' to 'Cloud Matrix' and revised the description for clarity in the Data-Gateway.json specification.
Revised descriptions for CloudMatrixCorrelationRecord and Cloud Matrix to improve clarity and consistency in terminology within the Data-Gateway.json specification.
@pasha-zayko pasha-zayko requested a review from Copilot January 8, 2026 17:09
@JagdishKhunti JagdishKhunti merged commit 4376a90 into feature/LAB-611_CMA_Endpoints_Descriptions Jan 8, 2026
6 checks passed
@JagdishKhunti JagdishKhunti deleted the feature/LAB-1198_Update_OpenAPI_Description_For_CM_Updated_Table branch January 8, 2026 17:09
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the OpenAPI specification for the Cloud Matrix feature to align with database schema changes. The primary changes involve renaming the schema and field names to better reflect that the records represent correlation data rather than assessment data.

Key changes:

  • Renamed CloudMatrixAssessmentRecord schema to CloudMatrixCorrelationRecord
  • Renamed the assessmentId property to correlationId throughout the schema and examples
  • Updated all descriptions, summaries, and tag names from "Assessment" terminology to "Correlation" or generic "Cloud Matrix" terminology

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"description": "Sample list of cloud matrix records.",
"summary": "Available Cloud Matrix Records",
"description": "Sample list of cloud matrix correlation records.",
"summary": "Available Cloud Matrix correlation Records",
Copy link

Copilot AI Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The summary has inconsistent capitalization of 'correlation'. It should be 'Correlation' (capitalized) to match the pattern used elsewhere in the file where 'Cloud Matrix Correlation Record' is capitalized.

Suggested change
"summary": "Available Cloud Matrix correlation Records",
"summary": "Available Cloud Matrix Correlation Records",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants