Skip to content

Commit 56e1810

Browse files
Merge pull request #860 from mulesoft/feat/avro
Feat/avro
2 parents 2ef007c + b0360f2 commit 56e1810

File tree

8 files changed

+4139
-46
lines changed

8 files changed

+4139
-46
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,7 @@ dist/
6363
demo/models/*.json
6464
demo/models/flattened/*.json
6565
!demo/models/jldAsync26.json
66+
!demo/models/avro.json
67+
!demo/models/avro2.json
6668

6769
.idea/

demo/apis.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"models/demo-api/demo-api.raml": "RAML 1.0",
3+
"models/demo-api/demo-api-2.raml": "RAML 1.0",
34
"models/appian-api/appian-api.raml": "RAML 1.0",
45
"models/oAuth2/oAuth2.raml": "RAML 1.0",
56
"models/nexmo-sms-api/nexmo-sms-api.raml": "RAML 1.0",

demo/models/avro.json

+617
Large diffs are not rendered by default.

demo/models/avro2.json

+2,053
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)