feat: update AppMap schema from v1.8.0 to v1.13.1#2343
Merged
Conversation
Add support for AppMap specification versions 1.9.0 through 1.13.1:
- v1.9.0: Add required metadata.recorder.type enum field
- v1.10.0: Enable recursive nesting for parameter properties
- v1.11.0: Add items field to parameters for array-like elements
- v1.12.0: Add test_failure, source_location, and git user fields
Move test_status from metadata.git to metadata level
Fix bug: move exception from metadata.git to metadata level
- v1.13.0: Add optional timestamp field to all events
- v1.13.1: No schema changes (included in v1.9.0)
Generated 6 new schema files (1-9-0.js through 1-13-1.js) with full
backward compatibility maintained for all existing versions (1.2.0-1.8.0).
All tests pass with 98% code coverage.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
dividedmind
reviewed
Dec 5, 2025
Comment on lines
-153
to
-168
| test_status: #! >= 1.6.0 | ||
| enum: #! >= 1.6.0 | ||
| - null #! >= 1.6.0 | ||
| - succeeded #! >= 1.6.0 | ||
| - failed #! >= 1.6.0 | ||
| exception: #! >= 1.6.0 | ||
| type: object #! >= 1.6.0 | ||
| nullable: true #! >= 1.6.0 | ||
| required: #! >= 1.6.0 | ||
| - class #! >= 1.6.0 | ||
| properties: #! >= 1.6.0 | ||
| class: #! >= 1.6.0 | ||
| type: string #! >= 1.6.0 | ||
| message: #! >= 1.6.0 | ||
| type: string #! >= 1.6.0 | ||
| nullable: true #! >= 1.6.0 |
Collaborator
There was a problem hiding this comment.
Ha, good catch! Seems it was incorrect before...
Contributor
|
🎉 This PR is included in version @appland/appmap-validate-v2.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.
Add support for AppMap specification versions 1.9.0 through 1.13.1:
Generated 6 new schema files (1-9-0.js through 1-13-1.js) with full backward compatibility maintained for all existing versions (1.2.0-1.8.0).
All tests pass with 98% code coverage.
🤖 Generated with Claude Code