Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions specs/Data-Gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,7 @@
"crmId": "75498125-33cb-4b33-8705-f0fadadb1a2f",
"discoverDate": "2025-12-15T21:13:12.821Z",
"isComplete": true,
"publisher": "Test Publisher One",
"template": "Test Template - Microsoft Enterprise",
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

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

Within this schema, the top-level description still mentions "publisher" details even though the example now uses template. Please update the CloudMatrixCorrelationRecord description to refer to template (and remove/replace publisher wording) to keep the schema docs consistent.

Copilot uses AI. Check for mistakes.
"updatedAt": "2025-12-15T21:13:12.821Z",
Comment on lines 2692 to 2694
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

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

After renaming publisher to template in CloudMatrixCorrelationRecord, there are still OpenAPI response examples elsewhere in this spec (e.g., /Api/CloudMatrix/Dashboard and the nested correlation object in /Api/CloudMatrix/Assessment) that use publisher and omit the now-required template field. Those examples will no longer validate against this schema and should be updated to match the renamed/required property.

Copilot uses AI. Check for mistakes.
"schemaVersion": 0
}
Expand Down Expand Up @@ -2748,10 +2748,10 @@
],
"type": "boolean"
},
"publisher": {
"description": "The name of the publisher associated with this cloud matrix correlation record.",
"template": {
"description": "The name of the template associated with this cloud matrix correlation record.",
"examples": [
"Test Publisher"
"Test Template - Microsoft Enterprise"
],
"type": "string"
},
Expand All @@ -2777,7 +2777,7 @@
"crmId",
"discoverDate",
"isComplete",
"publisher",
"template",
"updatedAt",
"schemaVersion"
],
Expand Down