Skip to content

Commit c225d8a

Browse files
committed
update json schema with julia and mageia
Signed-off-by: Weston Steimel <author@code.w.steimel.me.uk>
1 parent c64f3d8 commit c225d8a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

schema/0.1.0.schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,18 @@
153153
"items": {
154154
"type": "string"
155155
}
156+
},
157+
"oracle": {
158+
"type": "array",
159+
"items": {
160+
"type": "string"
161+
}
162+
},
163+
"mageia": {
164+
"type": "array",
165+
"items": {
166+
"type": "string"
167+
}
156168
}
157169
}
158170
},

0 commit comments

Comments
 (0)