schemars/docs/_includes/examples/enum_repr.schema.json
2021-03-25 22:36:28 +00:00

11 lines
149 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SmallPrime",
"type": "integer",
"enum": [
2,
3,
5,
7
]
}