schemars/docs/_includes/examples_v0/enum_repr.schema.json
2024-06-09 19:01:24 +01:00

11 lines
149 B
JSON

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