Task Description
Declare every Bueno prop validation schema used by the ValidatePropsController in Lit-migrated Atomic components as private a static readonly class property.
This has already been done for several components (e.g., atomic-result-timespan), but remains to be done for others (e.g., atomic-sort-expression).
This allows the schema to be initialized only once even if there are multiple instances of the component in the same page.
Acceptance Criteria
Technical Notes
No response
Jira Ticket
https://coveord.atlassian.net/browse/KIT-5339