Refactor flatten and move it to _private, remove TempFixupForTests, regenerate test schemas
This commit is contained in:
parent
18300c67bb
commit
c4d42ec11a
45 changed files with 280 additions and 330 deletions
|
|
@ -11,8 +11,8 @@
|
|||
}
|
||||
},
|
||||
"required": [
|
||||
"borrowed",
|
||||
"owned"
|
||||
"owned",
|
||||
"borrowed"
|
||||
],
|
||||
"definitions": {
|
||||
"OsString": {
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
"items": {
|
||||
"type": "integer",
|
||||
"format": "uint8",
|
||||
"minimum": 0.0
|
||||
"minimum": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"items": {
|
||||
"type": "integer",
|
||||
"format": "uint16",
|
||||
"minimum": 0.0
|
||||
"minimum": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue