Skip to content

feat(apidom-ls): docs & config of compatible properties in AsyncAPI3#5095

Merged
cka121 merged 10 commits intomainfrom
feat/OSS-254/251-add-config-and-docs-for-asyncapi3-with-compatible-properties
Jan 23, 2026
Merged

feat(apidom-ls): docs & config of compatible properties in AsyncAPI3#5095
cka121 merged 10 commits intomainfrom
feat/OSS-254/251-add-config-and-docs-for-asyncapi3-with-compatible-properties

Conversation

@cka121
Copy link
Contributor

@cka121 cka121 commented Jan 12, 2026

This PR is for OSS-250 and OSS-251
Note:
Channel, Operations and Messages will be handled in OSS-245

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Checklist

My PR contains...

  • No code changes (src/ is unmodified: changes to documentation, CI, metadata, etc.)
  • Dependency changes (any modification to dependencies in package.json)
  • Bug fixes (non-breaking change which fixes an issue)
  • Improvements (misc. changes to existing features)
  • Features (non-breaking change which adds functionality)

My changes...

  • are breaking changes to a public API (config options, System API, major UI change, etc).
  • are breaking changes to a private API (Redux, component props, utility functions, etc.).
  • are breaking changes to a developer API (npm script behavior changes, new dev system dependencies, etc).
  • are not breaking changes.

Documentation

  • My changes do not require a change to the project documentation.
  • My changes require a change to the project documentation.
  • If yes to above: I have updated the documentation accordingly.

Automated tests

  • My changes can not or do not need to be tested.
  • My changes can and should be tested by unit and/or integration tests.
  • If yes to above: I have added tests to cover my changes.
  • If yes to above: I have taken care to cover edge cases in my tests.
  • All new and existing tests passed.

@cka121 cka121 marked this pull request as ready for review January 14, 2026 10:35
@cka121 cka121 requested a review from glowcloud January 16, 2026 11:04
Copy link
Contributor

@glowcloud glowcloud left a comment

Choose a reason for hiding this comment

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

Seems fine, just one change and the failing test needs to be adjusted.

robert-hebel-sb pushed a commit that referenced this pull request Jan 19, 2026
Add complete configuration for AsyncAPI 3.0.0 root object keywords
following the conventions from PR #5095:

- allowed-fields: Define valid root-level fields for AsyncAPI 3
- completion: Add autocomplete support for all root fields
- documentation: Add specification links and field descriptions

Key changes for AsyncAPI 3.0.0:
- Added 'operations' field (new in v3)
- Removed 'tags' and 'externalDocs' from root (moved to info object in v3)
- Updated all documentation links to v3.0.0 specification

Root object fields now supported:
- asyncapi (required)
- id
- info (required)
- servers
- defaultContentType
- channels
- operations (new in v3)
- components
@cka121 cka121 merged commit 1f3a3c1 into main Jan 23, 2026
9 checks passed
@cka121 cka121 deleted the feat/OSS-254/251-add-config-and-docs-for-asyncapi3-with-compatible-properties branch January 23, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants