{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$id": "https://schemas.yarnspinner.dev/colour.schema.json",
    "title": "Colour",
    "description": "A hex colour code (e.g. #FF5733).",
    "type": "string",
    "pattern": "^#[0-9A-Fa-f]{6}$"
}
