schemars/schemars/tests/expected/enum-repr-with-attrs.json
2021-03-25 22:36:28 +00:00

13 lines
No EOL
197 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Renamed",
"description": "Description from comment",
"type": "integer",
"enum": [
0,
1,
5,
6,
3
]
}