A2UI
A2UI copied to clipboard
a possible cut and paste error in the v0.8 specification near 'schemas for developers'.
component_properties = custom_catalog_definition["components"]
style_properties = custom_catalog_definition["components"]
should perhaps be
component_properties = custom_catalog_definition["components"]
style_properties = custom_catalog_definition["styles"]