Files
rendercv/tests/schema
Sina Atalay 847e4f9ea3 Fix #689: Allow arbitrary font names in JSON schema while keeping enum suggestions
The FontFamily JSON schema used a strict enum that rejected custom and system
fonts like Georgia. Changed from SkipJsonSchema[str] to plain str in the union
type, so the generated schema uses anyOf with both the known font enum (for
editor autocomplete) and a generic string type (for arbitrary fonts).
2026-03-21 01:03:32 +03:00
..
2026-02-18 15:46:06 +03:00
2026-03-03 16:39:23 +03:00