Update OpenAPI specs from AAP 2.6 to 2.7#146
Merged
Conversation
Coverage Report
File CoverageNo changed files found. |
Contributor
|
@jameswnl fyi you are updating the |
de1987
approved these changes
Apr 16, 2026
Member
|
@de1987 yea I think we should remove the package-lock.json changes from this PR unless they prove to be critical to updating the api specs (which I doubt). I'll work on that here shortly |
36836a9 to
31712e5
Compare
Replace all four OpenAPI spec files with their stable-2.7 versions from ansible-automation-platform/aap-openapi-specs. Closes #144 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
31712e5 to
5b9b26f
Compare
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.
Summary
stable-2.7versions fromansible-automation-platform/aap-openapi-specsdata/Spec changes
controller-schema.jsongateway-schema.jsonuse_controller_passwordremoved. Proxy timeout fields renamed (stream_idle_timeout+max_stream_duration→idle_timeout).eda-openapi.jsonx-ai-descriptionadded to operations.galaxy-openapi.jsonFollow-up needed
The
sync-specs.ymlworkflow inansible-automation-platform/aap-openapi-specs(stable-2.7branch) still references2.6/source paths in.github/spec-sync-config.json. That config needs updating separately to point to root-level spec files.Closes #144
Test plan
npm run buildpassesnpm test)🤖 Generated with Claude Code
Note
Low Risk
Spec-only updates with no executable code changes; risk is limited to downstream consumers that generate clients/validation from these schemas.
Overview
Updates the bundled OpenAPI specs under
data/to the AAP 2.7 (stable-2.7) versions, with no runtime/server code changes (the app will now serve the updated schemas).Notable spec deltas include the Controller schema moving to native OpenAPI 3.0.3 with fewer documented paths and many auth-related settings fields removed, Gateway schema path/field adjustments (including proxy timeout renames), EDA spec bump to
1.3.0with simplified auth and addedx-ai-descriptionmetadata, and an updated Galaxy/Hub schema for 2.7.Reviewed by Cursor Bugbot for commit 5b9b26f. Bugbot is set up for automated code reviews on this repo. Configure here.