diff --git a/README.md b/README.md index cc499c1..350d0f0 100644 --- a/README.md +++ b/README.md @@ -431,6 +431,7 @@ A string specifying the UI and behavior of the field. Must be one of the followi * `url` - Text field for entering URLs * `identifier` - Text field for foreign IDs (e.g. `gnis:feature_id`) * `colour` - Text field for entering colours +* `schedule` - Field for entering a recurring schedule (e.g., `opening_hours=*`, `service_times=*`) * `textarea` - Multi-line text area (e.g. `description=*`) * `date` - Text field for entering dates in ISO 8601 format. diff --git a/schemas/field.json b/schemas/field.json index d8d61a7..4434097 100644 --- a/schemas/field.json +++ b/schemas/field.json @@ -69,6 +69,7 @@ "restrictions", "roadheight", "roadspeed", + "schedule", "semiCombo", "structureRadio", "tel",