We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11689e commit ac07c56Copy full SHA for ac07c56
composer.json
@@ -32,7 +32,7 @@
32
},
33
"extra": {
34
"branch-alias": {
35
- "dev-master": "2.0-dev"
+ "dev-main": "2.0-dev"
36
}
37
38
example/schemaTemplates/Library.avsc
@@ -38,6 +38,14 @@
"items": "com.example.Collection"
39
40
"default": []
41
+ },
42
+ {
43
+ "name": "archive",
44
+ "type": {
45
+ "type": "array",
46
+ "items": "com.example.Collection"
47
48
+ "default": []
49
50
]
51
0 commit comments