Schema Host
Validatable HTML microdata schemas
-
Schema
- A schema that defines typed objects with properties.
-
DataType
- A data type with optional format validation.
-
Enum
- A data type whose valid values are explicitly enumerated.
-
Boolean
- A boolean value: true or false.
-
Cardinal
- The set of valid cardinality values for schema properties.
-
Union
- A named, reusable list of types.
-
Property
- A typed property in a schema.
-
Text
- Any string value. The base text type with no format constraints.
-
String
- A string value. Inherits from Text with no additional format constraints.
-
URL
- A valid URL.
-
Number
- A numeric value, either integer or floating-point.
-
Integer
- A 64-bit signed integer.
-
FloatingPoint
- An IEEE 754 floating-point number.
-
DateTime
- An RFC 3339 date-time value.
-
Date
- An ISO 8601 date (YYYY-MM-DD).