schemars/schemars/tests/expected/crate_alias.json
2021-04-05 19:34:28 +01:00

19 lines
No EOL
319 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Struct",
"type": "object",
"required": [
"bar",
"foo"
],
"properties": {
"foo": {
"description": "This is a document",
"type": "integer",
"format": "int32"
},
"bar": {
"type": "boolean"
}
}
}