René's URL Explorer Experiment


Title: Validation Rules - Cerberus — Data validation for Python

direct link

Domain: docs.python-cerberus.org

color-schemelight dark
readthedocs-project-slugcerberus
readthedocs-version-sluglatest
readthedocs-resolver-filename/validation-rules.html
readthedocs-http-status200

Links:

Skip to contenthttps://docs.python-cerberus.org/validation-rules.html#furo-main-content
Cerberus — Data validation for Pythonhttps://docs.python-cerberus.org/index.html
Cerberus — Data validation for Python https://docs.python-cerberus.org/index.html
Installationhttps://docs.python-cerberus.org/install.html
Usagehttps://docs.python-cerberus.org/usage.html
Validation Schemashttps://docs.python-cerberus.org/schemas.html
Validation Ruleshttps://docs.python-cerberus.org/validation-rules.html
Normalization Ruleshttps://docs.python-cerberus.org/normalization-rules.html
Errors & Error Handlinghttps://docs.python-cerberus.org/errors.html
Extendinghttps://docs.python-cerberus.org/customize.html
Contributinghttps://docs.python-cerberus.org/contribute.html
APIhttps://docs.python-cerberus.org/api.html
FAQhttps://docs.python-cerberus.org/faq.html
External resourceshttps://docs.python-cerberus.org/external_resources.html
Cerberus Changeloghttps://docs.python-cerberus.org/changelog.html
Upgrading to Cerberus 1.0https://docs.python-cerberus.org/upgrading.html
Authorshttps://docs.python-cerberus.org/authors.html
Contacthttps://docs.python-cerberus.org/contact.html
Licensehttps://docs.python-cerberus.org/license.html
Back to top https://docs.python-cerberus.org/validation-rules.html
View this page https://docs.python-cerberus.org/_sources/validation-rules.rst.txt
https://docs.python-cerberus.org/validation-rules.html#validation-rules
https://docs.python-cerberus.org/validation-rules.html#allow-unknown
schema (dict)https://docs.python-cerberus.org/validation-rules.html#schema-dict
allow_unknownhttps://docs.python-cerberus.org/api.html#cerberus.Validator.allow_unknown
Purging Unknown Fieldshttps://docs.python-cerberus.org/normalization-rules.html#purging-unknown-fields
this paragraphhttps://docs.python-cerberus.org/usage.html#allowing-the-unknown
https://docs.python-cerberus.org/validation-rules.html#allowed
iterablehttps://docs.python.org/3/glossary.html#term-iterable
https://docs.python-cerberus.org/validation-rules.html#allof
*of-ruleshttps://docs.python-cerberus.org/validation-rules.html#of-rules
https://docs.python-cerberus.org/validation-rules.html#anyof
*of-ruleshttps://docs.python-cerberus.org/validation-rules.html#of-rules
https://docs.python-cerberus.org/validation-rules.html#check-with
Extending Cerberushttps://docs.python-cerberus.org/customize.html
Validatorhttps://docs.python-cerberus.org/api.html#cerberus.Validator
Methods that can be referenced by the check_with rulehttps://docs.python-cerberus.org/customize.html#check-with-rule-methods
https://docs.python-cerberus.org/validation-rules.html#contains
https://docs.python-cerberus.org/validation-rules.html#dependencies
mappinghttps://docs.python.org/3/glossary.html#term-mapping
overridehttps://docs.python-cerberus.org/customize.html
_lookup_field()https://docs.python-cerberus.org/api.html#cerberus.Validator._lookup_field
requiredhttps://docs.python-cerberus.org/validation-rules.html#required
https://docs.python-cerberus.org/validation-rules.html#empty
iterablehttps://docs.python.org/3/glossary.html#term-iterable
https://docs.python-cerberus.org/validation-rules.html#excludes
https://docs.python-cerberus.org/validation-rules.html#forbidden
allowedhttps://docs.python-cerberus.org/validation-rules.html#allowed
https://docs.python-cerberus.org/validation-rules.html#items
schema (list)https://docs.python-cerberus.org/validation-rules.html#schema-list
https://docs.python-cerberus.org/validation-rules.html#keysrules
mappinghttps://docs.python.org/3/glossary.html#term-mapping
https://docs.python-cerberus.org/validation-rules.html#meta
https://docs.python-cerberus.org/validation-rules.html#min-max
https://docs.python-cerberus.org/validation-rules.html#minlength-maxlength
https://docs.python-cerberus.org/validation-rules.html#noneof
*of-ruleshttps://docs.python-cerberus.org/validation-rules.html#of-rules
https://docs.python-cerberus.org/validation-rules.html#nullable
Nonehttps://docs.python.org/3/library/constants.html#None
https://docs.python-cerberus.org/validation-rules.html#of-rules
Normalizationhttps://docs.python-cerberus.org/normalization-rules.html
https://docs.python-cerberus.org/validation-rules.html#of-rules-typesaver
https://docs.python-cerberus.org/validation-rules.html#oneof
*of-ruleshttps://docs.python-cerberus.org/validation-rules.html#of-rules
https://docs.python-cerberus.org/validation-rules.html#readonly
Default Valueshttps://docs.python-cerberus.org/normalization-rules.html#default-values
https://docs.python-cerberus.org/validation-rules.html#regex
rehttps://docs.python.org/3/library/re.html#module-re
re.compile()https://docs.python.org/3/library/re.html#re.compile
re.Ihttps://docs.python.org/3/library/re.html#re.I
https://docs.python-cerberus.org/validation-rules.html#require-all
schema (dict)https://docs.python-cerberus.org/validation-rules.html#schema-dict
require_allhttps://docs.python-cerberus.org/api.html#cerberus.Validator.require_all
this paragraphhttps://docs.python-cerberus.org/usage.html#requiring-all
https://docs.python-cerberus.org/validation-rules.html#required
validate()https://docs.python-cerberus.org/api.html#cerberus.Validator.validate
this section about the available optionshttps://docs.python-cerberus.org/usage.html#requiring-all
emptyhttps://docs.python-cerberus.org/validation-rules.html#empty
dependencieshttps://docs.python-cerberus.org/validation-rules.html#dependencies
https://docs.python-cerberus.org/validation-rules.html#schema-dict
keysrules-rulehttps://docs.python-cerberus.org/validation-rules.html#keysrules-rule
valuesrules-rulehttps://docs.python-cerberus.org/validation-rules.html#valuesrules-rule
https://docs.python-cerberus.org/validation-rules.html#schema-list
https://docs.python-cerberus.org/validation-rules.html#type
boolhttps://docs.python.org/2/library/functions.html#bool
boolhttps://docs.python.org/3/library/functions.html#bool
[1]https://docs.python-cerberus.org/validation-rules.html#id7
bytearrayhttps://docs.python.org/2/library/functions.html#bytearray
byteshttps://docs.python.org/3/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/3/library/stdtypes.html#bytearray
datetime.datehttps://docs.python.org/2/library/datetime.html#datetime.date
datetime.datehttps://docs.python.org/3/library/datetime.html#datetime.date
datetime.datetimehttps://docs.python.org/2/library/datetime.html#datetime.datetime
datetime.datetimehttps://docs.python.org/3/library/datetime.html#datetime.datetime
collections.Mappinghttps://docs.python.org/2/library/collections.html#collections.Mapping
collections.abc.Mappinghttps://docs.python.org/3/library/collections.abc.html#collections.abc.Mapping
floathttps://docs.python.org/2/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
inthttps://docs.python.org/2/library/functions.html#int
longhttps://docs.python.org/2/library/functions.html#long
inthttps://docs.python.org/3/library/functions.html#int
collections.Sequencehttps://docs.python.org/2/library/collections.html#collections.Sequence
collections.abc.Sequencehttps://docs.python.org/3/library/collections.abc.html#collections.abc.Sequence
floathttps://docs.python.org/2/library/functions.html#float
inthttps://docs.python.org/2/library/functions.html#int
longhttps://docs.python.org/2/library/functions.html#long
boolhttps://docs.python.org/2/library/functions.html#bool
floathttps://docs.python.org/3/library/functions.html#float
inthttps://docs.python.org/3/library/functions.html#int
boolhttps://docs.python.org/3/library/functions.html#bool
sethttps://docs.python.org/2/library/stdtypes.html#set
sethttps://docs.python.org/3/library/stdtypes.html#set
basestring()https://docs.python.org/2/library/functions.html#basestring
strhttps://docs.python.org/3/library/stdtypes.html#str
custom typeshttps://docs.python-cerberus.org/customize.html#new-types
nullablehttps://docs.python-cerberus.org/validation-rules.html#nullable
readonlyhttps://docs.python-cerberus.org/validation-rules.html#readonly
1https://docs.python-cerberus.org/validation-rules.html#id6
strhttps://docs.python.org/2/library/functions.html#str
https://docs.python-cerberus.org/validation-rules.html#valuesrules
mappinghttps://docs.python.org/3/glossary.html#term-mapping
Next Normalization Rules https://docs.python-cerberus.org/normalization-rules.html
Previous Validation Schemas https://docs.python-cerberus.org/schemas.html
Sphinxhttps://www.sphinx-doc.org/
@pradyunsghttps://pradyunsg.me
Furohttps://github.com/pradyunsg/furo
Validation Ruleshttps://docs.python-cerberus.org/validation-rules.html
allow_unknownhttps://docs.python-cerberus.org/validation-rules.html#allow-unknown
allowedhttps://docs.python-cerberus.org/validation-rules.html#allowed
allofhttps://docs.python-cerberus.org/validation-rules.html#allof
anyofhttps://docs.python-cerberus.org/validation-rules.html#anyof
check_withhttps://docs.python-cerberus.org/validation-rules.html#check-with
containshttps://docs.python-cerberus.org/validation-rules.html#contains
dependencieshttps://docs.python-cerberus.org/validation-rules.html#dependencies
emptyhttps://docs.python-cerberus.org/validation-rules.html#empty
excludeshttps://docs.python-cerberus.org/validation-rules.html#excludes
forbiddenhttps://docs.python-cerberus.org/validation-rules.html#forbidden
itemshttps://docs.python-cerberus.org/validation-rules.html#items
keysruleshttps://docs.python-cerberus.org/validation-rules.html#keysrules
metahttps://docs.python-cerberus.org/validation-rules.html#meta
min, maxhttps://docs.python-cerberus.org/validation-rules.html#min-max
minlength, maxlengthhttps://docs.python-cerberus.org/validation-rules.html#minlength-maxlength
noneofhttps://docs.python-cerberus.org/validation-rules.html#noneof
nullablehttps://docs.python-cerberus.org/validation-rules.html#nullable
*of-ruleshttps://docs.python-cerberus.org/validation-rules.html#of-rules
*of-rules typesaverhttps://docs.python-cerberus.org/validation-rules.html#of-rules-typesaver
oneofhttps://docs.python-cerberus.org/validation-rules.html#oneof
readonlyhttps://docs.python-cerberus.org/validation-rules.html#readonly
regexhttps://docs.python-cerberus.org/validation-rules.html#regex
require_allhttps://docs.python-cerberus.org/validation-rules.html#require-all
requiredhttps://docs.python-cerberus.org/validation-rules.html#required
schema (dict)https://docs.python-cerberus.org/validation-rules.html#schema-dict
schema (list)https://docs.python-cerberus.org/validation-rules.html#schema-list
typehttps://docs.python-cerberus.org/validation-rules.html#type
valuesruleshttps://docs.python-cerberus.org/validation-rules.html#valuesrules

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.