summaryrefslogtreecommitdiff
path: root/vendor/schemars/examples/enum_repr.schema.json
blob: 22d2233f30d855cb41b8d1bdbdc16cce2ab7db7a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SmallPrime",
  "type": "integer",
  "enum": [
    2,
    3,
    5,
    7
  ]
}