Type: CSSColor¶
A CSS color string (e.g., "#FF5733", "red", "rgb(255, 87, 51)")
URI: xsd:string
-
base: str
-
uri: xsd:string
-
typeof: string
-
pattern:
^(#[0-9A-Fa-f]{3,8}|[a-zA-Z]+|rgb\(.+\)|rgba\(.+\)|hsl\(.+\)|hsla\(.+\))$
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://debrief.info/schemas/debrief
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | debrief:CSSColor |
| native | debrief:CSSColor |