Skip to content

fix: API schema drift detected (2026-06-30)#34

Closed
royklo wants to merge 1 commit into
mainfrom
api-drift/2026-06-30
Closed

fix: API schema drift detected (2026-06-30)#34
royklo wants to merge 1 commit into
mainfrom
api-drift/2026-06-30

Conversation

@royklo

@royklo royklo commented Jun 30, 2026

Copy link
Copy Markdown
Owner

API Schema Drift Detected

The nightly schema check found differences between the live API and the stored snapshot.


What's included

  • Updated docs/api-schema-snapshot.json with current API schemas

Next steps

  1. Review the property changes above
  2. Push code fixes to this branch (aliases, tests, docs)
  3. Merge when the production-ready label is added

Copilot AI review requested due to automatic review settings June 30, 2026 07:32
@royklo royklo added the api-drift API schema drift label Jun 30, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s stored API schema snapshot to match the schema currently observed by the nightly drift checker, so future drift detection compares against an up-to-date baseline.

Changes:

  • Refreshed generatedAt and updated several property type declarations (e.g., secureScore, alignmentScore, GUID fields).
  • Simplified the recorded schema for some array-typed properties (notably alignmentSummaries and matchingVariables).
  • Updated enumerated nameLookup object keys under the audit events search schema.

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

"lastAlignmentDateTime": "datetime"
}
},
"alignmentSummaries": "array",
"isBaselineOnly": "boolean"
}
},
"matchingVariables": "array",
Comment on lines 183 to 188
"nameLookup": {
"_type": "object",
"_properties": {
"user:username:237": "string",
"user:displayName:237": "string"
"user:username:244": "string",
"user:displayName:244": "string"
}
@royklo royklo closed this Jun 30, 2026
@royklo royklo deleted the api-drift/2026-06-30 branch June 30, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api-drift API schema drift

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants