Skip to content

Conversation

@toumorokoshi
Copy link
Member

@toumorokoshi toumorokoshi commented Nov 14, 2025

update OAS examples to be inline with new guidance (including the type)

fixes aep-dev/aeps#381

@toumorokoshi
Copy link
Member Author

I'm getting the following from the 22.x build, but I'm not clear on what the fix should be:

    console.warn
      [
        {
          code: 'aep-0004-x-aep-resource-structure',
          message: 'The x-aep-resource extension does not conform to AEP-4 requirements',
          path: [ 'components', 'schemas', 'book', 'x-aep-resource' ],
          severity: 0,
          source: 'example.oas.yaml',
          range: { start: [Object], end: [Object] },
          documentationUrl: undefined
        },

is there more information on the failing lint specifically?

@mkistler
Copy link
Contributor

I think rebasing to the latest main will resolve the lint errors.

update OAS examples to be inline with new guidance (including the type)
@toumorokoshi
Copy link
Member Author

@mkistler that worked! ready for your review.

Copy link
Contributor

@mkistler mkistler left a comment

Choose a reason for hiding this comment

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

Looks good! 👍

@mkistler mkistler merged commit 5a2a8e2 into aep-dev:main Nov 18, 2025
3 checks passed
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.

update x-aep-resource annotations and proto to include parents

2 participants