[BUG] Implement avro schema data type #1974
Labels
area/typescript
Specify what technical area given issue relates to. Its goal is to ease filtering good first issues.
avro
Anything related to Avro
good first issue
Good for newcomers
Currently, the Avro Schema Input Processor does not handle the
map
,fixed
andbyte
datatypes. This issue is a continuation of the work done in pull request #1753Now, we need to add/implement:
map
data type as suggested in feat: add Avro Schema input processor #1753 (comment) conversationfixed
andbyte
data type: need to update thetoStringModel
function in https://github.com/asyncapi/modelina/pull/1753/files#diff-7172970fb3505bd86705eca0c2ef14740d102e6f4e828f18bedc431ba2097241docs/usage.md
covering edge cases and other related things.Avro Schema
fromJSON Schema
- feat: add Avro Schema input processor #1753 (comment)The text was updated successfully, but these errors were encountered: