Files
cli/vendor/schemars/tests/expected/enum-repr-with-attrs.json

13 lines
197 B
JSON
Raw Normal View History

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