OpenAPI schema sync (v3.7.0) - #45
Merged
Merged
Conversation
fingerprint-dx-team-actions-runner
Bot
requested review from
Orkuncakilkaya,
erayaydin,
ilfa,
mcnulty-fp and
necipallef
as code owners
August 21, 2026 08:38
Co-authored-by: mcnulty-fp <212590662+mcnulty-fp@users.noreply.github.com>
…s-maximum-params-test test: add active_call filter coverage to searchEventsMaximumParamsTest
Contributor
mcnulty-fp
approved these changes
Aug 21, 2026
There was a problem hiding this comment.
Pull request overview
Synchronizes the Java SDK with OpenAPI schema v3.7.0.
Changes:
- Adds the
active_callevent-search filter. - Adds
keyboard_layout_nameto raw device attributes, mocks, and documentation. - Updates schema version and release changesets.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.schema-version |
Updates schema version to v3.7.0. |
.changeset/events-search-active-call-filter.md |
Records the search-filter addition. |
.changeset/raw-device-attributes-keyboard-layout-name-events.md |
Records the new device attribute. |
res/fingerprint-server-api.yaml |
Syncs both schema additions. |
sdk/src/main/java/com/fingerprint/v4/api/FingerprintApi.java |
Exposes and sends active_call. |
sdk/src/main/java/com/fingerprint/v4/model/RawDeviceAttributes.java |
Models keyboard_layout_name. |
sdk/src/test/java/com/fingerprint/v4/api/FingerprintApiTest.java |
Tests the new query parameter. |
sdk/src/test/resources/mocks/events/get_event_200.json |
Updates event fixture. |
sdk/src/test/resources/mocks/events/get_event_200_with_unknown_field.json |
Updates unknown-field fixture. |
sdk/src/test/resources/mocks/events/get_event_ruleset_200.json |
Updates ruleset fixture. |
sdk/src/test/resources/mocks/events/get_event_with_bot_info_200.json |
Updates bot-info fixture. |
sdk/src/test/resources/mocks/events/search/get_event_search_200.json |
Updates search fixture. |
docs/FingerprintApi.md |
Documents activeCall. |
docs/RawDeviceAttributes.md |
Documents keyboardLayoutName. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
necipallef
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Schema sync for v3.7.0 OpenAPI schema release.