A2UI
A2UI copied to clipboard
Disparate naming conventions in A2UI json schema
Hi,
when parsing it in details, I noticed disparate / heterogeneous naming conventions in the JSON schema of A2UI: hyphen vs uppercase, initial uppercase or not, etc.
Some examples:
SCALE_DOWN = "scale-down"
SHORT_TEXT= "shortText"
TABS = "Tabs"
TEMPLATE = "template"
Should the opportunity of this early stage be used for harmonizing the naming rules ?
When defined, I am happy to create a PR fixing the discrepancies.
Didier