Skip to content

Commit

Permalink
feat: support of record references in toplevel record (#154)
Browse files Browse the repository at this point in the history
The x-parser-schema-id is now defined for each record detected

Close #148
  • Loading branch information
M3lkior committed Sep 5, 2022
1 parent fe2f241 commit b40dd93
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 11 deletions.
18 changes: 18 additions & 0 deletions tests/asyncapi-avro-148-record-references.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
asyncapi: 2.4.0
info:
title: Validate record references generation
version: '1.0.0'

channels:
test-topic:
description: "Test"

components:
messages:
ValidateRecordReferences:
name: ValidateRecordReferences
title: ValidateRecordReferences
schemaFormat: 'application/vnd.apache.avro;version=1.9.0'
payload:
$ref: 'schemas/issue-148-testcase.avsc'

0 comments on commit b40dd93

Please sign in to comment.