Regenerate test schemas

This commit is contained in:
Graham Esau 2024-05-13 18:33:48 +01:00
parent 4dde683358
commit f5d2142714
62 changed files with 1135 additions and 1124 deletions

View file

@ -2,13 +2,13 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "const-generics-z-42",
"type": "object",
"required": [
"foo"
],
"properties": {
"foo": {
"type": "integer",
"format": "int32"
}
}
},
"required": [
"foo"
]
}