{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.stenci.la/NumberValidatorTypes.schema.json",
  "title": "NumberValidatorTypes",
  "description": "All type schemas that are derived from NumberValidator",
  "anyOf": [
    {
      "$ref": "NumberValidator.schema.json"
    },
    {
      "$ref": "IntegerValidator.schema.json"
    }
  ]
}
