UNPKG

374 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "https://schema.stenci.la/v0/NumberValidatorTypes.schema.json",
4 "title": "NumberValidatorTypes",
5 "description": "All type schemas that are derived from NumberValidator",
6 "anyOf": [
7 {
8 "$ref": "NumberValidator.schema.json"
9 },
10 {
11 "$ref": "IntegerValidator.schema.json"
12 }
13 ]
14}