update schema even though i thought i did

This commit is contained in:
zhiayang 2024-02-09 11:31:44 -05:00
parent 557e560213
commit f92719dc85
No known key found for this signature in database
GPG key ID: 5E2F30AD6F08571F

View file

@ -18,6 +18,15 @@
"type": "string",
"pattern": "^[a-z0-9_]+$"
},
"revisions": {
"type": "array",
"items": {
"type": "string"
}
},
"default_revision": {
"type": "string"
},
"keyboard_siblings": {
"type": "array",
"items": {
@ -133,6 +142,12 @@
"type": {
"type": "string",
"const": "interconnect"
},
"revisions": {
"type": "#/$defs/revisions"
},
"default_revision": {
"type": "#/$defs/default_revision"
}
}
},
@ -202,6 +217,12 @@
},
"exposes": {
"$ref": "#/$defs/interconnects"
},
"revisions": {
"type": "#/$defs/revisions"
},
"default_revision": {
"type": "#/$defs/default_revision"
}
}
},
@ -255,6 +276,12 @@
},
"exposes": {
"$ref": "#/$defs/interconnects"
},
"revisions": {
"type": "#/$defs/revisions"
},
"default_revision": {
"type": "#/$defs/default_revision"
}
}
}