-
Notifications
You must be signed in to change notification settings - Fork 0
LAB-1367 Rename publisher to template for Cloud Matrix Correlation Record. #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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", | ||
| "updatedAt": "2025-12-15T21:13:12.821Z", | ||
|
Comment on lines
2692
to
2694
|
||
| "schemaVersion": 0 | ||
| } | ||
|
|
@@ -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" | ||
| }, | ||
|
|
@@ -2777,7 +2777,7 @@ | |
| "crmId", | ||
| "discoverDate", | ||
| "isComplete", | ||
| "publisher", | ||
| "template", | ||
| "updatedAt", | ||
| "schemaVersion" | ||
| ], | ||
ferrywlto marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
There was a problem hiding this comment.
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 theCloudMatrixCorrelationRecorddescription to refer to template (and remove/replace publisher wording) to keep the schema docs consistent.