Skip to content

Commit

Permalink
Merge pull request #860 from mulesoft/feat/avro
Browse files Browse the repository at this point in the history
Feat/avro
  • Loading branch information
leandrogilcarrano authored Aug 28, 2024
2 parents 2ef007c + b0360f2 commit 56e1810
Show file tree
Hide file tree
Showing 8 changed files with 4,139 additions and 46 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ dist/
demo/models/*.json
demo/models/flattened/*.json
!demo/models/jldAsync26.json
!demo/models/avro.json
!demo/models/avro2.json

.idea/
1 change: 1 addition & 0 deletions demo/apis.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"models/demo-api/demo-api.raml": "RAML 1.0",
"models/demo-api/demo-api-2.raml": "RAML 1.0",
"models/appian-api/appian-api.raml": "RAML 1.0",
"models/oAuth2/oAuth2.raml": "RAML 1.0",
"models/nexmo-sms-api/nexmo-sms-api.raml": "RAML 1.0",
Expand Down
617 changes: 617 additions & 0 deletions demo/models/avro.json

Large diffs are not rendered by default.

2,053 changes: 2,053 additions & 0 deletions demo/models/avro2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 56e1810

Please sign in to comment.