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