schemars/schemars/tests/expected/schema-name-const-generics.json
2024-05-13 18:33:48 +01:00

14 lines
No EOL
234 B
JSON

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