schemars/docs/_includes/examples/enum_repr.schema.json
2024-05-26 21:22:48 +01:00

11 lines
154 B
JSON

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