Fix missing and extra commas in JSON schema (#25057)
This commit is contained in:
parent
576325e2f4
commit
800bc78d26
5 changed files with 9 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
],
|
||||
"properties": {
|
||||
"userspace_version": {
|
||||
"type": "string",
|
||||
},
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue