mirror of
https://github.com/holos-run/holos.git
synced 2026-03-21 17:55:01 +00:00
For the Author API, it would be nice to define a schema for the fields common to all component kinds. Users could then configure all kinds by unifying the schema into their own platform tree. This makes a clear use case to extract the common fields back into an embedded struct like we did in v1alpha3. I removed the embedded struct in v1alpha4 because it wasn't clear why it should be separate, but now the use case is clear, to configure all component kinds.