schemars/schemars/tests/expected/enum-repr-with-attrs.json

13 lines
No EOL
202 B
JSON

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