Fix missing and extra commas in JSON schema (#25057)

This commit is contained in:
lsh4711 2025-04-18 18:05:25 +09:00 committed by GitHub
parent 576325e2f4
commit 800bc78d26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@
],
"properties": {
"userspace_version": {
"type": "string",
},
"type": "string"
}
}
}