-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] feat(asyncapi): make asyncapi-payload-* rules support asyncapi schemaFormats #1120
[WIP] feat(asyncapi): make asyncapi-payload-* rules support asyncapi schemaFormats #1120
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
deprecated: 14, | ||
}; | ||
describe('AsyncApi2 schema', () => { | ||
const validSchemaFormats = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nulltoken Use exported values from the func
Kudos to @P0lip for thinking about that! Besides, this will pave the way to make future validation of the payload through Avro, Raml... schemas easier.
Going to close this one. |
Checklist
Does this PR introduce a breaking change?
Follow up work on #974 AsyncAPI PR.