Data Types
Schema.org defines data types which are foundational types used for literal values. Individual properties declare which data types (or things) they support for values. Some data types have specific value formatting expectations that we use for validation.
Data Type | Validation |
---|---|
Boolean | Standard |
↳ False | n/a |
↳ True | n/a |
Date | Standard |
DateTime | Standard |
Number | Standard |
↳ Float | Standard |
↳ Integer | Standard |
Text | None |
↳ URL | Standard |
Time | Standard |