Derive JsonSchema_repr (#76)
This commit is contained in:
parent
7de2b2276f
commit
11d95b79e5
16 changed files with 225 additions and 18 deletions
11
docs/_includes/examples/enum_repr.schema.json
Normal file
11
docs/_includes/examples/enum_repr.schema.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "SmallPrime",
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
2,
|
||||
3,
|
||||
5,
|
||||
7
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue