Refactor flatten and move it to _private, remove TempFixupForTests, regenerate test schemas

This commit is contained in:
Graham Esau 2024-05-13 22:02:30 +01:00
parent 18300c67bb
commit c4d42ec11a
45 changed files with 280 additions and 330 deletions

View file

@ -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
}
}
},